document.write( "Question 1132493: 1. The length of a rectangle is 8 mm longer than its width. Its perimeter is more than 32 mm. Let w equal the width of the rectangle.
\n" );
document.write( "(a) Write an expression for the length in terms of the width.
\n" );
document.write( "(b) Use expressions for the length and width to write an inequality for the perimeter, on the basis of the given information.
\n" );
document.write( "(c) Solve the inequality, clearly indicating the width of the rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #749543 by addingup(3677) You can put this solution on YOUR website! L = W + 8 \n" ); document.write( "2L + 2W > 32 \n" ); document.write( ". \n" ); document.write( "2(W + 8) + 2W > 32 \n" ); document.write( "2W + 16 + 2W > 32 \n" ); document.write( "4W > 16 \n" ); document.write( "W > 4 \n" ); document.write( " |