Questions: Fibonacci Sequence and Properties

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Binet's formula states F_n = (φⁿ − ψⁿ)/√5 where φ = (1+√5)/2 and ψ = (1−√5)/2 are both irrational. A student claims this formula must be wrong because it produces irrational outputs for integer inputs. What is the correct explanation?

AThe formula only works for even values of n, where the irrationals happen to cancel
Bφ and ψ are actually rational numbers that merely resemble surds in written form
CThe irrational parts always cancel exactly when φⁿ and ψⁿ are subtracted and divided by √5, producing an integer
DThe formula is an approximation that rounds to the nearest integer rather than giving an exact result
Question 2 Multiple Choice

According to the divisibility property gcd(F_m, F_n) = F_{gcd(m,n)}, which of the following is true?

AF_3 = 2 divides every Fibonacci number because 3 divides every index
BF_5 = 5 divides F_9 because F_5 < F_9
CF_4 = 3 divides F_12 because gcd(4, 12) = 4, so F_4 | F_12
Dgcd(F_6, F_9) = F_3 = 2, so F_6 and F_9 share no common factor greater than 2
Question 3 True / False

Since |ψ| = |(1−√5)/2| < 1, the term ψⁿ/√5 approaches zero as n grows, meaning every Fibonacci number equals the nearest integer to φⁿ/√5.

TTrue
FFalse
Question 4 True / False

The ratio of consecutive Fibonacci numbers F_{n+1}/F_n converges to √5 as n increases.

TTrue
FFalse
Question 5 Short Answer

Explain the tiling interpretation of Fibonacci numbers and how it can be used to prove the identity F_1 + F_2 + ··· + F_n = F_{n+2} − 1.

Think about your answer, then reveal below.