Alipay game ___ indicates the number, and Alipay game _ indicates
Question 1: now we have three numbers. We only use addition to calculate the numbers a, B, c, it indicates the maximum continuous N (N <= a + B + c) starting from 1 ). What is abc when N is used ??
For example, 1, 2, and 3 can represent the maximum number of 6.
1, 2, 5 can represent the maximum number of 3.
Question 2: now we have four numbers. We still follow Question 1. What are the four numbers at this time?
.......
Question 3: What is the number of N given now ??
Now the game is playing. Now the landlord has a 7CM gold bar. He hired a farmer to farm him. He needs to pay 1 CM yuan a day (one day), just to pay off the farmer's commission, what is the minimum number of gold bars ?? (15cm ?...)
Do you have any results ?? The answer is that when N is used, N numbers are 2 ^ 0, 2 ^ 1 ^ 2... 2 ^ n-1, which can represent the sum of N at the maximum. (Number N = sum of the number of the previous N-1)
Cause: mathematical induction:
Before when the number of N-1 meet, can be expressed to (2 ^ N-1)-1; when the addition of 2 ^ N-1, that can use the first number 1 ~ (2 ^ N-1)-1, add 2 ^ N-1 respectively to get the continuous number.
Has this problem been solved?
PS. The personal language is very scum and may be unclear. Please forgive me. If you have any questions, please directly point out. Thank you ~~