document.write( "Question 421354: A dog owner has 250ft of fencing to enclose a rectangular run area for his dog. If he wants the maximun possible ares, what should the length and width of the rectangle be?\r
\n" );
document.write( "\n" );
document.write( "i did 2x+2z=250 then got the equation 2z=250-2x using -b/2a i got -250/-4=62.5=x
\n" );
document.write( "then 2z=250-2(62.5) and got z =62.5 which would mean each side is 62.5 and that checks out because 62.5*4=250 but how do i know thats the maximun area and also thats a square since all sides are equal?\r
\n" );
document.write( "\n" );
document.write( " can anyone please please tell me what i did wrong or what i need to do?
\n" );
document.write( "thank you!! \n" );
document.write( "
Algebra.Com's Answer #294265 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A dog owner has 250ft of fencing to enclose a rectangular run area for his dog. If he wants the maximun possible ares, what should the length and width of the rectangle be? \n" ); document.write( "---------------- \n" ); document.write( "The max area for a rectangle is a square. \n" ); document.write( "The perimeter = 250 ft = 2L + 2W \n" ); document.write( "--> L + W = 125 \n" ); document.write( "W = 125 - L \n" ); document.write( "-------- \n" ); document.write( "Area = L*W = L*(125 - L) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The line of symmetry is L = -b/2a \n" ); document.write( "L = 125/2 = 62.5 \n" ); document.write( "The vertex is on the line of symmetry at f(-b/2a) = f(62.5) \n" ); document.write( "That proves that 62.5 ft gives the max area for the given perimeter. \n" ); document.write( "Max area = 62.5^2 = 3906.25 sq ft \n" ); document.write( " \n" ); document.write( " |