David M. answered 04/07/20
Dave "The Math Whiz"
When dividing by a polynomial you are concerned with the variable first. In this problem we have
x4-6x3+12x2-21x+20 divided by x-4. If you write this out in long division form it will be easier to follow:
x3-2x2+4x-5
x-4Γx4-6x3+12x2-21x+20
-(x4-4x3) <----subtract product of (x-4) times x3
-2x3+12x2 <----result is (-2x3) then bring down the 12x2
-(-2x3+8x2) <----subtract product of (x-4) times (-2x2)
4x2-21x <----result is 4x2 then bring down the (-21x)
-(4x2-16x) <---subtract product of (x-4) times 4x
-5x+20 <---result is (-5x) then bring down the 20
-(5x+20) <---subtract product of (x-4) times (-5)
0 <---result is "0" which means there is no remainder
Therefore, the answer quotient is x3-2x2+4x-5 and the answer you are looking for is 4x.
Hope this helps!