If you write the Fibonacci sequence but only take the last digit (mod 10), you'll find that it repeats after 60 digits.
Fibonacci mod 10:
1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 0, 7, 7, 4, 1, 5,
6, 1, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 5, 2, 7, 9, 6, 5,
1, 6, 7, 3, 0, 3, 3, 6, 9, 5, 4, 9, 3, 2, 5, 7, 2, 9, 1, 0,
1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 0, 7, 7, 4, 1, 5,
6, 1, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 5, 2, 7, 9, 6, 5,
1, 6, 7, 3, 0, 3, 3, 6, 9, 5, 4, 9, 3, 2, 5, 7, 2, 9, 1, 0,
1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 0, 7, 7, 4, 1, 5,
6, 1, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 5, 2, 7, 9, 6, 5,
1, 6, 7, 3, 0, 3, 3, 6, 9, 5, 4, 9, 3, 2, 5, 7, 2, 9, 1, 0,
etc.
So the units digit of the 1200th number will be the same as the units digit of the 60th number.
As you can see above, the 60th number ends with 0.
P.S. Some people start the Fibonacci sequence with a "zeroth" term being 0, then follow 1, 1, 2, 3, 5, etc. If you look at the sequence this way, you don't even have to go to 60 terms because it is the same as the "zeroth" term. Either way the answer is 0.
In general, if someone asked you for the units digit of the "n"-th term, you would just subtract the next lowest multiple of 60. So if someone asked for the units digit of the 187th term, you would subtract 180 (same as taking mod 60). Thus the digit would be the same as the 7th term.
2007-11-28 04:10:08
·
answer #1
·
answered by Puzzling 7
·
1⤊
0⤋