SOLUTION: Amanda has 400 feet of lumber to frame a rectangular patio. She wants to maximize the area of her patio. What should the dimensions of the patio be, and show how the maximum area

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: Amanda has 400 feet of lumber to frame a rectangular patio. She wants to maximize the area of her patio. What should the dimensions of the patio be, and show how the maximum area      Log On


   



Question 56158: Amanda has 400 feet of lumber to frame a rectangular patio. She wants to maximize the area of her patio. What should the dimensions of the patio be, and show how the maximum area of the patio is calculated from the algebraic equation. Use the vertex form to find the maximum area.
Answer:

Show work in this space.

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
Amanda has 400 feet of lumber to frame a rectangular patio. She wants to maximize the area of her patio. What should the dimensions of the patio be, and show how the maximum area of the patio is calculated from the algebraic equation. Use the vertex form to find the maximum area.
Answer: A=10,000 square ft

Show work in this space.
Let length=x
Let width=y
Perimeter=400
2(length)+2(width)=Perimeter
2x+2y=400
2y=400-2x
2y/2=400/2-2x/2
y=200-x
A=length*width
A=xy but y=200-x so
A=x(200-x)
Vertex form is A=a%28x-h%29%5E2%2Bk, where (h,k) is the vertex.
A=200x-x%5E2
A=-x%5E2%2B200x
A=-%28x%5E2-200x%29 We need to create a perfect square. We do that by adding (-200/2)^2=(100)^2=10000 to the inside of the parenthesis. Because of the - infront of the parenthesis we are really taking 10000 away, so we have to add the same thing on the outside of the parenthesis so that we are in reality only adding 0.
A=-(x^2-200x+____)+____
A=-%28x%5E2-200x%2B10000%29%2B10000 Now we have to factor the perfect square we created. highlight%28a%5E2-2ab%2Bb%5E2=%28a-b%29%5E2%29. b^2=10000, so b=sqrt%2810000%29=100
A=-%28x-100%29%5E2%2B10000
The vertex is (100, 10000), that means that the maximum x (length) is 100 ft, and the maximum A (area) is 10000 ft^2
I hope this is a little more clear.
Happy Calculating!!!