Distributing Rules
Algebra rules for distributing expressions. See factoring rules as well.
A. Multiplication
1. addition: a(b + c) = ab + ac and (b + c)a = ba + ca
2. subtraction: a(b – c) = ab – ac and (b – c)a = ba – ca
3. FOIL: (a + b)(c + d) = ac + ad + bc + bd
Careful!!
a(bc) ≠ ab·ac
|
B. Division
1. addition: 
2. subtraction: 
Careful!!

|
C. Exponents (a ≥ 0, b ≥ 0)
1. multiplication: (ab)x = axbx
2. division: (b ≠ 0)
Careful!!
(a + b)x ≠ ax + bx
(a – b)x ≠ ax – bx
|
D. Roots (x ≥ 0, y ≥ 0)
1. multiplication: 
2. division: ( y ≠ 0)
Careful!!


|
E. Logarithms (x > 0, y > 0, a > 0, a ≠ 1)
1. multiplication: loga (xy) = loga x + loga y
2. division: 
3. powers: loga (xp) = p loga x
Careful!!
loga (x + y) ≠ loga x + loga y
loga (x – y) ≠ loga x – loga y
|
F. Trig
1. 
2. 
3.  |
See
also
Binomial
theorem, fraction rules,
exponent rules, radical
rules, square root
rules, logarithm rules,
sum/difference
identities
Worked Example
Problem: Use the distributive property to expand and simplify 5(2x + 3).
Step 1: Identify the factor outside the parentheses and the terms inside.
a=5,b=2x,c=3 Step 2: Multiply the outside factor by the first term inside.
5⋅2x=10x Step 3: Multiply the outside factor by the second term inside.
5⋅3=15 Step 4: Combine the two products.
5(2x+3)=10x+15 Answer: 5(2x + 3) = 10x + 15
Another Example
This example shows distributing an exponent over multiplication, illustrating that distribution rules extend beyond basic multiplication. It also highlights the common error of distributing an exponent over addition.
Problem: Distribute the exponent in (3y)⁴ and simplify.
Step 1: Recognize this uses the exponent distribution rule: (ab)ˣ = aˣ · bˣ.
(3y)4=34⋅y4 Step 2: Evaluate the numerical power.
Step 3: Write the final simplified form.
(3y)4=81y4 Step 4: Warning: this rule works because 3y is a product. You CANNOT distribute an exponent over a sum. For instance, (3 + y)⁴ ≠ 3⁴ + y⁴.
(3+y)4=81+y4 Answer: (3y)⁴ = 81y⁴
Frequently Asked Questions
What is the difference between distributing and factoring?
Distributing and factoring are inverse operations. Distributing expands an expression by multiplying a factor across each term inside parentheses, as in a(b + c) = ab + ac. Factoring reverses this process by pulling a common factor out, turning ab + ac back into a(b + c). Knowing one direction helps you work in the other.
Can you distribute exponents over addition or subtraction?
No. A very common mistake is writing (a + b)ˣ = aˣ + bˣ, but this is incorrect. Exponents distribute only over multiplication and division: (ab)ˣ = aˣbˣ and (a/b)ˣ = aˣ/bˣ. To expand (a + b)ˣ, you need the Binomial Theorem or must multiply the expression out manually.
When do you use the distributive property?
You use the distributive property whenever you need to remove parentheses in an algebraic expression, simplify equations for solving, or multiply polynomials. It appears constantly in algebra, from combining like terms to applying FOIL for two binomials. It is also the foundation for distributing roots, logarithms, and exponents over products.
Distributing vs. Factoring
| Distributing | Factoring |
|---|
| Direction | Expands: breaks parentheses apart | Compresses: groups terms into parentheses |
| Formula | a(b + c) → ab + ac | ab + ac → a(b + c) |
| Purpose | Simplify or remove grouping symbols | Find common factors or solve equations |
| When to use | When you need to expand and combine like terms | When you need to solve equations or simplify fractions |
Why It Matters
Distributing rules appear in nearly every algebra course and carry forward into calculus, physics, and engineering. You use them every time you expand expressions, solve equations, or simplify logarithmic and exponential forms. Knowing which operations truly distribute—and which do not—prevents errors that can derail an entire solution.
Common Mistakes
Mistake: Distributing an exponent or root over addition/subtraction, e.g., writing (a + b)² = a² + b² or √(a + b) = √a + √b.
Correction: Exponents and roots distribute only over multiplication and division. For (a + b)², expand using FOIL or the identity a² + 2ab + b². For √(a + b), the expression generally cannot be simplified further.
Mistake: Distributing a logarithm over addition, e.g., writing log(x + y) = log x + log y.
Correction: The log rule log(xy) = log x + log y applies to products, not sums. There is no simple rule for log(x + y). The expression log x + log y equals log(xy), not log(x + y).