All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Make A Fib (Posted on 2010-07-09) Difficulty: 2 of 5
Prove whether or not any Fibonacci number, F(n), can be constructed by using
F(n) F(n-1)'s and the operators +,-,*,/
(Provided that F(n-1)>0 )
For example I can make a 5 using 5 3's: 3 + 3/3 + 3/3

No Solution Yet Submitted by Larry    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution | Comment 1 of 8
It can be constructed. The example in the problem gives
it all.
F(n)=F(n-1)+F(n-2)

F(n) ≥ F(n-2)*2 + 1 for F(n) > 1

So, produce F(n-2)
=F(n-1)/F(n-1)+F(n-1)/F(n-1)+............

remaining F(n-1)s to produce 0.

{F(n-1)-F(n-1)}*F(n-1)*F(n-1)*..........=0

The only case this fails when summing to 3 using 7 5s

in that case 3 = 5 - 5/5 - 5/5 + 5 - 5

Edited on July 10, 2010, 1:31 am
  Posted by Praneeth on 2010-07-09 18:12:10

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (9)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information