a wise man wanted to develop a curreny with certain increments with the following properties.
1) no more than a single unit of each increment is nessicary to reach the total desired.
2) no consecutive increments are nessicary to reach the total desired.
for example, the following increments would be undisireable.
1 2 4 8
because to get 3, you need 1 and 2, and to get 7 you need 4 2 and 1.
if only addition is allowed and the wise man wanted every value between 1 and 100 represented with the fewest increments, what increments should be used?
Question
Guest
a wise man wanted to develop a curreny with certain increments with the following properties.
1) no more than a single unit of each increment is nessicary to reach the total desired.
2) no consecutive increments are nessicary to reach the total desired.
for example, the following increments would be undisireable.
1 2 4 8
because to get 3, you need 1 and 2, and to get 7 you need 4 2 and 1.
if only addition is allowed and the wise man wanted every value between 1 and 100 represented with the fewest increments, what increments should be used?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.