lesson

Updated 6 days ago Β· 3 views
If three different baking recipes all ask for eggs, you do not buy three separate egg cartons β you grab one shared carton for all of them. In algebra, when multiple terms share an identical piece, you can pull that shared piece out to the front.
This reverse-distribution process is called factoring, and it turns an addition expression into a clean multiplication problem.
πA clean visual diagram illustrating the Distributive Property in reverse using an area model. Top: A large rectangle split into two adjacent sections. Left section has area 'ab' with height 'a' and width 'b'. Right section has area 'ac' with height 'a' and width 'c'. Total area written as 'ab + ac'. Bottom: The combined rectangle shown with height 'a' factored out on the left side, and total top width labelled '(b + c)', showing area = a(b + c). An animated or glowing two-way arrow links 'ab + ac' (Expanded) to 'a(b + c)' (Factored). Minimal modern card styling on white background #ffffff, border #e6e6e6, text #1e2945, accent #2563eb.
How do you know what to pull out when terms contain both numbers and variables?
The Greatest Common Factor
A common factor is any number or variable that divides evenly into every term of an expression. To factor completely, you pull out the greatest common factor (GCF), which combines the largest shared number and the lowest exponent of any shared variable.
Let's factor the polynomial 12x3β8x2+20x step-by-step by breaking each piece into its building blocks.
πAn interactive-style step-by-step breakdown card showing how to extract the GCF from '12xΒ³ - 8xΒ² + 20x'. 1. Coefficient row: 12, -8, 20 highlighted -> GCF is 4. 2. Variable row: xΒ³, xΒ², xΒΉ -> lowest power is xΒΉ. 3. Combine: GCF = 4x. 4. Division brackets showing each term divided by 4x: (12xΒ³ / 4x) = 3xΒ², (-8xΒ² / 4x) = -2x, (20x / 4x) = 5. Final factored expression highlighted in a glowing blue pill box: 4x(3xΒ² - 2x + 5). White card, clean lines, #1e2945 text, #2563eb accent color, clear badge labels.
Notice that when you divide x3 by x1, you subtract exponents to get x2. Because every term gave up a factor of 4x, the leftover terms stay protected inside the parentheses: 4x(3x2β2x+5).
What happens when an entire term seems to disappear completely during factoring?
The Hidden Placeholder
Consider the expression 6x+6. If you pull out the common factor of 6, a frequent mistake is writing 6(x), accidentally erasing the second term.
Remember that factoring is division: 6Γ·6=1, not 0. The correct factored form is 6(x+1) because you always need a placeholder to restore the original term when multiplying back.