In the mathematical example of "24 + 23 + 22 + 21 + 20 + 19 = 129", how would I make a math formula that calculates this for me where "x" is the number of iterations (in this case 6 iterations) I want to arrive at an answer. For example, "24x" (where "x" is the formula), I would get back an answer of 129.
Thanks!
Jamie
2006-11-18
09:01:23
·
6 answers
·
asked by
samea76
2
in
Science & Mathematics
➔ Mathematics
Ooops... probably I didn't make my question clear enough. I would like to be able to "plug in" the number of iterations. For instance, where "x" is the number of iterations, here are some examples:
24 + 23 + 22 = 69
So I know my starting number (24) and I know how many iterations I want (3), but I need to know the answer (69).
Another example:
24 + 23 + 22 + 21 = 90
So I know my starting number (24) and I know how many iterations I want (4), but I need to know the answer (90).
How do I make a formula out of this where I can just "plug in" a number of iterations like this to get my answer?
Thanks,
Jamie
2006-11-18
09:09:50 ·
update #1