MATH 160 Spring 2025
Introduction to Discrete Mathematics
Archived Class
Charles Cusack
Math & Stats
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 125
CSCI 255
Others

Admin

Homework 20

Details

PointsProblemComments
107.9You are trying to prove that the closed formula given in Example 7.82 is correct, using the fact that fn is defined recursively by fn = fn-1 + fn-2.
Don't forget the base cases!
The hint is telling you that 1+(1+√5)/2=[(1+√5)/2]2 and 1+(1-√5)/2=[(1-√5)/2]2. It's up to you to figure out why this is helpful. If you start doing the algebra, you should get to a step where that formula helps.