By Sebastiaan
This is the solution to this post.
The answer is 22 hours.
You can look at it in different ways, for example: n0 = 1. Then ni+1 = ni * 3 + 1. So then we just enter the numbers, and work our way towards the answer.
One could also get the following formula: ni+1 = 4*ni - 3*n - 3 with n0 = 1.
Lets take a closer look a the second formula. If you take a big n, say, 20, what does it look like? If n is that big, the second term (3*n) is insignificant, not even speaking of - 3. But what is 4*ni? It's four times the previous n, which is four times the previous n, etc... The first term is 4*1 (so, 41), the second 4*4 (so, 42), the third is 4*16, you can guess where we're going: 4n. This is a quick way to see how fast this progresses, within a day everyone knows what the secret is. But it does not provide you with the exact answer (22), since it's only an estimate.
If you calculate exactly, or use something like this calculating programme, you can easily find the answer. First number would be 1, the common ratio 3, and n is 22. Try progressing n up to 22, and see how fast it goes up.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment