Skip to content
Glacius
FoundationsConcept reference

Factoring

Factoring a common scalar rewrites a sum as that scalar multiplied by the sum of the remaining factors.

On this page 7 sections
  1. Overview
  2. Factoring collects a repeated multiplier outside parentheses
  3. A common factor need not be the largest one
  4. Check your understanding
  5. Key takeaway
  6. Sources & further reading
  7. Concept connections
Factoring 6x+9 as 3(2x+3). Three equal rows each contain a 2x block and a 3 block; widths are schematic because x is unspecified.Factoring 6x+9 as 3(2x+3). Three equal rows each contain a 2x block and a 3 block; widths are schematic because x is unspecified.
Figure 1Factoring 6x+9 as 3(2x+3). Three equal rows each contain a 2x block and a 3 block; widths are schematic because x is unspecified.
Link to this figure ↗Download SVGDownload PNG

01Factoring collects a repeated multiplier outside parentheses#

Factoring collects a repeated multiplier outside parentheses. Start with 6x+96x+9. Both terms contain a factor of 33.

Write that factor in each term.

6x+9=32x+336x+9=3\cdot 2x+3\cdot 3

The distributive rule works in reverse: the common 33 multiplies the whole sum left inside.

Collect the common factor.

6x+9=3(2x+3)6x+9=3(2x+3)

Check by distributing. The outside factor must multiply every term, including the constant.

The original expression returns.

3(2x+3)=6x+93(2x+3)=6x+9
Check your reasoning

Factor 44 from 8x+128x+12. Complete 4(2x+)4(2x+\square).

Show answer and explanation
3

The constant must be 33: 43=124\cdot3=12. Putting 1212 inside would produce 4848.

02A common factor need not be the largest one#

A common factor need not be the largest one. Both 2(6x+9)2(6x+9) and 3(4x+6)3(4x+6) equal 12x+1812x+18. A specified nonzero factor tells you what to divide out of each term.

A fixed scalar can multiply several terms.

5u+5v=5(u+v)5u+5v=5(u+v)
Check your reasoning

Pack 10a+15b10a+15b into groups of 55. Which form works?

  1. A5(2a+3b)5(2a+3b)
  2. B5(2a+15b)5(2a+15b)
  3. C5(10a+3b)5(10a+3b)
Show answer and explanation
5(2a+3b)5(2a+3b)

Divide both terms by 55: the group is 2a+3b2a+3b.

03Check your understanding#

Check your reasoning

Repair 4x+8=4(x+8)4x+8=4(x+8).

  1. A4(x+2)4(x+2)
  2. B4(4x+2)4(4x+2)
  3. Cx+2x+2
Show answer and explanation
4(x+2)4(x+2)

The inside constant is 8/4=28/4=2. Keep the outside 44.

Key takeaway

Divide every term by the chosen factor inside parentheses. Distribute afterward to check that the value is unchanged.

  • Factor a common scalar factor from a sum

Sources & further reading

  1. [1]

Reference this concept

Link to this page, a section, or an individual figure.

Glacius. “Factoring.” Math behind ML. /learn/f-factor