Distributive Property Calculator Step by Step: Complete Guide with Examples
The distributive property is one of the most used tools in algebra — once you understand it, you will apply it in nearly every equation you solve, every polynomial you expand, and every expression you simplify. Whether you are using a distributive property calculator step by step or working through problems by hand, the underlying process is always the same. This guide walks through each step from the basic definition to multi-term expressions, with real worked examples, common mistakes to watch for, and practice problems you can try on your own.
Contents
- 01What Is the Distributive Property?
- 02How to Apply the Distributive Property Step by Step
- 03Worked Examples: Distributive Property Step by Step
- 04Using the Distributive Property in Reverse: Factoring
- 05Distributive Property with Double Distribution (FOIL)
- 06Common Mistakes and How to Avoid Them
- 07Practice Problems with Full Solutions
- 08Where the Distributive Property Shows Up in Real Problems
- 09Frequently Asked Questions About the Distributive Property
What Is the Distributive Property?
The distributive property states that multiplying a number by a sum (or difference) gives the same result as multiplying that number by each term inside the parentheses and then adding (or subtracting) the results. In formal notation: a × (b + c) = a × b + a × c. This rule works for any real numbers — positive, negative, whole, or fractional. The word 'distributive' comes from the idea of distributing, or spreading, the multiplication over each term inside the parentheses. You are not changing the value — you are just rewriting it in a form that is easier to work with. Understanding this rule is the key to expanding brackets, combining like terms, and solving multi-step equations.
1. The core rule
a × (b + c) = a × b + a × c Also written as: a(b + c) = ab + ac Example: 3 × (4 + 5) = 3 × 4 + 3 × 5 = 12 + 15 = 27 Check: 3 × 9 = 27 ✓
2. It works with subtraction too
a × (b - c) = a × b - a × c Example: 5 × (8 - 3) = 5 × 8 - 5 × 3 = 40 - 15 = 25 Check: 5 × 5 = 25 ✓
3. It works from either direction
The multiplication can be on the left or the right of the parentheses: (b + c) × a = b × a + c × a Example: (6 + 2) × 4 = 6 × 4 + 2 × 4 = 24 + 8 = 32 Check: 8 × 4 = 32 ✓
4. Why it works
Think of 3 × (4 + 5) as three groups of (4 + 5). Each group contains one 4 and one 5, so three groups give you three 4s and three 5s — that is 3 × 4 + 3 × 5. The total does not change; you are just counting it a different way.
The distributive property: a(b + c) = ab + ac. Multiply the outside term by every term inside the parentheses.
How to Apply the Distributive Property Step by Step
Using the distributive property is a reliable three-step process. The steps are always the same regardless of how complicated the expression looks — and a distributive property calculator step by step follows exactly this same sequence. Work through these steps carefully on every problem until the process is automatic — the errors that trip students up almost always come from rushing one of these steps.
1. Step 1 — Identify the factor outside the parentheses
Find the number or variable that is being multiplied by the entire parenthetical expression. This is the term you will distribute. Example: In 4(3x + 7), the factor outside is 4. Example: In -2(5x - 1), the factor outside is -2 (including the negative sign). Example: In x(x + 6), the factor outside is x.
2. Step 2 — Multiply the outside factor by each term inside
Take the outside factor and multiply it by the first term, then the second term, and so on. Keep track of signs carefully. Example: 4(3x + 7) → 4 × 3x = 12x → 4 × 7 = 28 → Result: 12x + 28
3. Step 3 — Write the expanded expression and simplify
Put the results together with the appropriate operation (+ or -) between them. Then combine any like terms if possible. Example: 4(3x + 7) = 12x + 28 (no like terms to combine) Example with simplification: 3(2x + 4) + 5 → 6x + 12 + 5 → 6x + 17 (combine the constants: 12 + 5)
4. Step 4 — Check your answer
If the original expression had a specific value for x, substitute it into both the original and expanded forms and verify they give the same result. Check for 4(3x + 7) = 12x + 28 using x = 2: Original: 4(3×2 + 7) = 4(6 + 7) = 4 × 13 = 52 Expanded: 12×2 + 28 = 24 + 28 = 52 ✓
Distribute to every term inside — not just the first one. This is the most common mistake, and it is easy to avoid by drawing arrows from the outside factor to each term.
Worked Examples: Distributive Property Step by Step
Below are eight fully worked examples that increase in difficulty. Each one shows the complete process so you can see exactly how to handle different situations — positive and negative factors, variables, fractions, and expressions with more than two terms.
1. Example 1 (Basic): 5(x + 3)
Distribute 5 to each term: 5 × x + 5 × 3 = 5x + 15
2. Example 2 (Negative factor): -3(2x - 4)
Distribute -3 to each term — watch the signs: (-3) × 2x + (-3) × (-4) = -6x + 12 Note: negative × negative = positive, so -3 × -4 = +12.
3. Example 3 (Variable factor): x(x + 7)
Distribute x to each term: x × x + x × 7 = x² + 7x
4. Example 4 (Three terms): 2(3x² - 5x + 1)
Distribute 2 to all three terms: 2 × 3x² - 2 × 5x + 2 × 1 = 6x² - 10x + 2
5. Example 5 (Fraction factor): (1/2)(4x + 6)
Distribute 1/2 to each term: (1/2) × 4x + (1/2) × 6 = 2x + 3 Tip: multiplying by 1/2 is the same as dividing by 2, so 4x ÷ 2 = 2x and 6 ÷ 2 = 3.
6. Example 6 (Then solve): Solve 3(x + 4) = 21
Step 1 — Distribute: 3x + 12 = 21 Step 2 — Subtract 12 from both sides: 3x = 9 Step 3 — Divide by 3: x = 3 Check: 3(3 + 4) = 3 × 7 = 21 ✓
7. Example 7 (Both sides): 2(x + 5) = 4(x - 1)
Step 1 — Distribute both sides: 2x + 10 = 4x - 4 Step 2 — Subtract 2x from both sides: 10 = 2x - 4 Step 3 — Add 4 to both sides: 14 = 2x Step 4 — Divide by 2: x = 7 Check: 2(7 + 5) = 24; 4(7 - 1) = 24 ✓
8. Example 8 (Negative outside, then solve): -4(x - 3) = 8
Step 1 — Distribute -4: -4x + 12 = 8 Step 2 — Subtract 12 from both sides: -4x = -4 Step 3 — Divide by -4: x = 1 Check: -4(1 - 3) = -4 × (-2) = 8 ✓
When you distribute a negative number, every term inside changes sign. Write it out carefully — do not try to do it in your head.
Using the Distributive Property in Reverse: Factoring
This rule is a two-way street. Going forward (left to right), a(b + c) = ab + ac, you expand an expression. Going backward (right to left), ab + ac = a(b + c), you factor an expression. Recognizing when to expand and when to factor is a key algebra skill. Factoring is essentially asking: 'What number or variable was distributed to produce this expression?' The answer is the greatest common factor (GCF) of all the terms.
1. Example: Factor 6x + 10
Find the GCF of 6x and 10. Factors of 6x: 1, 2, 3, 6, x, 2x, 3x, 6x Factors of 10: 1, 2, 5, 10 GCF = 2 Write each term as 2 × something: 6x + 10 = 2(3x) + 2(5) = 2(3x + 5) Check by distributing: 2(3x + 5) = 6x + 10 ✓
2. Example: Factor 12x² - 8x
Find the GCF of 12x² and 8x. GCF = 4x (the largest number and variable that divides both) 12x² ÷ 4x = 3x 8x ÷ 4x = 2 Result: 4x(3x - 2) Check: 4x × 3x - 4x × 2 = 12x² - 8x ✓
3. Example: Factor 15a³ + 10a² - 5a
GCF of 15a³, 10a², and 5a = 5a 15a³ ÷ 5a = 3a² 10a² ÷ 5a = 2a 5a ÷ 5a = 1 Result: 5a(3a² + 2a - 1) Check: 5a × 3a² + 5a × 2a - 5a × 1 = 15a³ + 10a² - 5a ✓
Expanding and factoring use the same rule in opposite directions. Master both and you will handle half of algebra automatically.
Distributive Property with Double Distribution (FOIL)
When you multiply two binomials — expressions with two terms each, like (x + 3)(x + 5) — you apply the same rule twice. One common approach is the FOIL method, which stands for First, Outer, Inner, Last. This is just a memory device for making sure you distribute every term in the first binomial to every term in the second. The underlying operation is still the distributive property applied step by step, just used twice in sequence.
1. Example: Expand (x + 3)(x + 5)
F — First terms: x × x = x² O — Outer terms: x × 5 = 5x I — Inner terms: 3 × x = 3x L — Last terms: 3 × 5 = 15 Combine: x² + 5x + 3x + 15 Simplify: x² + 8x + 15
2. Example: Expand (2x - 1)(x + 4)
F: 2x × x = 2x² O: 2x × 4 = 8x I: (-1) × x = -x L: (-1) × 4 = -4 Combine: 2x² + 8x - x - 4 Simplify: 2x² + 7x - 4
3. Example: Expand (x - 6)²
(x - 6)² = (x - 6)(x - 6) F: x × x = x² O: x × (-6) = -6x I: (-6) × x = -6x L: (-6) × (-6) = 36 Combine: x² - 6x - 6x + 36 Simplify: x² - 12x + 36 Note: (a - b)² always gives a² - 2ab + b².
FOIL is not a separate rule — it is the distributive property applied twice. Understanding this means you can extend it to trinomials without learning anything new.
Common Mistakes and How to Avoid Them
Most errors with the distributive property fall into a small number of categories. Whether you check your work with a distributive property calculator step by step or by hand, recognizing these patterns before you start helps you catch mistakes before they happen rather than after.
1. Mistake 1: Only distributing to the first term
Wrong: 4(3x + 7) = 12x + 7 (forgot to multiply 4 × 7) Right: 4(3x + 7) = 12x + 28 Fix: Draw arrows from the outside factor to every term inside before you multiply. Do not move on until you have an arrow to each term.
2. Mistake 2: Losing the negative sign when distributing
Wrong: -2(x - 5) = -2x - 10 (wrong sign on second term) Right: -2(x - 5) = -2x + 10 Reasoning: -2 × (-5) = +10. A negative times a negative is always positive. Fix: When the outside factor is negative, every term inside will change sign. Expect it and double-check it.
3. Mistake 3: Distributing when you should solve first
Not every problem with parentheses requires distributing first. If the parentheses contain a single term, it is often faster not to distribute. Example: 3(x + 4) = 21 Better approach: x + 4 = 7, so x = 3 (divide both sides by 3 first) Also valid: 3x + 12 = 21 → 3x = 9 → x = 3 Both work, but the first is faster when the coefficient divides evenly.
4. Mistake 4: Incorrectly combining unlike terms after distributing
Wrong: 2(3x + 4) + 5x = 6x + 4 + 5x = 11x + 4x = 15x (combined 4 and x incorrectly) Right: 2(3x + 4) + 5x = 6x + 8 + 5x = 11x + 8 Fix: You can only combine like terms — terms with the same variable and exponent. The constant 8 cannot be added to 11x.
5. Mistake 5: Forgetting to distribute to all terms in longer expressions
Wrong: 3(2x² - 5x + 1) = 6x² - 5x + 1 (only distributed to the first term) Right: 3(2x² - 5x + 1) = 6x² - 15x + 3 Fix: Count the number of terms inside the parentheses before you start. Make sure you have that many results after distributing.
Before you write anything, count the terms inside the parentheses. That is exactly how many multiplications you need to do — no more, no less.
Practice Problems with Full Solutions
Work through these problems in order — they progress from straightforward distribution to full equation solving. Try each one on your own before reading the solution. The goal is not just to get the right answer, but to get it using the correct process.
1. Problem 1: Expand 6(x + 4)
Solution: 6 × x + 6 × 4 = 6x + 24
2. Problem 2: Expand -5(2x - 3)
Solution: (-5) × 2x + (-5) × (-3) = -10x + 15 Note: -5 × -3 = +15
3. Problem 3: Expand and simplify 4(x + 2) + 3x
Solution: 4x + 8 + 3x = 7x + 8
4. Problem 4: Expand 3(2x² - x + 5)
Solution: 3 × 2x² - 3 × x + 3 × 5 = 6x² - 3x + 15
5. Problem 5: Solve 5(x - 2) = 15
Solution: 5x - 10 = 15 5x = 25 x = 5 Check: 5(5 - 2) = 5 × 3 = 15 ✓
6. Problem 6: Solve 3(2x + 1) = 2(x + 9)
Solution: 6x + 3 = 2x + 18 4x = 15 x = 15/4 = 3.75 Check: 3(2 × 3.75 + 1) = 3 × 8.5 = 25.5 2(3.75 + 9) = 2 × 12.75 = 25.5 ✓
7. Problem 7: Factor 14x² + 21x
Find the GCF of 14x² and 21x: GCF = 7x 14x² ÷ 7x = 2x 21x ÷ 7x = 3 Result: 7x(2x + 3) Check: 7x × 2x + 7x × 3 = 14x² + 21x ✓
8. Problem 8: Expand (x + 4)(x - 2)
Using FOIL: F: x × x = x² O: x × (-2) = -2x I: 4 × x = 4x L: 4 × (-2) = -8 Result: x² - 2x + 4x - 8 = x² + 2x - 8
If you can work through these eight problems without hesitation, you have the distributive property covered at the algebra 1 and 2 level.
Where the Distributive Property Shows Up in Real Problems
This rule is not just an isolated algebra skill — it appears constantly in real equation solving. Knowing how to spot and apply it quickly saves time on every test and homework assignment. Here are three common contexts where you will need the distributive property.
1. Solving equations with parentheses
Any time an equation has parentheses with a coefficient, your first move is usually to distribute and clear the parentheses before isolating the variable. Example: 2(3x - 4) + 6 = 20 Distribute: 6x - 8 + 6 = 20 Simplify: 6x - 2 = 20 Solve: 6x = 22 → x = 11/3
2. Geometry: area and perimeter formulas
The perimeter formula for a rectangle, P = 2(l + w), uses the distributive property. Expanding it gives P = 2l + 2w, which lets you find individual dimensions more easily. Example: A rectangle has perimeter 40 cm and length 12 cm. Find the width. 2(12 + w) = 40 Distribute: 24 + 2w = 40 Solve: 2w = 16 → w = 8 cm
3. Working with formulas in science and finance
The distributive property appears when rearranging formulas. Example — Profit formula: P = n(r - c), where n is units sold, r is revenue per unit, c is cost per unit. Expanded: P = nr - nc This form makes it easier to see how changes in revenue or cost affect profit independently.
Once you train yourself to recognize this pattern in any expression with parentheses, a lot of algebra that looked complicated becomes straightforward.
Frequently Asked Questions About the Distributive Property
These are the questions that come up most often when students are working through the distributive property for the first time, reviewing it before a test, or using a distributive property calculator step by step to check their work.
1. Does the distributive property work with three or more terms inside the parentheses?
Yes. The rule extends to any number of terms. a(b + c + d) = ab + ac + ad. Just distribute the outside factor to every single term. The more terms there are, the more multiplications you need — but the process is identical for each one.
2. Can I use the distributive property with subtraction?
Yes. a(b - c) = ab - ac. The subtraction sign stays between the two resulting terms. Be especially careful when the outside factor is negative — a negative outside and a subtraction inside often trips students up. Write out each multiplication sign by sign to avoid errors.
3. What is the difference between the distributive property and combining like terms?
The distributive property removes parentheses by multiplying. Combining like terms simplifies an expression by adding or subtracting terms that have the same variable part. They are usually done in sequence: distribute first to remove the parentheses, then combine like terms to simplify. Example: 2(x + 3) + 4x → 2x + 6 + 4x → 6x + 6.
4. Is FOIL the same as the distributive property?
Yes. FOIL is a mnemonic device for remembering how to apply the rule twice when multiplying two binomials. The 'First, Outer, Inner, Last' labels just help you track which pairs of terms to multiply so you do not miss any. The underlying operation is still the distributive property — just used twice in sequence.
5. When should I factor instead of distribute?
If an expression has no parentheses and you need to solve an equation, factoring can simplify it significantly. If an expression already has parentheses with a coefficient, distribute first to clear them. In general: distribute to remove parentheses and expand, factor to introduce parentheses and simplify. The context of the problem will usually make it clear which direction to go.
6. Does the distributive property work with division?
Partially. You can distribute a sum in the numerator over a division: (a + b) ÷ c = (a ÷ c) + (b ÷ c). This is valid because dividing by c is the same as multiplying by 1/c. However, you cannot distribute division in the denominator: a ÷ (b + c) ≠ (a ÷ b) + (a ÷ c). That is a very common error — avoid it.
The distributive property is at the heart of polynomial algebra. Get it right at this stage and every topic that follows becomes easier to understand.
Related Articles
Simple Algebra Problems: A Step-by-Step Guide
Master the fundamentals of algebra with worked examples of one-step, two-step, and multi-step equations.
How to Factor a Quadratic Equation
Learn three methods for factoring quadratic expressions, including when to use each approach.
How to Solve Formulas in Algebra
Learn to rearrange and solve algebraic formulas — an essential skill that relies heavily on the distributive property.
Related Math Solvers
Step-by-Step Solutions
Get detailed explanations for every step, not just the final answer.
Smart Scan Solver
Snap a photo of any math problem and get an instant step-by-step solution.
Practice Mode
Generate similar problems to practice and build confidence.
