SOLUTION: Hi can you help
I need to find an easy way of finding a total.
I need the total of £0.01 to £4.00 adding every penny in between,
0.01 add 0.02 add 0.03 / add 3.51 add 3.52 etc
Question 862876: Hi can you help
I need to find an easy way of finding a total.
I need the total of £0.01 to £4.00 adding every penny in between,
0.01 add 0.02 add 0.03 / add 3.51 add 3.52 etc
can you help with an easy answer other than a calculator and spending a lot of time.
Cheers
Dave Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! I need the total of £0.01 to £4.00 adding every penny in between,
0.01 add 0.02 add 0.03 / add 3.51 add 3.52 etc
can you help with an easy answer other than a calculator and spending a lot of time.
-------------
It's the sum of the numbers from 1 to 400
--> 400 numbers to add
Make them 200 pairs starting at the outside.
1 + 400 = 401
2 + 399 = 401
etc
--> 200 pairs x 401
= 80200
= £802.00
Or use Excel