document.write( "Question 582980: The perimeter of square is 40m. The perimeter of rectangle of length 12m is as the same as the perimeter of square. Find which encloses the greater area square or rectangle? \n" ); document.write( "
Algebra.Com's Answer #372271 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The perimeter of square is 40m. The perimeter of rectangle of length 12m is as the same as the perimeter of square. Find which encloses the greater area square or rectangle? \n" ); document.write( "Square: \n" ); document.write( "since all four sides are equal: \n" ); document.write( "40/4 = 10 m (length of one side) \n" ); document.write( "area = 10*10 = 100 sq m \n" ); document.write( ". \n" ); document.write( "Rectangle: \n" ); document.write( "Let w = width \n" ); document.write( "then \n" ); document.write( "2(w+12) = 40 \n" ); document.write( "w+12 = 20 \n" ); document.write( "w = 8 m \n" ); document.write( "Area = 8*12 = 96 sq m \n" ); document.write( ". \n" ); document.write( "Answer: the square \n" ); document.write( " |