SOLUTION: Let f(x) be a polynomial. Find the remainder when f(x) is divided by x(x - 1)(x - 2), if f(0) = 0, f(1) = 1, and f(2) = 2.

Algebra.Com
Question 1209717: Let f(x) be a polynomial. Find the remainder when f(x) is divided by x(x - 1)(x - 2), if f(0) = 0, f(1) = 1, and f(2) = 2.
Answer by CPhill(1959)   (Show Source): You can put this solution on YOUR website!
Here's how to find the remainder:
1. **The Remainder Theorem:** When a polynomial f(x) is divided by (x - c), the remainder is f(c). We're given f(0) = 0, f(1) = 1, and f(2) = 2.
2. **Form of the Remainder:** Since we're dividing by a cubic (x(x - 1)(x - 2)), the remainder will be a polynomial of degree at most 2. Let the remainder be R(x) = ax² + bx + c.
3. **Set up equations:** We know the following:
* R(0) = f(0) = 0
* R(1) = f(1) = 1
* R(2) = f(2) = 2
Substitute these values into R(x):
* R(0) = a(0)² + b(0) + c = 0 => c = 0
* R(1) = a(1)² + b(1) + c = 1 => a + b + c = 1
* R(2) = a(2)² + b(2) + c = 2 => 4a + 2b + c = 2
4. **Solve for a and b:** We already know c = 0. Substitute this into the other two equations:
* a + b = 1
* 4a + 2b = 2
Notice that the second equation is just 2 times the first equation. This means the two equations are dependent and there are infinitely many solutions for a and b.
Let's use the first equation to express b in terms of a:
b = 1 - a
Substitute this into the second equation:
4a + 2(1-a) = 2
4a + 2 - 2a = 2
2a = 0
a = 0
Then, b = 1-a = 1-0 = 1.
Therefore, a = 0 and b = 1.
5. **Write the remainder:** Since a = 0, b = 1, and c = 0, the remainder is:
R(x) = 0x² + 1x + 0 = x
Therefore, the remainder when f(x) is divided by x(x - 1)(x - 2) is simply *x*.

RELATED QUESTIONS

Let f(x) be a polynomial such that f(0) = 4, f(1) = 6, and f(2) = -2. Find the remainder (answered by math_tutor2020)
a polynomial f(x) with rational coefficients leaves remainder 15 when divided by x-3 and... (answered by KMST)
The cubic polynomial f(x) is such that the coefficient of x^3 is -1 and the roots of the... (answered by KMST)
f f(x) = x8 - 1 is divided by x -2, the remainder would... (answered by josgarithmetic,MathLover1,ikleyn,MathTherapy)
Hello Tutors, I am having trouble with the following problem. I have written some of... (answered by Fombitz)
When f(x)is divided by x-1, the remainder is -1; when it is divided by {{{x^2}}}, the... (answered by robertb)
when a polynomial f(x) is divided by (x-3) the remainder is -9 and when divided by... (answered by robertb)
When a polynomial f(x) is divided by x-3 the remainder is -9 and when divided by 2x-1 the (answered by MathLover1,ikleyn)
If f(x)=3x^2-0-1,find f(0),f(-2),and... (answered by JBarnum)