00:03
Okay, there's several parts, so let's do them one at a time.
00:07
So part a.
00:17
So we want to find the first 12 sequences of, the first 12 numbers of the fibonacci sequence.
00:24
And we're given that, the first two are 1 -1.
00:28
So let's write that down.
00:31
So a1 is 1 and a2 is 1.
00:43
Now, the fibonacci sequence is defined by the sum of the previous two numbers in the sequence.
00:52
So a3 is going to be the sum of the previous two, so sum of a1 and a2, so 1 plus 1 is 2.
01:10
Now, the next one, we do the same thing.
01:16
A4 is the sum of the previous two, so sum of a3 and a2, so 1 plus 2 is 3.
01:26
Now, a5 is the sum of the previous two a4 and a3, so 2 plus 3 is 5.
01:45
A6 is the sum of a5 and a4, so 3 plus 5, so 8.
01:57
And next number, a7 is the sum of a6 and a5, so 5 plus 8 is 13.
02:15
A8 is the sum of a7 and a6, so 8 plus 13, 21, a9 is the sum of a8 and a7, which is 13 plus 21, so 34.
02:47
And a10 is the sum of a9 and a8, so 21 plus 34, so 55.
03:00
Then a11 is the sum of a10 and a9, so 34 plus 55, so 89.
03:29
Now, let's go to the next line.
03:34
A12, finally, is the sum of a10 and a11, so 55 plus 89, which is 144.
03:57
And that's part a, since we've calculated the first 12 sequences of the fubonacci's sequence.
04:05
Now let's go to part b.
04:14
Now for part b, we need to calculate the ratio of two consecutive finoch finochi numbers.
04:21
So let's do that.
04:23
B1 is a2 divided by a1, so 1 divided by 1, a2 divided by a2 divided by a1, which is 1 divided by 1, so just 1.
04:50
Then b2 is a32 is a3, divided by a2, so 2 divided by 1, which is just 2.
05:03
B3 is a4 divided by a3, so 3 divided by 2, which is just 3 over 2.
05:19
Now b4 is a5 divided by a4, so 5 divided by 3.
05:38
And b5 is a6 divided by a5, so 8 divided by 5.
05:57
Now, b6, b6 is a7 divided by a6, so 13 over 8...