SOLUTION: find the quotient of (t^3-3t^2+5t-6)/(t-2)

Algebra ->  Equations -> SOLUTION: find the quotient of (t^3-3t^2+5t-6)/(t-2)      Log On


   



Question 132880: find the quotient of (t^3-3t^2+5t-6)/(t-2)
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Let's simplify this expression using synthetic division


Start with the given expression %28t%5E3+-+3t%5E2+%2B+5t+-+6%29%2F%28t-2%29

First lets find our test zero:

t-2=0 Set the denominator t-2 equal to zero

t=2 Solve for t.

so our test zero is 2


Now set up the synthetic division table by placing the test zero in the upper left corner and placing the coefficients of the numerator to the right of the test zero.
2|1-35-6
|

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

Multiply 2 by 1 and place the product (which is 2) right underneath the second coefficient (which is -3)
2|1-35-6
|2
1

Add 2 and -3 to get -1. Place the sum right underneath 2.
2|1-35-6
|2
1-1

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

Add -2 and 5 to get 3. Place the sum right underneath -2.
2|1-35-6
|2-2
1-13

Multiply 2 by 3 and place the product (which is 6) right underneath the fourth coefficient (which is -6)
2|1-35-6
|2-26
1-13

Add 6 and -6 to get 0. Place the sum right underneath 6.
2|1-35-6
|2-26
1-130

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

Now lets look at the bottom row of coefficients:

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

t%5E2+-+t+%2B+3


So %28t%5E3+-+3t%5E2+%2B+5t+-+6%29%2F%28t-2%29=t%5E2+-+t+%2B+3

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