document.write( "Question 1098759: The perimeter of a rectangular pool is more than 62 meters, and the width is at least 10 meters less than the length. Which system of inequalities represents the possible length in meters, l, and the possible width in meters, w, of the pool? \n" ); document.write( "
Algebra.Com's Answer #713220 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
you have P = 2L + 2W
\n" ); document.write( "P > 62, therefore 2L + 2W > 62\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have W <= L - 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your system of inequalities would be:
\n" ); document.write( "2L + 2W > 62
\n" ); document.write( "W <= L - 10
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can take any perimeter > 62 and solve for L and W as follows:
\n" ); document.write( "for example:
\n" ); document.write( "P = 100
\n" ); document.write( "2L + 2W = 100
\n" ); document.write( "W = L-10, therefore 2L + 2L - 20 = 100
\n" ); document.write( "4L = 120
\n" ); document.write( "L = 30
\n" ); document.write( "W = 20
\n" ); document.write( "2*30 + 2*20 = 60 + 40 = 100
\n" ); document.write( "since W <= L - 10, then W can be anything less than or equal to 20 which means that L can be anything greater than 30.
\n" ); document.write( "W, however, can't be greater than 20 if P = 100, because W would then not be at least 10 less than L.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "example 1:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "W = 10
\n" ); document.write( "2L + 2W = 100
\n" ); document.write( "2L + 20 = 100
\n" ); document.write( "2L = 80
\n" ); document.write( "L = 40
\n" ); document.write( "2*40 + 2*10 = 80 + 20 = 100
\n" ); document.write( "this is ok since W is at least 10 less than L.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "example 2:
\n" ); document.write( "W = 21
\n" ); document.write( "2L + 2W = 100
\n" ); document.write( "2L + 42 = 100
\n" ); document.write( "2L = 58
\n" ); document.write( "L = 29
\n" ); document.write( "2L + 2W = 58 + 42 = 100
\n" ); document.write( "this is not ok since W is not at least 10 less than L.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );