document.write( "Question 170214: The length of a rectangle is three times its width. If the perimeter is at most 112 centimeters, what is the greatest possible value for the width? Write an inequality to model the problem.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #125653 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
Since the perimeter of any rectangle is:
\n" ); document.write( "width + width + length + length
\n" ); document.write( "2(width) + 2(length)
\n" ); document.write( "2(width + length)
\n" ); document.write( ".
\n" ); document.write( "Let w = width of rectangle
\n" ); document.write( "then because \"length of a rectangle is three times its width\"
\n" ); document.write( "3w = length of rectangle
\n" ); document.write( ".
\n" ); document.write( "2(width + length) <= 112
\n" ); document.write( "plugging in our variables above:
\n" ); document.write( "2(w + 3w) <= 112
\n" ); document.write( "2(4w) <= 112
\n" ); document.write( "8w <= 112
\n" ); document.write( "w <= 112/8
\n" ); document.write( "w <= 14 centimeters (width)
\n" ); document.write( ".
\n" ); document.write( "Solution: greatest possible width is 14 centimeters
\n" ); document.write( "
\n" ); document.write( "
\n" );