document.write( "Question 1062061: A rectangular room must have a perimeter of 20 feet and an area of at least 20 square feet. Describe the possible widths of the room. Round your answers to the nearest tenth of a foot \n" ); document.write( "
Algebra.Com's Answer #676848 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rectangular room must have a perimeter of 20 feet and an area of at least 20 square feet. Describe the possible widths of the room. Round your answers to the nearest tenth of a foot \n" ); document.write( "------------ \n" ); document.write( "L + W = 10 --> W = 10 - L \n" ); document.write( "--- \n" ); document.write( "L*W >= 20 \n" ); document.write( "---- \n" ); document.write( "Solve L*W = 20 \n" ); document.write( "L*(10 - L) = 20 \n" ); document.write( "-L^2 + 10L - 20 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=================== \n" ); document.write( "L =~ 2.8 feet \n" ); document.write( "W =~ 7.2 feet \n" ); document.write( "----------------- \n" ); document.write( "Neither L nor W can be less than 2.8 feet (to the nearest 10th)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |