+1 vote
in Class 10 by kratos

Apply division algorithm to find the quotient q(x) and remainder r(x) on dividing f(x) by g(x).

f(x) = 4x3 + 8x2 + 8x + 7, g(x)= 2x2 – x + 1.

1 Answer

+1 vote
by kratos
 
Best answer

Given,

f(x) = 4x3 + 8x2 + 8x + 7 and g(x)= 2x2 – x + 1

Thus, q(x) = 15x + 10 and r(x) = 3x – 32

...