Last Time | Next Time |
Pascal's triangle counts "in or outness". Either a friendship is included in a Facebook or it isn't. Either a friend goes in a car, or doesn't (that is, goes in a different car!). Either a bar is chosen, or it isn't.
Keep up with your homework!
We started last time with some simple examples, and we should do a warmup: what's 197*54
1 | 197 | |
2 | ||
4 | ||
8 | ||
16 | ||
32 | ||
64 | Too big! |
On the left we build the "missing part" of the product -- 54 -- and on the right we build up our answer, using the corresponding doubles of 197.
We can think of division as just using the multiplication table "backwards". So if we write the quotient (which is what we're looking for) as
We can think of this as a product instead:
For the product we'd take one of the parts of the product (the divisor, say), and double it on the right. Making up the quotient with numbers on the left, we'd then find the dividend by adding up the corresponding numbers on the right.
In the division problem we know the dividend, so we reverse the process: we find numbers on the right that sum to the dividend, and then add up the corresponding numbers on the left to give the quotient, which is what we're after.
Let's look at an example: divide 35 by 8.
In a way we turn it into a multiplication problem: what times 8 equals 35? So we know the 8, and use it to "double" -- but then to "halve", when 8 won't go evenly into 35:
1 | 8 | |
2 | 16 | |
4 | 32 | * |
1/2 | 4 | |
1/4 | 2 | * |
1/8 | 1 | * |
So the answer is 4+1/4+1/8
But they didn't restrict themselves to "halving", as our next example shows. Divide 6 by 7:
1 | 7 | |
1/2 | 3+1/2 | * |
1/4 | 1+1/2+1/4 | * |
1/7 | 1 | |
1/14 | 1/2 | * |
1/28 | 1/4 | * |
So the answer is 1/2+1/4+1/14+1/28
Notice that the Egyptians didn't use decimals -- you shouldn't either!
Why did Egyptians do things this way? (an example division problem, 3/5)
Dominic Olivastro, "Ancient Puzzles", suggests a third reason why this use of unary fractions is good. Consider the problem Ahmes poses of dividing 3 loaves of bread between 5 people. We would answer "each person gets 3/5-ths of a loaf". If we implemented our solution, we might then cut 2 loaves into 3/5 | 2/5 pieces, with bread for 3 people; then cut one of the smaller pieces in half, giving the other two people 2/5 + 1/5 pieces. Mathematically acceptable, but try this with kids and they will insist that it is not an even division. Some have larger pieces, some have smaller. Ahmes would calculate 3/5 as : 3/5 = ()3 + ()5 + ()15 [ = 1/3 + 1/5 + 1/15 ] Now cut one loaf into fifths, cut two more into thirds, then take one of the 1/3-rd pieces and cut it into 5-ths (for the 1/15-th pieces), and you can now distribute everyone's 3/5-ths share in a way that _looks_ equal, since they will have exactly the same size pieces. (And no, I don't want to argue about the crust.)
(Think about what the answer means, in terms of bread.)
Notice the numerals and fractional notation, as we see in our text on pages 13 and 29.