Respuesta :
The value of the Fibonacci sequence, when n = 10 will be 55. Then the correct option is A.
What is a Fibonacci sequence?
A run of numbers, where each integer (Fibonacci number) equals the product of the two digits before it.
The Fibonacci sequence will be given as
F(n) = F(n – 1) + F(n – 2)
If F(8) = 21 and F(9) = 34.
Then the value of the Fibonacci sequence when n is 10, will be
F(n) = F(n – 1) + F(n – 2)
F(10) = F(10 – 1) + F(10 – 2)
F(10) = F(9) + F(8)
F(10) = 21 + 34
F(10) = 55
The Fibonacci sequence will be generalized as,
1, 1, 2, 3, 5, 8, 13, 21, 34, 55,...
Then the correct option is A.
The question was incomplete, but the complete question is attached below.
More about the Fibonacci sequence link is given below.
https://brainly.com/question/26507758
#SPJ5
