document.write( "Question 150079: The length of a rectangular lot is 50 feet more than the width. If the perimeter is 500 feet, then what are the lkength and width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #110160 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! L = W + 50\r \n" ); document.write( "\n" ); document.write( "P = 2L + 2W \n" ); document.write( "P = 2(W+50) + 2W \n" ); document.write( "500 = 2W + 100 + 2W \n" ); document.write( "400 = 4W \n" ); document.write( "100 = W \n" ); document.write( "L = 100+ 50 = 150\r \n" ); document.write( "\n" ); document.write( "Check your answer! \n" ); document.write( " |