
Catherine D. answered 10/14/15
Tutor
4.8
(11)
Engineer looking to help you succeed!
If you have a polynomial in standard form, ax2+bx+c, if a≠1 then you need to find the numbers that multiples to a*c and adds to b. Then you need to do factor by grouping. If a=1 then you need to find the numbers that multiples to c and adds to b and go from there.
Note: Always try and factor out common terms first!! It will make everything easier.
Here is my work for A, B, and C. Let me know if you need clarification on anything.
A) 3x2-75
So here a=3, b=0, and c=-75. We can notice that both terms have a common term of 3 thus we can factor it out.
3(x2-25)
Now we are just left with factoring the expression x2-25. In this case, a=1,b=0, and c=-25. What numbers multiply together to equal -25 and add to 0? The numbers -5 and 5 will satisfy.
Thus the expression 3x2-75 factors too 3(x-5)(x+5)
----------------------------------------------------------------------
B) x2-3x+5x-15
First join like terms, so now we have x2+2x-15
So now what numbers multiply to -15 and add to 2? -3 and 5 will do the trick.
Thus we factor the expression to (x-3)(x+5)
---------------------------------------------------------------------------
C) x2-7x+12
So what numbers multiply to 12 and add to -7?
Yep, -3 and -4.
So we can factor the expression to, (x-3)(x-4)
----------------------------------------------------------------------------
Hope this helps!!!