document.write( "Question 733622: half the perimeter of a rectangular lot, which is 50 feet longer than it is wide, is 350 feet. what are the dimensions of the lot? \n" ); document.write( "
Algebra.Com's Answer #448508 by chana(69)\"\" \"About 
You can put this solution on YOUR website!
Perimeter of the rectangle = 2L+2B
\n" ); document.write( "L=B+50
\n" ); document.write( "half the perimeter of a rectangular lot, which is 50 feet longer than it is wide, is 350 feet
\n" ); document.write( "So,
\n" ); document.write( ".5*(2* (B+50))+(2B))= 350
\n" ); document.write( "4B+100=700
\n" ); document.write( "solving for B we get, B as 150 feet
\n" ); document.write( "And L= 150+50
\n" ); document.write( " =200 feet
\n" ); document.write( "
\n" );