document.write( "Question 935989: A rancher wants to use 400 feet of fencing to enclose a rectangular area of 5100 square feet. What dimensions should the rectangle have? \n" ); document.write( "
Algebra.Com's Answer #569403 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A rancher wants to use 400 feet of fencing to enclose a rectangular area of 5100 square feet. What dimensions should the rectangle have?
\n" ); document.write( "***
\n" ); document.write( "let x=width of rectangular area
\n" ); document.write( "length=(400-2x)/2=(200-x)
\n" ); document.write( "length*width=area
\n" ); document.write( "x(200-x)=5100
\n" ); document.write( "200x-x^2=5100
\n" ); document.write( "x^2-200x+5100=0
\n" ); document.write( "(x-170)(x-30)=0
\n" ); document.write( "x=170
\n" ); document.write( "or
\n" ); document.write( "x=30
\n" ); document.write( "200-x=170
\n" ); document.write( "What dimensions should the rectangle have?
\n" ); document.write( "width=30 ft
\n" ); document.write( "length=170 ft\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );