Let p(x) be a polynomial. When p(x) is divided by (x - 1), it leaves 2 as the remainder. When p(x) is divided by (x - 2), it leaves 1 as the remainder. What is the remainder when p(x) is divided by (x - 1)(x - 2)?
- ((a))
3
- ((b))
-3
- ((c))
3 - x
- ((d))
3 - 2x
Show Answer
3 - x
Given:
p(x) leaves a remainder of 2 when divided by (x - 1).
p(x) leaves a remainder of 1 when divided by (x - 2).
We need the remainder when p(x) is divided by (x - 1)(x - 2).
Formula used:
The remainder when p(x) is divided by (x - 1)(x - 2) will be a linear polynomial of the form ax + b.
From the given conditions: p(1) = 2 and p(2) = 1.
Calculations:
Assume remainder = ax + b.
From p(1) = 2:
⇒ a(1) + b = 2
⇒ a + b = 2
From p(2) = 1:
⇒ a(2) + b = 1
⇒ 2a + b = 1
Solving the two equations:
- a + b = 2
- 2a + b = 1
⇒ Subtract equation 1 from equation 2:
⇒ (2a + b) - (a + b) = 1 - 2
⇒ a = -1
Substitute a = -1 in equation 1:
⇒ -1 + b = 2
⇒ b = 3
Final Remainder:
Remainder = ax + b = -x + 3 = 3 - x
∴ The correct answer is option (3).




