document.write( "Question 107746: If the length of a rectangular parking lot is 10 meters less than twice its width, and the perimeter is 400 meters, find the length of the parking lot. \n" ); document.write( "
Algebra.Com's Answer #78515 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Perimeter(p) of a rectangle=2*Length(l) + 2*Width(w)or p=2l+2w \n" ); document.write( "Let w=width\r \n" ); document.write( "\n" ); document.write( "Then length(l)=2*w-10\r \n" ); document.write( "\n" ); document.write( "p=2(2w-10)+2w=400 get rid of parens (distributive law)\r \n" ); document.write( "\n" ); document.write( "400=4w-20+2w add 20 to both sides \n" ); document.write( "400+20=4w-20+20+2w collect like terms\r \n" ); document.write( "\n" ); document.write( "420=6w divide both sides by 6\r \n" ); document.write( "\n" ); document.write( "w=70 meters------------------------width \n" ); document.write( "2w-10=2*70-10=140-10=130 meters -------length\r \n" ); document.write( "\n" ); document.write( "CK\r \n" ); document.write( "\n" ); document.write( "400=2*70+2*130 \n" ); document.write( "400=140+260 \n" ); document.write( "400=400\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |