SOLUTION: How would I factor a problem like 8xsquared - 4x - 20, and the checkit by multiplying it?

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: How would I factor a problem like 8xsquared - 4x - 20, and the checkit by multiplying it?      Log On


   



Question 245039: How would I factor a problem like 8xsquared - 4x - 20, and the checkit by multiplying it?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How would I factor a problem like 8xsquared - 4x - 20, and the checkit by multiplying it?
---------------
Look for a common factor:
8x^2 - 4x - 20
4(2x^2-x-5)
------------------
Use the quadratic formula on 2x^2-x-5:
x = [1 +- sqrt(1-4*2*-5)]/4
---
x = [1 +- sqrt(41)]/4
----------
Roots: (1+sqrt(41))/4 ; (1-sqrt(41))/4
----------------------
Factors: 4 ; x - [1/4 + (1/4)sqrt(41)] ; x - [1/4 -(1/4)sqrt(41)]
-------------------------
Checking:
4[(x-(1/4)-(1/4)sqrt(41)][(x-(1/4)) + (1/4)sqrt(41)]
---
= 4[(x-(1/4))^2 - ((1/4)sqrt(41))^2]
---
= 4[x^2 - (1/2)x + 1/16 - [(1/16)*41]]
---
= 4[x^2 - (1/2)x - (40/16)]
= 4x^2 - 2x -10
=============================
Cheers,
Stan H.