Question 166556
(4x^3-6x+5)/(x-3).
-----
this is relatively easy to do on paper but it's a real pain in the neck to type it in and have you see how it works.
i'll do my best.
-----
your original equation is:
4x^3 - 6x + 5
you want to divide that by (x-3)
-----
make sure all equations are in exponential order form (highest order of exponent on the left, next highest to the right of that, next highest to the right of that, etc.
-----
look at your highest order exponent in  your original equation (the dividend equation).
it is 4x^3
what do you have to multiply (x-3) by to make the highest order of the multiplication equal to 4x^3?
-----
the answer is 4x^2.
-----
you multiply (x-3) * 4x^2
you get 4x^3 - 12x^2
-----
you take your original equation of 4x^3 - 6x + 5 and subtract (4x^3 - 12x^2) from it.
-----
you get 12x^2 -6x + 5 which is the first remainder.
-----
you look at the highest order exponent of the first remainder.
it is 12x^2
what do you have to multiply (x-3) by to make the highest order of the multiplication equal to 12x^2?
-----
the answer is 12x.
-----
you multiply (x-3) * 12x
you get 12x^2 - 36x
-----
you take the first remainder of 12x^2 - 6x + 5 and subtract (12x^2 - 36x) from it.
-----
you get 30x + 5 which is the second remainder.
-----
you look at the highest order exponent of the second remainder.
it is 30x
what do you have to multiply (x-3) by to make the highest order of the multiplication equal to 30x?
-----
the answer is 30.
-----
you multiply (x-3) * 30
you get 30x - 90
-----
you take the second remainder of 30x + 5 and subtract (30x - 90) from it.
-----
you get 95 which is the third remainder.
this is also the last remainder because there is nothing left to the right of that.
-----
your answer is:  4x^2 + 12x + 30 with a remainder of 95.
-----
the 4x^2 was obtained after the first division into the original equation.
the 12x was obtained after the second division into the first remainder.
the 30 was obtained after the third division into the second remainder.
the 95 is the final remainder.
-----
to prove your answer is correct, you multiply (4x^2 + 12x + 30) by (x-3)
first multiply (4x^2 + 12x + 30) by -3.
you get
-12x^2 - 36x - 90
then multiply (4x^2 + 12x + 30 by x.
you get
4x^3 + 12x^2 + 30x.
next you add these two terms together.
you get
4x^3 + 12x^2 - 12x^2 + 30x - 36x - 90
combining like terms, you get
4x^3 - 6x - 90
now you have to add the remainder which was 95.
you get
4x^3 - 6x - 90 + 95
combining like terms, you get
4x^3 - 6x + 5
this is the original equation you started from so you know that the division was done properly.
-----