Use the division algorithm to find qx and rx such that ax q
Use the division algorithm to find q(x) and r(x) such that a(x) = q(x)b(x) + r(x) with deg r(x)
Solution
To satisfy the equation a(x) = q(x)*b(x) + r(x), we just need to find the quotient and remainder when a(x) is divided by b(x)
Quotient will be q(x) and remainder will be r(x)
(x5 + x3 - x2 - x ) / x3 + x
x5 + x3 - x2 - x can be written as (x3 + x)(x2) - x2 - x
So q(x) = x2 and r(x) = -x2 - x
