document.write( "Question 941736: The width of a rectangle is 3 less than half the length. Find the length if the perimeter is 54.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #574324 by macston(5194)![]() ![]() You can put this solution on YOUR website! Length=L Width=W=1/2L-3 \n" ); document.write( "P=2(L+W)Substitute above for W \n" ); document.write( "54 m=2(L+1/2L-3) \n" ); document.write( "54 m=2(1.5L-3) \n" ); document.write( "54 m=3L-6 add 6 to each side \n" ); document.write( "54+6 m=3L-6+6 \n" ); document.write( "60=3L divide each side by 3 \n" ); document.write( "60/3 m=3L/3 \n" ); document.write( "20 m=L ANSWER length=20 meters \n" ); document.write( "CHECK: \n" ); document.write( "W=1/2L-3=1/2(20)-3=10-3=7 m \n" ); document.write( "P=2(L+W) \n" ); document.write( "54 m=2(20m + 7m) \n" ); document.write( "54m=2(27m) \n" ); document.write( "54m=54m \n" ); document.write( " \n" ); document.write( " |