00:01
It says if we sum the rows of a pattern should emerge, we can write a formula for it.
00:06
So let's just do the first five rows of pascal's triangle.
00:11
So the 0th row, the sum is just equal to 1.
00:16
First row, we have 1 plus 1, which is equal to 2.
00:22
Second row, we have 1 plus 2 plus 1, which is equal to 4.
00:27
Third row, we have 1 plus 3 plus 3 plus 1, which is equal to 8.
00:37
Fourth row, we have 1 plus 4 plus 6 plus 4 plus 1, which is equal to 16.
00:48
So it looks like for the row that it's in, we're getting, i guess it's capital sum of the row.
00:57
The row in is just going to be 2 to the nth power.
01:02
Okay...