IOQM Math Algebra DPP - 1 (pending from q3 onwards)
Q1. Given that f ( x ) = x 4 + 3 x 3 + 8 x 2 − k x + 11 f(x) = x^4 + 3x^3 + 8x^2 - kx + 11 is divisible by x + 3 x + 3 , find the value of k k . Solution: Put f(-3) = 0. Solving will give you k = -83/3. Q2. Given that f ( x ) = x 4 − a x 2 − b x + 2 f(x) = x^4 - ax^2 - bx + 2 is divisible by ( x + 1 ) ( x + 2 ) (x + 1)(x + 2) , find the values of a a and b b . Solution: f(-1) = 0 and f(-2) = 0 Plug those values and solve. You would get: a = 6, b = 3 Q3. Given that a polynomial f ( x ) f(x) has remainders 1, 2, 3 when divided by ( x − 1 ) , ( x − 2 ) , ( x − 3 ) (x - 1), (x - 2), (x - 3) , respectively. Find the remainder of f ( x ) f(x) when it is divided by ( x − 1 ) ( x − 2 ) ( x − 3 ) (x - 1)(x - 2)(x - 3) . Solution: By the remainder theorem: f(1) = 1, f(2) = 2, f(3) = 3 Now, when we divide f(x) by (x-1)(x-2)(x-3) remainder's degree will be 1 less than divisor. => Remainder = ax^2 + bx + c f(x) = Q(x).(x-1).(x-2).(x-3) + ax^2 + bx + c f(1) = 1 = a + b + c f(2) = ...