The first 7 Fibonacci numbers are 1,1,2,3,5,8,13,... each number in the sequence is the sum of the previous two numbers. Thus 13=8+5 and 8=5+3. (a) What are the eighth and ninth Fibonacci numbers? (b) What do you get if you subtract the 8th Fibonacci number from the 9th Fibonacci number?