document.write( "Question 1009009: The perimeter of a certain rectangle is no more than 106 feet. If the length is eleven feet more than the width, what is the width?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #624550 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The perimeter of a certain rectangle is no more than 106 feet. \n" ); document.write( "If the length is eleven feet more than the width, what is the width? \n" ); document.write( "---------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "You need to solve an inequality for the width w:\r\n" ); document.write( "\r\n" ); document.write( "2*w + 2*(w+11) <= 106.\r\n" ); document.write( "\r\n" ); document.write( "4w + 22 <= 106,\r\n" ); document.write( "\r\n" ); document.write( "4w <= 106 - 22 = 84.\r\n" ); document.write( "\r\n" ); document.write( "w <= \n" ); document.write( " \n" ); document.write( " |