document.write( "Question 1120630: Philip wants to construct a dog pen at the back of his garage. He will use the wall of the garage as one side of the pen and will construct the rest of the rectangular pen from 28 yards of fencing. What should the dimensions of the pen be if Philip wants it to have maximum area. \n" ); document.write( "
Algebra.Com's Answer #736289 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Draw this
\n" ); document.write( "The width of the fence is x
\n" ); document.write( "There are two widths for 2x
\n" ); document.write( "The rest, 28-x is the length of one side
\n" ); document.write( "A=x(28-x)=-x^2+28x
\n" ); document.write( "From calculus or vertex = -b/2a, the x value is -28/-2=14
\n" ); document.write( "x is 14
\n" ); document.write( "2x=28
\n" ); document.write( "Max area is 392 yds^2.
\n" ); document.write( "
\n" );