document.write( "Question 1011136: The area of a rectangle is less than 81 square centimeters. The length of the rectangle is 9 centimeters and the width is x centimeters. Select the possible value(s) of x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #626715 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Area of the rectangle: \n" ); document.write( "L*W In this problem: \n" ); document.write( "W= x (unknown variable) \n" ); document.write( "9*x < 81 divide both sides by 9 \n" ); document.write( "x < 81/9 \n" ); document.write( "x < 9 \n" ); document.write( " |