Decomposition Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Factorise 12x2+8xโˆ’412x^2 + 8x - 4 by decomposing the expression into simpler parts.

Solution

  1. 1
    Step 1 โ€” Factor out GCF: gcdโก(12,8,4)=4\gcd(12, 8, 4) = 4. So 12x2+8xโˆ’4=4(3x2+2xโˆ’1)12x^2+8x-4 = 4(3x^2+2x-1).
  2. 2
    Step 2 โ€” Decompose the quadratic: find two numbers multiplying to 3ร—(โˆ’1)=โˆ’33 \times (-1) = -3 and adding to 22: those are 33 and โˆ’1-1.
  3. 3
    Rewrite middle term: 4(3x2+3xโˆ’xโˆ’1)=4[3x(x+1)โˆ’1(x+1)]=4(3xโˆ’1)(x+1)4(3x^2 + 3x - x - 1) = 4[3x(x+1) - 1(x+1)] = 4(3x-1)(x+1).

Answer

12x2+8xโˆ’4=4(3xโˆ’1)(x+1)12x^2+8x-4 = 4(3x-1)(x+1)
Decomposition breaks a complex factoring problem into stages: first extract the GCF, then factor the remaining quadratic by splitting the middle term. Each stage is simpler than the whole.

About Decomposition

The strategy of breaking a complex mathematical object or problem into simpler, independent subproblems that can be solved separately.

Learn more about Decomposition โ†’

More Decomposition Examples