SOLUTION: A rectangular playing field with a perimeter of 120 meters is to have an area of at least 500 square meters. Within what bounds must the length of the rectangle lie?
Algebra ->
Test
-> SOLUTION: A rectangular playing field with a perimeter of 120 meters is to have an area of at least 500 square meters. Within what bounds must the length of the rectangle lie?
Log On
Question 1188435: A rectangular playing field with a perimeter of 120 meters is to have an area of at least 500 square meters. Within what bounds must the length of the rectangle lie? Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! A rectangular playing field with a perimeter of 120 meters is to have an area of at least 500 square meters. Within what bounds must the length of the rectangle lie?
--------------------
10 by 50 ---> 500
30 by 30 ---> 900, the max
====================
The long version:
P = 2W + 2L = 120
W + L = 60
---
W*L >= 500
W*(60 - W) >= 500
W^2 - 60W + 500 >= 0
(W - 10)*(W - 50) >= 0
W >= 10