document.write( "Question 130846: Show the length, width, and perimeter of a rectangle with an area of 24 square meters.\r
\n" );
document.write( "\n" );
document.write( "area of rectangle: 24 m2 (square meters0
\n" );
document.write( "length: 2m
\n" );
document.write( "what is the width:
\n" );
document.write( "what is the perimeter: \n" );
document.write( "
Algebra.Com's Answer #95527 by cngriffith(27)![]() ![]() ![]() You can put this solution on YOUR website! The formula for the Area is A=lw \n" ); document.write( "Substitute 24 for A and 2 for l. \n" ); document.write( " A=lw \n" ); document.write( " 24=2w \n" ); document.write( " w=12 Divide both sides by 2 Solve for w\r \n" ); document.write( "\n" ); document.write( "Perimeter Formula P=2l+2w \n" ); document.write( "Substitute 2 for l and and 12 for w \n" ); document.write( "P=2(2) + 2(12) \n" ); document.write( "P+4+24 \n" ); document.write( "P=28 \n" ); document.write( " \n" ); document.write( " |