document.write( "Question 1005041: The side of a square house is 24 feet long and the house is located on a lot which is 50 feet longer than it is wide the perimeter of the lot is 20 feet more than five times the perimeter of the house find the length of the lot \n" ); document.write( "
Algebra.Com's Answer #621471 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the lot's width, w. Then its length is w + 50.
\n" ); document.write( "Perimeter = 2L + 2W = 2(w + 50) + 2w = 5(4(24)) + 20
\n" ); document.write( "Then we get
\n" ); document.write( "2w + 100 + 2w = 5(96) + 20
\n" ); document.write( "4w + 100 = 480 + 20 = 500
\n" ); document.write( "4w = 400
\n" ); document.write( "w = 100 feet
\n" ); document.write( "The length is 50 feet more, or
\n" ); document.write( "150 feet.
\n" ); document.write( "
\n" );