Is the 100th number of the Fibonacci sequence odd, or even?
Hint: See for the first few numbers of the Fibonacci sequence; is it odd or even? There is no need to count this!
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
1,1,2,3,5,8. Do you see a pattern? Yes! It's odd, odd, and even! Since that it starts on 1, not zero, so 100 divided by 3 to the nearest whole number is 33. 33 times 3 is 99. So the 99th number is even, so the one hundredth number has to be odd.