document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #819515 by Alan3354(69443)![]() ![]() 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? \n" ); document.write( "-------------------- \n" ); document.write( "10 by 50 ---> 500 \n" ); document.write( "30 by 30 ---> 900, the max \n" ); document.write( "==================== \n" ); document.write( "The long version: \n" ); document.write( "P = 2W + 2L = 120 \n" ); document.write( "W + L = 60 \n" ); document.write( "--- \n" ); document.write( "W*L >= 500 \n" ); document.write( "W*(60 - W) >= 500 \n" ); document.write( "W^2 - 60W + 500 >= 0 \n" ); document.write( "(W - 10)*(W - 50) >= 0 \n" ); document.write( "W >= 10 \n" ); document.write( " \n" ); document.write( " |