document.write( "Question 579340: A rectangular lawn has a length of 6 m and a width that is twice its length. What is the area of the lawn?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #370967 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! If the width is twice the length, then the width is 2*6 = 12 meters. So L = 6, W = 12. Use these values to find the area A:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = LW\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = 6*12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = 72\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the area of the lawn is 72 square meters. \n" ); document.write( " |