document.write( "Question 1030452: The length of the rectangle is 10 mm longer than its width. Its perimeter is more than 80 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 these expressions to write an inequality based on the given information.
\n" );
document.write( "(c) solve the inequality, clearly indicating the width of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #645357 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! w=x \n" ); document.write( "length=x+10 \n" ); document.write( "perimeter = 2w+2l=2x+2x+20 > 80 \n" ); document.write( "4x+20 > 80 \n" ); document.write( "4x >60 \n" ); document.write( "x >15 mm \n" ); document.write( "or w >15 mm \n" ); document.write( " |