You are not logged in.
Pages: 1
edit: nevermind figured it out!
Last edited by harrorm (2016-07-07 18:06:37)
Offline
Hi;
For one thing expanding out the sum we get:
T(k)->T(1), T(2), T(3)...T(n-2), T(n-1)
T(n-k) -> T(n-1), T(n-2),...T(3), T(2), T(1)
If you do not see that then choose some value for n like 5 and manually do the summation term by term.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi, yeah I figured out that one. Thanks though, but maybe you can explain this one?
How did n - 1 become n - 2 and 2^i - 1 become 2^i?
Last edited by harrorm (2016-07-07 18:19:57)
Offline
Pages: 1