document.write( "Question 39128: A set of tiles numbered 1 through 100 is modified repeatedly by the folowing operation: remove all tiles numbered with a perfect square, & renumber the remaining tiles consecutively strarting with 1. Howmany times must the operation be performed to reduce thenumber of tiles in the set to one? \n" ); document.write( "
Algebra.Com's Answer #24555 by fractalier(6550) You can put this solution on YOUR website! There is no method for this except just doing the procedure... \n" ); document.write( "The perfect squares are \n" ); document.write( "1, 4, 9, 16, 25, 36, 49, 64, 81, and 100 \n" ); document.write( "Thus the first time ten tiles are removed and 90 remain. \n" ); document.write( "The second time nine tiles are removed and 81 remain. \n" ); document.write( "The third time nine tiles are removed and 72 remain. \n" ); document.write( "The next time eight tiles are removed and 64 remain. \n" ); document.write( "The next time eight tiles are removed and 56 remain. \n" ); document.write( "The next time seven tiles are removed and 49 remain. \n" ); document.write( "The next time seven tiles are removed and 42 remain. \n" ); document.write( "The next time six tiles are removed and 36 remain. \n" ); document.write( "The next time six tiles are removed and 30 remain. \n" ); document.write( "The next time five tiles are removed and 25 remain. \n" ); document.write( "The next time five tiles are removed and 20 remain. \n" ); document.write( "The next time four tiles are removed and 16 remain. \n" ); document.write( "The next time four tiles are removed and 12 remain. \n" ); document.write( "The next time three tiles are removed and 9 remain. \n" ); document.write( "The next time three tiles are removed and 6 remain. \n" ); document.write( "The next time two tiles are removed and 4 remain. \n" ); document.write( "The next time two tiles are removed and 2 remain. \n" ); document.write( "The last time we remove one tile and one remains.\r \n" ); document.write( "\n" ); document.write( "Now count up the times...18 times? \n" ); document.write( " |