Distributive Property Calculator
Our free arithmetic calculator solves distributive property problems. Get worked examples, visual aids, and downloadable results.
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.