Distributive Property Calculator
Our free arithmetic calculator solves distributive property problems. Get worked examples, visual aids, and downloadable results.
Calculator
Adjust values & calculateFormula
Where a is the multiplier distributed across the sum (or difference) of b and c. Multiplication is applied to each term inside the parentheses individually, and the resulting products are then added (or subtracted) together.
Last reviewed: December 2025
Worked Examples
Example 1: Basic Distribution Over Addition
Example 2: Distribution Over Subtraction
Background & Theory
The Distributive Property Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.
History
The history behind the Distributive Property Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.
Frequently Asked Questions
Formula
a * (b + c) = a * b + a * c
Where a is the multiplier distributed across the sum (or difference) of b and c. Multiplication is applied to each term inside the parentheses individually, and the resulting products are then added (or subtracted) together.
Worked Examples
Example 1: Basic Distribution Over Addition
Problem: Use the distributive property to expand 5 * (8 + 3).
Solution: Apply a * (b + c) = a * b + a * c\n5 * (8 + 3) = 5 * 8 + 5 * 3\n= 40 + 15\n= 55\nVerification: 5 * (8 + 3) = 5 * 11 = 55 (matches)
Result: 5 * (8 + 3) = 5 * 8 + 5 * 3 = 40 + 15 = 55
Example 2: Distribution Over Subtraction
Problem: Use the distributive property to expand 7 * (20 - 4).
Solution: Apply a * (b - c) = a * b - a * c\n7 * (20 - 4) = 7 * 20 - 7 * 4\n= 140 - 28\n= 112\nVerification: 7 * (20 - 4) = 7 * 16 = 112 (matches)
Result: 7 * (20 - 4) = 7 * 20 - 7 * 4 = 140 - 28 = 112
Frequently Asked Questions
What is the distributive property in mathematics?
The distributive property is a fundamental algebraic rule that states multiplication distributes over addition and subtraction. In formal notation, it says a * (b + c) = a * b + a * c. This property holds true for all real numbers, including integers, decimals, fractions, and negative numbers. It is one of the key axioms that define how arithmetic operations interact with each other. The distributive property is essential for simplifying expressions, factoring polynomials, and performing mental math. Without this property, many algebraic manipulations would not be possible, and it serves as the foundation for expanding brackets in algebra.
How does the distributive property work with subtraction?
The distributive property extends naturally to subtraction because subtraction is equivalent to adding a negative number. The rule becomes a * (b - c) = a * b - a * c. For example, 4 * (10 - 3) = 4 * 10 - 4 * 3 = 40 - 12 = 28, which matches 4 * 7 = 28. This works because subtracting c is the same as adding negative c, so a * (b + (-c)) = a * b + a * (-c) = a * b - a * c. This version of the distributive property is heavily used in algebra when expanding expressions that contain negative terms or when factoring out common factors from differences.
Why is the distributive property important for mental math?
The distributive property is a powerful tool for mental math because it lets you break complex multiplications into simpler parts. For instance, to compute 7 * 48 mentally, you can think of it as 7 * (50 - 2) = 350 - 14 = 336. Similarly, 6 * 103 = 6 * (100 + 3) = 600 + 18 = 618. This technique works because you are decomposing one factor into a sum or difference of rounder numbers that are easier to multiply. Many mental math champions rely heavily on this strategy. It also helps with estimation, allowing you to quickly approximate products by rounding one factor and then adjusting.
How is the distributive property used in algebra?
In algebra, the distributive property is used extensively for expanding and simplifying expressions. When you see an expression like 3(x + 4), you apply the property to get 3x + 12. For more complex cases like (x + 2)(x + 3), you use the distributive property twice (often called FOIL): x*x + x*3 + 2*x + 2*3 = x squared + 5x + 6. The property is also used in reverse for factoring: when you see 6x + 9, you recognize that 3(2x + 3) by pulling out the common factor. This reverse application is critical for solving equations, simplifying rational expressions, and finding roots of polynomials.
Does the distributive property work with division?
Division has a one-sided distributive property over addition and subtraction, but only when the divisor is the outside factor. That is, (a + b) / c = a/c + b/c works correctly. For example, (12 + 8) / 4 = 12/4 + 8/4 = 3 + 2 = 5, which matches 20/4 = 5. However, the reverse does NOT work: a / (b + c) is NOT equal to a/b + a/c. For instance, 12 / (4 + 2) = 12/6 = 2, but 12/4 + 12/2 = 3 + 6 = 9. This asymmetry is a common source of algebraic errors, so students must be careful about which operand is being distributed.
What is the difference between the distributive and commutative properties?
The distributive property involves two different operations (multiplication and addition), while the commutative property involves only one operation at a time. The commutative property states that order does not matter: a + b = b + a for addition, and a * b = b * a for multiplication. The distributive property, on the other hand, describes how multiplication interacts with addition: a * (b + c) = a * b + a * c. These properties are independent axioms, meaning neither can be derived from the other. Both are essential for algebraic manipulation, but they serve different purposes. The commutative property lets you reorder terms, while the distributive property lets you expand or factor expressions.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy