How to factor polynomials: Difference between revisions

Content deleted Content added
Jenniwu20 (talk | contribs)
Jenniwu20 (talk | contribs)
No edit summary
Line 58:
 
For example:<br />
<math>x^2-x-6=(x-3)(x+2)</math> because <math>(-3)(2)=-6</math> and <math>-3+2=-1</math><br />
<math>x^2-11x+24=(x-3)(x-8)</math> because <math>(-3)(-8)=24</math> and <math>-3+-8=-11</math>
 
==References==