document.write( "Question 623558: we want to enclose a small rectangular vegetable garden with 50 feet of fence. let x represent width. how can we represent length. what is the quadratic function that represents the area of the garden? \n" ); document.write( "
Algebra.Com's Answer #392274 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
we want to enclose a small rectangular vegetable garden with 50 feet of fence. let x represent width. how can we represent length. what is the quadratic function that represents the area of the garden?
\n" ); document.write( "..
\n" ); document.write( "let x=width
\n" ); document.write( "let y=length
\n" ); document.write( "2x+2y=50 (perimeter)
\n" ); document.write( "x+y=25
\n" ); document.write( "y=25-x (length)
\n" ); document.write( "Area=length*width
\n" ); document.write( "Area=x(25-x)=25x-x^2 ( quadratic function that represents the area of the garden)
\n" ); document.write( "
\n" );