Last Time | Next Time |
The next numbers in the series have to be represented in 4 dimensions, and they're called the pentatopes:
Much in Mathemalchemy was inspired by Dominique Ehrmann's textile, metal, and wood sculpture Time to Break Free. A two-dimensional traditional quilt breaks its chains and enters a time machine that will transform it into a three-dimensional form.
Similarly, the figurate numbers are breaking their chains....
Today's Question of the Day:
Let's take a look at that triangle:
|
|
The same process works if we want to decide questions like Pascal's about boys and girls, such as
You have four extra tickets to a concert; in how many ways could you choose a set of four friends from your seven favorite friends? (Notice that it's the same number of ways as the number of ways of excluding three friends: the table is symmetric!)
\[ (a+b)^n \]
So, for example,
\[ (a+b)^0=1 \] \[ (a+b)^1=1a+1b \] \[ (a+b)^2=1a^2+2ab+1b^2 \] \[ (a+b)^3=1a^3+3a^2b+3ab^2+1b^3 \] \[ (a+b)^4=1a^4+4a^3b+6a^2b^2+4ab^3+1b^4 \]
(see your assigned reading).
I hope that you noticed Pascal's triangle peeking out from the right hand sides above!
Now we can see why the 11 powers work: \[ 11^0=(10+1)^0 = 1 \] \[ 11^1=(10+1)^1= 1*10 + 1*1 \] \[ 11^2=(10+1)^2=1*10^2+2*10*1 + 1^2 \] \[ 11^3=(10+1)^3=1*10^3+3*10^2*1+3*10*1^2 + 1^3 \] etc.!
For example, the problem we did last time with the coin tosses. Since we're doing our experiment three times, we'll look in the 3 row: \[ (a+b)^3=1a^3+3a^2b+3ab^2+1b^3 \]
If we think of \(a\) as the probability of a head, and \(b\) as the probability of a tail, and if it's a fair coin, so we set \(a=b=\frac{1}{2}\), then we get \[ (\frac{1}{2}+\frac{1}{2})^3=1\frac{1}{2}^3+3\frac{1}{2}^2\frac{1}{2}+3\frac{1}{2}\frac{1}{2}^2+1\frac{1}{2}^3 \]
\[ 1 = \frac{1}{8}+\frac{3}{8}+\frac{3}{8}+\frac{1}{8} \] \[ 1 = P(\text{0 tails})+P(\text{1 tails})+P(\text{2 tails})+P(\text{3 tails}) \]
For example, suppose that the probability that you have a cold on a given winter day is \(a=1/100\); then the probability that you don't have a cold is \(b=99/100\).
Let's suppose that winter is 90 days long. What is the probability that you have a cold-free winter? We need to compute the 90th row in the table, which has some really big numbers!
\[ \left(\frac{1}{100}+\frac{99}{100}\right)^{90} \]