Find the GCD of the following pairs of polynomials using division algorithm.
x3 – 3x2 + 4x – 12, x4 + x3 + 4x2 + 4x
According to the question,
x3 – 3x2 + 4x – 12,then put x = 3
then,27 – 27 + 12 – 12 = 0
Then the equation is divisible by x – 3, using division algorithm method.
(x – 3)(x2 + 4) = (x – 3)(x2 + 4)
In equation second,
x4 + x3 + 4x2 + 4x,put x = – 1
then, 1 – 1 + 4 – 4 = 0,
Then the equation is divisible by x + 1, using division algorithm method.
(x + 1)(x3 + 4x) = x(x + 1)(x2 + 4)
Greatest common divisor = (x2 + 4)
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.