document.write( "Question 301558: if a pool is 30 feet long and 20 feel wide how many one foot tiles will it take to tile it all the way around? \n" ); document.write( "
Algebra.Com's Answer #216215 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
length = 30 feet
\n" ); document.write( "width = 20 feet\r
\n" ); document.write( "\n" ); document.write( "area of pool = 30*20 = 600 square feet\r
\n" ); document.write( "\n" ); document.write( "area of tile = 1*1 = 1 square feet\r
\n" ); document.write( "\n" ); document.write( "number of tiles = Area of pool / area of tile\r
\n" ); document.write( "\n" ); document.write( "600 / 1= 600 tiles
\n" ); document.write( "
\n" );