Question

Difficulty: MediumFactoring Polynomials

If the polynomial 12x2+10x812x^2 + 10x - 8 is factored completely into the form k(ax1)(bx+c)k(ax - 1)(bx + c), where kk, aa, bb, and cc are positive integers, what is the value of k+a+b+ck + a + b + c?

Answer: 11

Answer

The value of k+a+b+ck + a + b + c is 1111.
To factor the polynomial 12x2+10x812x^2 + 10x - 8 completely, we first factor out the greatest common factor of 22, yielding 2(6x2+5x4)2(6x^2 + 5x - 4). Next, we factor the quadratic trinomial 6x2+5x46x^2 + 5x - 4 by finding two numbers that multiply to 6×(4)=246 \times (-4) = -24 and add to 55. These numbers are 88 and 3-3. Splitting the linear term and factoring by grouping gives 6x2+8x3x4=2x(3x+4)1(3x+4)=(2x1)(3x+4)6x^2 + 8x - 3x - 4 = 2x(3x + 4) - 1(3x + 4) = (2x - 1)(3x + 4). The completely factored expression is 2(2x1)(3x+4)2(2x - 1)(3x + 4). Comparing this with k(ax1)(bx+c)k(ax - 1)(bx + c) where k,a,b,ck, a, b, c are positive integers, we determine that k=2k = 2, a=2a = 2, b=3b = 3, and c=4c = 4. Summing these values gives 2+2+3+4=112 + 2 + 3 + 4 = 11.

Step-by-Step Solution

1
Factor out the greatest common factor (GCF) from the terms of the polynomial.
2(6x2+5x4)2(6x^2 + 5x - 4)
Factoring out the greatest common factor simplifies the coefficients, making the quadratic trinomial easier to factor.
2
Find two integers that multiply to ac=6×(4)=24ac = 6 \times (-4) = -24 and add to b=5b = 5.
The two numbers are 88 and 3-3.
These integers are needed to split the linear term in order to factor the quadratic by grouping.
3
Rewrite the middle term and factor the trinomial by grouping.
(2x1)(3x+4)(2x - 1)(3x + 4)
Rewriting the trinomial as 6x2+8x3x46x^2 + 8x - 3x - 4 allows grouping of the first two terms 2x(3x+4)2x(3x + 4) and the last two terms 1(3x+4)-1(3x + 4) to extract the common binomial factor.
4
Combine the factors and match the coefficients to the form k(ax1)(bx+c)k(ax - 1)(bx + c).
k=2k = 2, a=2a = 2, b=3b = 3, and c=4c = 4
The completely factored expression is 2(2x1)(3x+4)2(2x - 1)(3x + 4). Matching this to the given template where all constants are positive integers yields k=2k = 2, a=2a = 2, b=3b = 3, and c=4c = 4.
5
Calculate the sum of the constants.
1111
Adding the values gives 2+2+3+4=112 + 2 + 3 + 4 = 11.

Key Concept

Factoring quadratic trinomials of the form ax2+bx+cax^2 + bx + c after removing a greatest common factor.
Rate this question