SOLUTION: John has 300 feet of lumber to frame a rectangular patio. (the perimeter of a rectangle is 2 times length plus two times width). He wants to maximize the area of his patio ( area
Algebra ->
Linear-equations
-> SOLUTION: John has 300 feet of lumber to frame a rectangular patio. (the perimeter of a rectangle is 2 times length plus two times width). He wants to maximize the area of his patio ( area
Log On
Question 23299: John has 300 feet of lumber to frame a rectangular patio. (the perimeter of a rectangle is 2 times length plus two times width). He wants to maximize the area of his patio ( area of a rectangle is length times width). What should the dimensions of the patio be? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Perimeter = 2l+2w = 300
l+w =150
w = 150-l
Area =lw
=l(150-l)
=150l-l^2
This is a quadratic in "l" where
a=-1, b=150, c=0