document.write( "Question 528806: Dad dreamed that he put $1 on the first square,$2 on the second, $4 dollars on the third, and so on, doubling the amount each time.If it costs $65,535 to cover all the squares,how many squares were in Dad's dream? \n" ); document.write( "
Algebra.Com's Answer #350406 by Alan3354(69443) You can put this solution on YOUR website! Dad dreamed that he put $1 on the first square,$2 on the second, $4 dollars on the third, and so on, doubling the amount each time.If it costs $65,535 to cover all the squares,how many squares were in Dad's dream? \n" ); document.write( "--------------------------------- \n" ); document.write( "65535 = 2^16 - 1 \n" ); document.write( "--> 16 squares \n" ); document.write( " |