document.write( "Question 967979: If a person puts 1 cent in a piggy bank on the first day, 2 cents on the second day, 3 cents on the third day and so on, how much money will be in the bank after 40 days?\r
\n" );
document.write( "\n" );
document.write( "How should I set this up? \n" );
document.write( "
Algebra.Com's Answer #591604 by macston(5194)![]() ![]() You can put this solution on YOUR website! = n(n+1)/2 \n" ); document.write( "=(40 x 41)/2 \n" ); document.write( "=820 cents \n" ); document.write( "=$8.20 \n" ); document.write( " |