terican

Last verified · v1.0

Calculator · math

Distributive Property Calculator

Expand a(b + c) = ab + ac instantly. Enter the outer multiplier and inner terms to get the fully distributed expression and numerical result in one click.

FreeInstantNo signupOpen source

Inputs

Result of a(b ± c)

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Result of a(b ± c)

The formula

How the
result is
computed.

Understanding the Distributive Property

The distributive property is one of the most fundamental laws in arithmetic and algebra. It states that multiplying a factor by a sum or difference inside parentheses yields the same result as performing each multiplication separately and then combining the products. The standard formula is: a(b + c) = ab + ac. For subtraction inside the parentheses the rule reads: a(b - c) = ab - ac. This classic rule underlies virtually every algebraic simplification technique taught from sixth grade through calculus.

Formula Variables Explained

Every distributive property expression is defined by three values and one operation:

  • a — Outer Multiplier: The factor placed directly outside the parentheses. It is distributed — that is, multiplied — across every term inside the grouping symbol.
  • b — First Inner Term: The first value inside the parentheses. After distribution it becomes the product ab.
  • c — Second Inner Term: The second value inside the parentheses. After distribution it becomes the product ac.
  • Operation: The addition or subtraction sign that connects b and c inside the parentheses. This sign is preserved between the two resulting products in the expanded expression.

Why the Property Holds

The distributive property is grounded in the definition of multiplication as repeated addition. Consider 3(4 + 5). Evaluating inside the parentheses first gives 3 x 9 = 27. Distributing first gives (3 x 4) + (3 x 5) = 12 + 15 = 27 — identical results. According to Texas A&M University's chapter on Real Numbers and Exponents, the distributive law is a core axiom of the real number system, logically inseparable from the field properties that define addition and multiplication. This axiom applies to integers, fractions, decimals, negative numbers, and algebraic variables without exception.

Step-by-Step Calculation Method

To expand a(b + c) manually, follow three steps:

  • Step 1 — Identify a: Locate the outer multiplier immediately outside the parentheses.
  • Step 2 — Multiply a x b: Compute the first distributed product.
  • Step 3 — Multiply a x c: Compute the second distributed product, then connect the two results with the original inner operation sign.

The Distributive Property Calculator automates all three steps instantly, making it ideal for verifying manual work or handling multi-digit and decimal values without arithmetic errors.

Worked Examples

Example 1: Whole Numbers with Addition

Expand 5(3 + 4): (5 x 3) + (5 x 4) = 15 + 20 = 35. Verification: 5(7) = 35.

Example 2: Algebraic Expression

Expand 4(x + 6): (4 x x) + (4 x 6) = 4x + 24. This is the expanded form used when solving linear equations in one variable.

Example 3: Subtraction Inside Parentheses

Expand 7(10 - 3): (7 x 10) - (7 x 3) = 70 - 21 = 49. Verification: 7(7) = 49.

Example 4: Negative Outer Multiplier

Expand -2(5 + 8): (-2 x 5) + (-2 x 8) = -10 + (-16) = -26. Verification: -2(13) = -26.

Real-World Applications

  • Mental arithmetic: Compute 6 x 23 as 6(20 + 3) = 120 + 18 = 138 without a calculator.
  • Retail discounts: A 20% discount on items priced $15, $35, and $50 equals 0.20(15 + 35 + 50) = 0.20(100) = $20 saved.
  • Geometry: The area of an L-shaped room decomposes into two rectangles whose areas sum using the distributive property.
  • Computer science: Compiler optimization distributes scalar multiplications across vector sums to minimize total operation counts in graphics pipelines.

Curriculum Standards and Sources

Massachusetts Standard 6.EE.A.3 requires sixth-grade students to apply properties of operations — including the distributive property — to generate equivalent expressions. Khan Academy's instructional video on the distributive property over addition remains one of the most widely used free algebra resources online, reflecting the rule's foundational role across all mathematics curricula. Mastery of this property is a prerequisite for polynomial multiplication, trinomial factoring, and solving multi-step linear equations.

Reference

Frequently asked questions

What is the distributive property in math?
The distributive property is a fundamental arithmetic law stating that multiplying a factor by a grouped sum or difference yields the same result as multiplying that factor by each term individually and combining the products. Written as a(b + c) = ab + ac, the rule applies to all real numbers — integers, fractions, decimals, and algebraic variables. It is the primary property addressed in sixth-grade Common Core standard 6.EE.A.3 and underpins most algebraic manipulation taught beyond that level.
How does the Distributive Property Calculator work?
The calculator accepts three numeric inputs — the outer multiplier (a), the first inner term (b), and the second inner term (c) — along with a selection for the inner operation (addition or subtraction). It then applies the formula a(b + c) = ab + ac or a(b - c) = ab - ac, displays the fully expanded expression with each distributed product labeled, and computes the final numerical result. This eliminates manual step-by-step multiplication and removes the risk of sign errors.
Does the distributive property work with subtraction inside the parentheses?
Yes. When the inner operation is subtraction, the formula becomes a(b - c) = ab - ac. For example, 6(9 - 4) distributes to (6 x 9) - (6 x 4) = 54 - 24 = 30, confirmed by 6(5) = 30. Standard multiplication sign rules apply throughout: a negative outer multiplier reverses the sign of each product, so -3(2 - 5) = (-3 x 2) - (-3 x 5) = -6 + 15 = 9.
Can the distributive property be applied to fractions and decimals?
Absolutely. The property applies to all real numbers without restriction. For fractions: (1/4)(8 + 12) = (1/4 x 8) + (1/4 x 12) = 2 + 3 = 5. For decimals: 0.5(14 + 6) = (0.5 x 14) + (0.5 x 6) = 7 + 3 = 10. Entering fractional or decimal values into the Distributive Property Calculator is especially useful because multi-step decimal multiplication is where manual errors most commonly occur.
How is the distributive property used to solve algebraic equations?
When an equation contains a parenthetical expression, the distributive property must expand it before the variable can be isolated. For example, 3(x + 5) = 21 expands to 3x + 15 = 21. Subtracting 15 from both sides gives 3x = 6, and dividing by 3 yields x = 2. This expansion step is required across all U.S. middle and high school algebra courses and is a prerequisite for solving systems of equations, inequalities, and quadratic expressions.
What is the difference between the distributive property and the FOIL method?
The distributive property in its basic form applies when a single outer factor multiplies a binomial: a(b + c) = ab + ac. The FOIL method — First, Outer, Inner, Last — is a mnemonic for multiplying two binomials together: (a + b)(c + d) = ac + ad + bc + bd. FOIL is actually a double application of the distributive property, distributing each term of the first binomial across the second. For any expression with one outer multiplier and a grouped sum, the standard distributive property formula is the correct and sufficient tool.