document.write( "Question 245638: the length of a rectangle is 3 times its width. the perimeter is 120 meters.fine the length and width.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #179386 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! L=3W \n" ); document.write( "2L+2W=120 \n" ); document.write( "2*3W+2W=120 \n" ); document.write( "6W+2W=120 \n" ); document.write( "8W=120 \n" ); document.write( "W=120/8 \n" ); document.write( "W=15 M. FOR THE WIDTH. \n" ); document.write( "L=3*15=45 M. FOR THE LENGTH. \n" ); document.write( "PROOF: \n" ); document.write( "2*45+2*15=120 \n" ); document.write( "90+30=120 \n" ); document.write( "120=120 \n" ); document.write( " |