document.write( "Question 1091343: Imagine you start saving pennies during summer vacation. On the first day, drop one penny into the piggy bank, two pennies the second day, three pennies the third day, and so on. How much money do you have at the end of summer? Vacation this year lasts 75 days.\r
\n" ); document.write( "\n" ); document.write( "I would like to know if there is a formula for doing this, since I know that adding each time one by one would take forever.
\n" ); document.write( "

Algebra.Com's Answer #705722 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The formula is (1/2)(n)(n+1)
\n" ); document.write( "=(1/2)(75*76)=(1/2)(5700)=$28.50
\n" ); document.write( "
\n" );