document.write( "Question 382827: The perimeter of a square is 32 feet. What is the area of the square? \n" ); document.write( "
Algebra.Com's Answer #271200 by mananth(16946)![]() ![]() You can put this solution on YOUR website! perimeter = 32 \n" ); document.write( "let l be the length of the side of square \n" ); document.write( "perimeter of square = 4l \n" ); document.write( "4l=32 \n" ); document.write( "/4 \n" ); document.write( "4l/4 = 32/4 \n" ); document.write( "l =8 cm \n" ); document.write( ".. \n" ); document.write( "Area = l^2 \n" ); document.write( "Area = 8*8 \n" ); document.write( "Area = 64 ft^2 \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |