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.)
adding or multiplying for no change | Comment 7 of 8 |
The following solution assumes that brackets may be used with the given operators:

Where F(n-1) > 1, F(n-1) added to F(n-1)/F(n-1) iterated [F(n) - F(n-1)] times should produce the value F(n).
Remaining will be either an odd or even number of F(n-1)'s. If even, the number of F(n-1)'s remaining can be paired as either zeroes {[F(n-1) - F(n-1)]} to be added to the total, or ones
{F(n-1)/F(n-1)} to be multiplied to the total. If odd, the quanity of F(n-1)'s remaining will be >=5 [except for F(n-1)=5]. In these odd cases, one can multiply the odd number of the "fibs"
{[F(n-1)+F(n-1)]/F(n-1) - [F(n-1)/F(n-1)]} to the total. For the special case where F(n-1) = 5 {F(n) = 8}, i.e., 8 5's, there is the solution 8 = (5*5+5)/5 + 5/5 + 5/5.
  Posted by Dej Mar on 2010-07-10 10:42:21
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 (21)
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