document.write( "Question 838232: If I place 1 cent on the first square of a chess board, 2 cents on the second, and then double it on each square, how much money will be placed on the 16th square? \n" ); document.write( "
Algebra.Com's Answer #504930 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The amount of money goes up as powers of 2.
\n" ); document.write( "\"M=2%5E%28n-1%29\"
\n" ); document.write( "When \"n=16\",
\n" ); document.write( "\"M=2%5E15=32768\"
\n" ); document.write( "You would need to place $327.68 on the 16th square
\n" ); document.write( "
\n" ); document.write( "
\n" );