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 #624548 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Perimeter P = 2L + 2W <= 106 and we also have \n" ); document.write( "L = W + 11...now substitute and get \n" ); document.write( "2(W + 11) + 2W <= 106 \n" ); document.write( "2W + 22 + 2W <= 106 \n" ); document.write( "4W + 22 <= 106 \n" ); document.write( "4W <= 84 \n" ); document.write( "W <= 21 feet \n" ); document.write( " |