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.
Inputs
Result of a(b ± c)
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
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