Math Problem Statement

When ax^3 - x^2 + 2x + b is divided by x - 1, the remainder is 10. When it is divided by x - 2, the remainder is 51. Find a and b.

Solution

The given problem is:

When ax3x2+2x+bax^3 - x^2 + 2x + b is divided by x1x - 1, the remainder is 10. When it is divided by x2x - 2, the remainder is 51. We are asked to find the values of aa and bb.

Approach:

By the remainder theorem, if a polynomial f(x)f(x) is divided by xcx - c, the remainder is f(c)f(c). Applying this theorem to the problem:

  1. For division by x1x - 1: f(1)=10f(1) = 10 Substituting into the polynomial f(x)=ax3x2+2x+bf(x) = ax^3 - x^2 + 2x + b: f(1)=a(1)3(1)2+2(1)+b=a1+2+b=a+b+1f(1) = a(1)^3 - (1)^2 + 2(1) + b = a - 1 + 2 + b = a + b + 1 So, a+b+1=10a + b + 1 = 10, which simplifies to: a+b=9(Equation 1)a + b = 9 \quad \text{(Equation 1)}

  2. For division by x2x - 2: f(2)=51f(2) = 51 Substituting into the polynomial: f(2)=a(2)3(2)2+2(2)+b=8a4+4+b=8a+bf(2) = a(2)^3 - (2)^2 + 2(2) + b = 8a - 4 + 4 + b = 8a + b So, 8a+b=51(Equation 2)8a + b = 51 \quad \text{(Equation 2)}.

Solving the system of equations:

We now have the system:

  1. a+b=9a + b = 9
  2. 8a+b=518a + b = 51

From the first equation, solve for bb: b=9ab = 9 - a

Substitute this into the second equation: 8a+(9a)=518a + (9 - a) = 51 8aa+9=518a - a + 9 = 51 7a+9=517a + 9 = 51 7a=427a = 42 a=6a = 6

Substitute a=6a = 6 back into the first equation: 6+b=96 + b = 9 b=3b = 3

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Polynomial Division
System of Equations

Formulas

Remainder Theorem: f(c) gives the remainder when f(x) is divided by x - c

Theorems

Remainder Theorem

Suitable Grade Level

Grades 9-10