0% found this document useful (0 votes)
199 views1 page

Class 10 Factorization Problems

Uploaded by

sanjeet_kaur_10
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
199 views1 page

Class 10 Factorization Problems

Uploaded by

sanjeet_kaur_10
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

The Shri Ram School Aravali

Subject: Mathematics
Topic: Factorisation
Class: X
Name………………………… Sec……… Date………

1. When x3 + 3x2 – kx + 4 is divided by (x – 2), the remainder is k. Find the value of k. [k=8]

2. Use the factor theorem to factorise the expression: x3 + x2 – 4x – 4. [(x – 2)(x + 1)(x + 2)]

3. Given that (x +1) and (x – 2) are factors of x3 + ax2 – bx – 6. Determine the value of a and b.
Then factorise the given expression completely. [a=2, b=5, (x+1)(x–2)(x +3)]

4. Show that (5x + 4) is a factor of 5x3 + 4x2 – 5x – 4. Hence, factorise the given polynomial
completely. [(5x+4)(x + 1)(x – 1)]

5. What number should be subtracted from 16x3 – 8x2 + 4x +7 so that the resulting polynomial
has (2x + 1) as a factor? [1]

6. Use factor theorem to factorise the polynomial x3 – 13x – 12 completely.


[(x + 1)(x + 3)(x – 4)]

7. When divided by (x – 3), the polynomials x3 – px2 + x + 6 and 2x3 – x2 – (p + 3)x – 6 leave
the same remainder. Find the value of p. [p = 1]

8. Given that (x +2) and (x + 3) are factors of 2x3 + ax2 + 7x – b. Determine the value of a and
b. [9,6]

9. If (x + a) is a common factor of expressions f(x) = x2 + px + q and g(x) = x2 + mx + n, show


𝑛−𝑞
that: a = .
𝑚−𝑝

10. What number should be added to 2x3 – 3x2 -8x so that the resulting polynomial leaves the
remainder10 when divided by 2x+1? [7]

Common questions

Powered by AI

The factorization of a polynomial directly reflects its zeroes, as each factor (x - a) indicates that x = a is a root or zero of the polynomial. This relationship is significant because it provides a direct means to solve polynomial equations; finding the zeroes is equivalent to solving the equation f(x) = 0. Additionally, it assists in graphing the polynomial, as each zero implies an x-intercept. For example, the polynomial x^3 - 13x - 12 factored as (x + 1)(x + 3)(x - 4) reveals its zeroes at -1, -3, and 4 .

To find the unknown coefficient p in the two polynomials x^3 - px^2 + x + 6 and 2x3 - x^2 - (p + 3)x - 6, which both leave the same remainder when divided by (x - 3), we need to evaluate each polynomial at x = 3. For the first polynomial, f(3) = 3^3 - 3^2*p + 3 + 6 = 27 - 9p + 9. For the second polynomial, g(3) = 2(3)^3 - 3^2 - (p + 3)3 - 6 = 54 - 9 - 3p - 9 - 6. Setting these remainders equal gives 27 + 9 - 9p = 39 - 3p. Solving for p gives p = 1 .

Given that (x+1) and (x-2) are factors of x^3 + ax^2 - bx - 6, substituting x = -1 and x = 2 should result in zero. First, for x = -1, (-1)^3 + a(-1)^2 - b(-1) - 6 = 0 simplifies to -1 + a + b - 6 = 0, or a + b = 7. Second, for x = 2, 2^3 + 4a - 2b - 6 = 0 simplifies to 8 + 4a - 2b - 6 = 0, or 4a - 2b = -2, i.e., 2a - b = -1. Solving these equations simultaneously (equations a + b = 7 and 2a - b = -1) results in a = 2 and b = 5 .

Given that (x + 2) and (x + 3) are factors of the polynomial 2x^3 + ax^2 + 7x - b, we use these roots to determine the polynomial's coefficients. Since these are factors, substituting x = -2 and x = -3 will make the polynomial equal to zero. First, for x = -2, this becomes 2(-2)^3 + a(-2)^2 + 7(-2) - b = 0, or -16 + 4a - 14 - b = 0, simplifying to 4a - b = 30. For x = -3, 2(-3)^3 + a(-3)^2 + 7(-3) - b = 0 results in -54 + 9a - 21 - b = 0, simplifying to 9a - b = 75. Solving these two equations simultaneously gives a = 9 and b = 6. Thus, the factorization is 2(x + 2)(x + 3)(x - 1).

To ensure (2x + 1) is a factor of 16x^3 - 8x^2 + 4x + 7, we first find the value that makes the polynomial divisible by 2x + 1. Setting x = -1/2 (as 2x + 1 = 0 when x = -1/2), we substitute this into the polynomial: 16(-1/2)^3 - 8(-1/2)^2 + 4(-1/2) + 7 = -2 - 2 - 2 + 7 = 1. The remainder when the polynomial is divided by (2x + 1) is 1, so to make (2x+1) a factor, 1 must be subtracted from the polynomial .

Given that (5x + 4) is a factor of the polynomial 5x^3 + 4x2 - 5x - 4, one way to complete the factorization is to perform polynomial division. Dividing the original polynomial by (5x + 4) using synthetic or long division gives a quotient of quadratic form x^2 - x - 1. This quadratic can be further factored by finding its roots using the quadratic formula, revealing factors (x - 1)(x + 1). Therefore, the complete factorization of the polynomial is (5x + 4)(x + 1)(x - 1).

The Factor Theorem states that if f(c) = 0 for a polynomial f(x), then (x - c) is a factor of f(x). To factorize x^3 - 13x - 12 completely, we can start by finding a root of the polynomial. By the theorem, if we try x = -1, f(-1) = (-1)^3 - 13(-1) - 12 = 0, so (x + 1) is a factor. Performing synthetic division of x^3 - 13x - 12 by (x + 1) yields x^2 - x - 12. Factoring x^2 - x - 12 gives (x + 3)(x - 4). Therefore, the complete factorization is (x + 1)(x + 3)(x - 4).

To find the number to add to 2x^3 - 3x^2 - 8x so that it leaves a remainder of 10 when divided by 2x + 1, we start by substituting x = -1/2 into the polynomial since 2x + 1 = 0 when x = -1/2. Evaluating the original polynomial at x = -1/2 gives: 2(-1/2)^3 - 3(-1/2)^2 - 8(-1/2) = -1/4 - 3/4 + 4 = 3. This results in a current remainder of 3. To achieve a remainder of 10, an additional 7 must be added .

Identifying common factors between different polynomial expressions is useful because it allows simplification of mathematical problems by reducing them into smaller, easier-to-handle components. It also aids in solving equations, analyzing polynomial behavior, and simplifying algebraic expressions. For instance, if (x + a) is a common factor of two expressions f(x) and g(x), we can deduce relationships between their coefficients, such as a = (n-q)/(m-p) where p, q, m, n are coefficients of specific terms in f(x) and g(x) respectively .

By the Factor Theorem, the remainder of a polynomial f(x) divided by (x - a) is f(a). For the polynomial x^3 + 3x^2 - kx + 4, substituting x = 2 gives f(2) = 2^3 + 3(2)^2 - 2k + 4 = 8 + 12 - 2k + 4 = 24 - 2k. According to the problem, this remainder, 24 - 2k, should equal k. Solving the equation 24 - 2k = k gives k = 8. Thus, the Factor Theorem helps confirm k = 8 by verifying that the remainder matches k .

You might also like