document.write( "Question 948167: A rectangular field has a perimiter of 1040 feet the lenght is 200 feet more than the width find the width and the lenght. I need the equation used to find the answer of 160 feet by 360 feet \n" ); document.write( "
Algebra.Com's Answer #578669 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular field has a perimeter of 1040 feet the lenght is 200 feet more than the width find the width and the length4x+400. I need the equation used to find the answer of 160 feet by 360 feet \n" ); document.write( "*** \n" ); document.write( "let x=width \n" ); document.write( "x+200=length \n" ); document.write( "2(width+length)=perimeter \n" ); document.write( "2(x+x+200)=1040 \n" ); document.write( "4x+400=1040 \n" ); document.write( "4x=640 \n" ); document.write( "x=160 \n" ); document.write( "x+200=360 \n" ); document.write( "width=160 ft \n" ); document.write( "length=360 ft \n" ); document.write( " |