document.write( "Question 28552: The perimeter of a rectangle is to be no greater than 300 in., and the length must be 125 in. Write an appropriate inequality, then find the maximum width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #15542 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter <=300 \n" ); document.write( "2l+2w<=300 \n" ); document.write( "l+w<=150 \n" ); document.write( "But l=125 in. \n" ); document.write( "Therefore: \n" ); document.write( "125+w<=150 \n" ); document.write( "So, w<=25 in. \n" ); document.write( "The maximum width is 25 in. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |