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