document.write( "Question 518345: find the length of a rectangular lot with a perimeter of 128 meters if the length is 4 meters more than the width (P= 2L+2W)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #345134 by godeapurva(7)![]() ![]() You can put this solution on YOUR website! Given perimeter = 128 \n" ); document.write( "Length (L) = width (W) + 4 \n" ); document.write( "Perimeter = 2(L)+ 2(W) \n" ); document.write( " = 2(W+2) + 2 W \n" ); document.write( " = 2W + 4 + 2W \n" ); document.write( " 128 = 4W + 4 \n" ); document.write( " 120 = 4W \n" ); document.write( " 30 = W \n" ); document.write( " L = W +4 \n" ); document.write( " L = 34 \n" ); document.write( "(Length 34, Width 30) \n" ); document.write( " |