Answer:
34, 55
Explanation:
The Fibonacci sequence is:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, .
you're pretty much just adding the last number and the current to get the next one.
ex: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, .
13 + 21 = 34
which is the next number in the Fibonacci sequence
so to get 9th generation you add
21 + 34
=
55
so the answer is
34, 55