Lesson PROOF of distributive property
Algebra
->
Distributive-associative-commutative-properties
-> Lesson PROOF of distributive property
Log On
Algebra: Distributive, associative, commutative properties, FOIL
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'PROOF of distributive property'
This Lesson (PROOF of distributive property)
was created by by
ichudov(507)
:
View Source
,
Show
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
So, why is the distributive property always true? If we check any example such as 2(3+4) with a calculator, we will always find that the result is what the property says it should be. We can either add the pieces inside the parentheses, and then multiply, or multiply each number inside the parentheses by the number outside, and then add, and we'd get the same result. Why? <H4>Proof</H4> Here's a simple proof for the case when the multiplier is a natural number. As you know from arithmetics, multiplication by a natural number simply means repeated addition. If you multiply some number by a natural number, you simply add it up as many times as is the natural number. With this knowledge at hand, we can easily prove the distributive property. Let's say that you multiply a natural number N by a sum of a and b. Note that a and b do not have to be natural numbers. <H5>Rewrite the product as a repeated sum</H5> N(a+b) = (a+b) + (a+b) + (a+b) .... + (a+b). The addition repeats N times. <H5>Move all a's to front and all b's to the back</H5> N(a+b) = a+a+a+a...+a + b+b+b+b+...+b, where both a's and b's are added N times each. <H5>Rewrite repeated sums as products again</H5> Since a+a+a+a+...+a N times is simply N*a (as we know from arithmetics), and b added N times is N*b, we now have N(a+b) = N*a + N*b. <H4>Cartoon</H4> <CENTER>{{{ cartoon( 4(a+b), 4(a+b) = (a+b)+(a+b)+(a+b)+(a+b), 4(a+b) = a+a+a+a + b+b+b+b, 4(a+b) = highlight(a+a+a+a) + b+b+b+b, 4(a+b) = highlight(4a) + b+b+b+b, 4(a+b) = 4a + b+b+b+b, 4(a+b) = 4a + highlight(b+b+b+b), 4(a+b) = 4a + highlight(4b), 4(a+b) = 4a + 4b ) }}}</CENTER> That's it!