SOLUTION: I need to know how to do this and the book is confusing me Factor completely: 2x3 – 26x2 + 80x I would appreciate any help on this.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: I need to know how to do this and the book is confusing me Factor completely: 2x3 – 26x2 + 80x I would appreciate any help on this.      Log On


   



Question 169053: I need to know how to do this and the book is confusing me
Factor completely:
2x3 – 26x2 + 80x
I would appreciate any help on this.

Found 2 solutions by jim_thompson5910, Alan3354:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

2x%5E3-26x%5E2%2B80x Start with the given expression


2x%28x%5E2-13x%2B40%29 Factor out the GCF 2x


Now let's focus on the inner expression x%5E2-13x%2B40




------------------------------------------------------------




Looking at the expression x%5E2-13x%2B40, we can see that the first coefficient is 1, the second coefficient is -13, and the last term is 40.


Now multiply the first coefficient 1 by the last term 40 to get %281%29%2840%29=40.


Now the question is: what two whole numbers multiply to 40 (the previous product) and add to the second coefficient -13?


To find these two numbers, we need to list all of the factors of 40 (the previous product).


Factors of 40:
1,2,4,5,8,10,20,40
-1,-2,-4,-5,-8,-10,-20,-40


Note: list the negative of each factor. This will allow us to find all possible combinations.


These factors pair up and multiply to 40.
1*40
2*20
4*10
5*8
(-1)*(-40)
(-2)*(-20)
(-4)*(-10)
(-5)*(-8)

Now let's add up each pair of factors to see if one pair adds to the middle coefficient -13:


First NumberSecond NumberSum
1401+40=41
2202+20=22
4104+10=14
585+8=13
-1-40-1+(-40)=-41
-2-20-2+(-20)=-22
-4-10-4+(-10)=-14
-5-8-5+(-8)=-13



From the table, we can see that the two numbers -5 and -8 add to -13 (the middle coefficient).


So the two numbers -5 and -8 both multiply to 40 and add to -13


Now replace the middle term -13x with -5x-8x. Remember, -5 and -8 add to -13. So this shows us that -5x-8x=-13x.


x%5E2%2Bhighlight%28-5x-8x%29%2B40 Replace the second term -13x with -5x-8x.


%28x%5E2-5x%29%2B%28-8x%2B40%29 Group the terms into two pairs.


x%28x-5%29%2B%28-8x%2B40%29 Factor out the GCF x from the first group.


x%28x-5%29-8%28x-5%29 Factor out 8 from the second group. The goal of this step is to make the terms in the second parenthesis equal to the terms in the first parenthesis.


%28x-8%29%28x-5%29 Combine like terms. Or factor out the common term x-5


So x%5E2-13x%2B40 factors to %28x-8%29%28x-5%29.


------------------------------------------------------------




So our expression goes from 2x%28x%5E2-13x%2B40%29 and factors further to 2x%28x-8%29%28x-5%29


------------------
Answer:

So 2x%5E3-26x%5E2%2B80x completely factors to 2x%28x-8%29%28x-5%29

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
I need to know how to do this and the book is confusing me
Factor completely:
2x3 – 26x2 + 80x
----------------
1st, notice that all the coefficients are even numbers. That means you can divide by 2.
Then, each term has an "x", so you can divide by x.
----------
2x3 – 26x2 + 80x
Divide by 2x
= 2x*(x^2 - 13x + 40)
Now you need to see if *(x^2 - 13x + 40) can be factored.
(x^2 - 13x + 40)
If it can, it will be in the form (x + a)*(x + b)
The product a*b will be 40, and the sum a+b will be -13. Since it's a positive 40, they have to be the same sign, so it's the sum, not the difference.
-----------------------
Look at all the factors of 40.
1*40
2*20
4*10
5*8
Look for a pair that will add to 13. Only 5 and 8 do, so that's the solution.
It's (x-5)*(x-8) = x^2-13x+40.
So the answer is:
2x(x-5)(x-8)
It's not a mystery, just the use of a logical approach.