

InterviewSolution
Saved Bookmarks
1. |
Explain Remainder Theorem. |
Answer» If f(x) is a polynomial in x and is divided by x-a; the remainder is the value of f(x) at x = a i.e., Remainder = f(a). Proof: Let p(x) be a polynomial divided by (x-a). Let q(x) be the quotient and R be the remainder. By division algorithm, Dividend = (Divisor x quotient) + Remainder p(x) = q(x) . (x-a) + R Substitute x = a, p(a) = q(a) (a-a) + R p(a) = R (a - a = 0, 0 - q (a) = 0) Hence Remainder = p(a). Steps for Factorization using Remainder Theorem
|
|