SOLUTION: Can I please get assistance with the following problem? factor f(x) into linear factors given that k is a zero of f(x) f(x)=x^3-6x^2-25x+150;k=5 THANK YOU!!

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Can I please get assistance with the following problem? factor f(x) into linear factors given that k is a zero of f(x) f(x)=x^3-6x^2-25x+150;k=5 THANK YOU!!      Log On


   



Question 140955This question is from textbook college algebra
: Can I please get assistance with the following problem?
factor f(x) into linear factors given that k is a zero of f(x)
f(x)=x^3-6x^2-25x+150;k=5
THANK YOU!!
This question is from textbook college algebra

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Since k=5 is a zero, this means that 5 is a test zero


So break down f%28x%29=x%5E3-6x%5E2-25x%2B150 by using synthetic division


Set up the synthetic division table by placing the test zero in the upper left corner and placing the coefficients of the function to the right of the test zero.
5|1-6-25150
|

Start by bringing down the leading coefficient (it is the coefficient with the highest exponent which is 1)
5|1-6-25150
|
1

Multiply 5 by 1 and place the product (which is 5) right underneath the second coefficient (which is -6)
5|1-6-25150
|5
1

Add 5 and -6 to get -1. Place the sum right underneath 5.
5|1-6-25150
|5
1-1

Multiply 5 by -1 and place the product (which is -5) right underneath the third coefficient (which is -25)
5|1-6-25150
|5-5
1-1

Add -5 and -25 to get -30. Place the sum right underneath -5.
5|1-6-25150
|5-5
1-1-30

Multiply 5 by -30 and place the product (which is -150) right underneath the fourth coefficient (which is 150)
5|1-6-25150
|5-5-150
1-1-30

Add -150 and 150 to get 0. Place the sum right underneath -150.
5|1-6-25150
|5-5-150
1-1-300

Since the last column adds to zero, we have a remainder of zero. This means x-5 is a factor of x%5E3+-+6x%5E2+-+25x+%2B+150

Now lets look at the bottom row of coefficients:

The first 3 coefficients (1,-1,-30) form the quotient

x%5E2+-+x+-+30


So %28x%5E3+-+6x%5E2+-+25x+%2B+150%29%2F%28x-5%29=x%5E2+-+x+-+30

You can use this online polynomial division calculator to check your work

Basically x%5E3+-+6x%5E2+-+25x+%2B+150 factors to %28x-5%29%28x%5E2+-+x+-+30%29




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


Now lets break x%5E2+-+x+-+30 down further



Looking at x%5E2-x-30 we can see that the first term is x%5E2 and the last term is -30 where the coefficients are 1 and -30 respectively.

Now multiply the first coefficient 1 and the last coefficient -30 to get -30. Now what two numbers multiply to -30 and add to the middle coefficient -1? Let's list all of the factors of -30:



Factors of -30:
1,2,3,5,6,10,15,30

-1,-2,-3,-5,-6,-10,-15,-30 ...List the negative factors as well. This will allow us to find all possible combinations

These factors pair up and multiply to -30
(1)*(-30)
(2)*(-15)
(3)*(-10)
(5)*(-6)
(-1)*(30)
(-2)*(15)
(-3)*(10)
(-5)*(6)

note: remember, the product of a negative and a positive number is a negative number


Now which of these pairs add to -1? Lets make a table of all of the pairs of factors we multiplied and see which two numbers add to -1

First NumberSecond NumberSum
1-301+(-30)=-29
2-152+(-15)=-13
3-103+(-10)=-7
5-65+(-6)=-1
-130-1+30=29
-215-2+15=13
-310-3+10=7
-56-5+6=1



From this list we can see that 5 and -6 add up to -1 and multiply to -30


Now looking at the expression x%5E2-x-30, replace -x with 5x%2B-6x (notice 5x%2B-6x adds up to -x. So it is equivalent to -x)

x%5E2%2Bhighlight%285x%2B-6x%29%2B-30


Now let's factor x%5E2%2B5x-6x-30 by grouping:


%28x%5E2%2B5x%29%2B%28-6x-30%29 Group like terms


x%28x%2B5%29-6%28x%2B5%29 Factor out the GCF of x out of the first group. Factor out the GCF of -6 out of the second group


%28x-6%29%28x%2B5%29 Since we have a common term of x%2B5, we can combine like terms

So x%5E2%2B5x-6x-30 factors to %28x-6%29%28x%2B5%29 which means that x%5E2-x-30 factors to %28x-6%29%28x%2B5%29


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


Answer:

So x%5E3-6x%5E2-25x%2B150 factors to %28x-5%29%28x-6%29%28x%2B5%29