Skip to main content
math

Distributive Property Calculator

Apply the distributive property to expand or factor algebraic expressions. Compute a × (b + c) = a×b + a×c step by step.

Reviewed by Chase FloiedUpdated

This free online distributive property calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Results

a × b

84

a × c

56

Final Result

140

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Distributive Property Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Distributive Property Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Distributive Property Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Distributive Property Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Distributive Property Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Apply the distributive property to expand or factor algebraic expressions. Compute a × (b + c) = a×b + a×c step by step. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Distributive Property Calculator

The distributive property states that a × (b + c) = a × b + a × c. It is one of the most fundamental properties of arithmetic and algebra, connecting multiplication with addition. This property is used constantly in mathematics: expanding algebraic expressions, factoring, mental math (to compute 7 × 98 as 7 × 100 − 7 × 2 = 686), and simplifying equations. The distributive property works in both directions: left-to-right is 'distributing' or 'expanding,' while right-to-left is 'factoring' or 'collecting terms.' It extends to subtraction (a(b − c) = ab − ac) and to sums of any length (a(b + c + d) = ab + ac + ad). The FOIL method for multiplying binomials is a double application of the distributive property: (a + b)(c + d) = ac + ad + bc + bd. In abstract algebra, the distributive property is one of the axioms that defines a ring, along with associativity and the existence of additive identities and inverses.

The Math Behind It

The distributive property is the fundamental link between the two basic operations of addition and multiplication. It is what makes polynomial algebra possible. Without it, we could not expand (x + 2)(x + 3) = x² + 5x + 6. Formally, in any ring (R, +, ×), the distributive property requires a × (b + c) = a×b + a×c (left distributivity) and (b + c) × a = b×a + c×a (right distributivity). In commutative rings (like the real numbers), these are equivalent. The distributive property enables factoring, which is the reverse process: ab + ac = a(b + c). Recognizing common factors is essential in simplifying expressions, solving equations, and computing efficiently. In mental math, the distributive property underlies strategies like: 15 × 12 = 15 × 10 + 15 × 2 = 150 + 30 = 180. The property extends to infinite sums and integrals in analysis, and to matrix multiplication in linear algebra, where A(B + C) = AB + AC for conformable matrices.

Formula Reference

Distributive Property

a × (b + c) = a×b + a×c

Variables: a, b, c = any real numbers

Distributive Property (subtraction)

a × (b − c) = a×b − a×c

Variables: Also works with subtraction

Worked Examples

Example 1: Expanding with Distributive Property

Compute 7 × (12 + 8) using the distributive property

Step 1:7 × (12 + 8) = 7 × 12 + 7 × 8
Step 2:7 × 12 = 84
Step 3:7 × 8 = 56
Step 4:84 + 56 = 140
Step 5:Check: 7 × 20 = 140 ✓

7 × (12 + 8) = 84 + 56 = 140

Example 2: Mental Math Shortcut

Compute 6 × 99 mentally

Step 1:Rewrite: 6 × 99 = 6 × (100 − 1)
Step 2:Distribute: 6 × 100 − 6 × 1
Step 3:= 600 − 6 = 594

6 × 99 = 594

Common Mistakes & Tips

  • !Forgetting to distribute to ALL terms inside the parentheses — a(b + c + d) = ab + ac + ad, not ab + c + d.
  • !Not distributing the negative sign: −2(x − 3) = −2x + 6, not −2x − 6.
  • !Trying to distribute over multiplication: a(b × c) ≠ ab × ac.
  • !Confusing the distributive property with the commutative or associative properties.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Does the distributive property work with subtraction?

Yes. a(b − c) = ab − ac. Subtraction is adding a negative, so a(b + (−c)) = ab + a(−c) = ab − ac.

Can you distribute division?

Partially. (a + b)/c = a/c + b/c (distributing division over addition). But a/(b + c) ≠ a/b + a/c — you cannot distribute the dividend over a sum in the denominator.