document.write( "Question 963414: The length of a field is 200ft longer than it is wide. The area of the field is 57,600 sq. ft. What is the width of the field? \n" ); document.write( "
Algebra.Com's Answer #588567 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is (x+200) \n" ); document.write( "The area of the field=57600 \n" ); document.write( "Area=length*width \n" ); document.write( "x(x+200)=57600 \n" ); document.write( "x^2+200x-57600=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x=160 or x=-360 \n" ); document.write( "The width of the field is 160 feet. \n" ); document.write( " |