document.write( "Question 938528: If a gym is a rectangle and it is 20 meters long and has a width of 14 metres. what is its area.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #572627 by laoman(51) You can put this solution on YOUR website! From the question, we need to find the area of the rectangular gym \n" ); document.write( "Area = Length * width \n" ); document.write( "Length is given as 20m \n" ); document.write( "Width is given as 14m \n" ); document.write( "Area = 20m*14m = 280 squared metre\r \n" ); document.write( "\n" ); document.write( "QED \n" ); document.write( " |