document.write( "Question 982258: A new square is formed by joining the midpoints of the consecutive
\n" );
document.write( "sides of a square 8 inches on a side. If the process is continued until
\n" );
document.write( "there are already six squares, find the sum of the areas of all squares
\n" );
document.write( "in square inches. hope you can help me \n" );
document.write( "
Algebra.Com's Answer #603092 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! I assume that we begin with the 8 inch square and therefore count it in the total of 6 squares \n" ); document.write( "****************************************************************************** \n" ); document.write( "The process divides the squares side in half, therefore \n" ); document.write( "sides 8 4 2 1 0.5 0.25 \n" ); document.write( "areas 64 16 4 1 0.25 0.0625 \n" ); document.write( "sum of areas is 85.3125 square inches \n" ); document.write( " \n" ); document.write( " |