How to factor polynomials: Difference between revisions

Content deleted Content added
Jenniwu20 (talk | contribs)
No edit summary
Updating RFD template: discussion was relisted (XFDcloser)
 
(102 intermediate revisions by 23 users not shown)
Line 1:
{{<includeonly>safesubst:</includeonly>#invoke:RfD||2=How-to redirects|month = August
{{Userspace draft|date=October 2009}}
|day = 14
|year = 2025
|time = 19:25
|timestamp = 20250814192547
<!-- The above content is generated by {{subst:Rfd}}. -->
<!-- End of RFD message. Don't edit anything above here. Feel free to edit below here, but do NOT change the redirect's target. -->|content=
#REDIRECT [[Factorization of polynomials]]
 
{{Redirect category shell|
The methods that you will use to factor any polynomial depend on how many terms the polynomial has.<br />
{{R with history}}
 
{{R from how-to name}}
 
}}
== Any Polynomial ==
<!-- Don't add anything after this line unless you're drafting a disambiguation page or article to replace the redirect. -->
<br />
}}
The first step, no matter what you are factoring, is always to factor out the '''Greatest Common Factor''', commonly referred to as the '''GCF'''.<br />
For example:
:<math>2a^2b^3+4a^4b^4c^3-2a^3b^3=2a^2b^3(1+2a^2bc^3-a),\,\!</math>
<br />or<br />
: <math>3x^3-6x+9x^4=3x(x^2-2+3x^3),\,\!</math>
<br />or<br />
: <math>4x(x+2)+3x^2(x+2)=(x+2)(4x+3x^2),\,\!</math>
 
 
 
== Binomial--2 Terms ==
<br />
Again, the first step is to factor out the GCF. If there is no GCF, then there are only 3 possibilities:
'''Difference of Squares''', '''Sum of Cubes''', or '''Difference of Cubes'''.<br /><br/>
'''Difference of Squares:'''<br />
:<math>x^2-y^2=(x+y)(x-y),\,\!</math><br />
For example:
:<math>y^2-9=(y+3)(y-3),\,\!</math><br />
or<br />
:<math>16a^2-49b^2=(4a+7b)(4a-7b).\,\!</math>
<br /><br />
'''Sum of Cubes:'''<br />
:<math>x^3+y^3=(x+y)(x^2-xy+y^2),\,\!</math><br />
For example:
:<math>z^3+27=(z+3)(z^2-3z+9),\,\!</math><br />
or<br />
:<math>8x^3+125=(2x)^3+(5)^3=(2x+5)[(2x)^2-(5)(2x)+(5)^2]=(2x+5)(4x^2-10x+5).\,\!</math>
 
<br /><br />
'''Difference of Cubes:'''<br />
:<math>x^3-y^3=(x-y)(x^2+xy+y^2),\,\!</math><br />
For example:
:<math>z^3-27=(z-3)(z^2+3z+9),\,\!</math><br />
or<br />
:<math>8x^3-125=(2x)^3-(5)^3=(2x-5)[(2x)^2+(5)(2x)+(5)^2]=(2x-5)(4x^2+10x+5).\,\!</math>
 
<br /><br />
==Trinomial==
 
 
 
 
==References==
<!--- See [[Wikipedia:Footnotes]] on how to create references using <ref></ref> tags which will then appear here automatically -->
<references/>
 
==External links==
* [http://www.example.com example.com]
 
 
<!--- Categories --->
[[Category:Articles created via the Article Wizard]]