
William W. answered 10/21/21
Math and science made easy - learn from a retired engineer
In order to divide polynomials you need to first put placeholders in for all possible exponent degrees so we'll change P(x) to be:
P(x) = 6x4 + 4x3 + 5x2 + 0x + 0
And we'll change D(x) to be:
D(x) = 2x2 + 0x + 1
Now, set it up like any long division problem:
1) Divide 2x2 into 6x4 to get 3x2. and put the 3x2 above the 6x4 as shown, Then multiply 3x2 by each of the terms in the dividend (2x2, 0x, and 1) and place the results below each term and subtract as indicated:
Keep repeating the process to the end like shown.
The result (quotient) is 3x2 + 2x + 1 with remainder -2x - 1
So Q(x) = 3x2 + 2x + 1 and R(x) = -2x - 1