document.write( "Question 594059: Use an inequality to solve the problem:
\n" );
document.write( "One side of a retangle is 5 inches and the other side is x inches.
\n" );
document.write( "Find the possible values of x if the area must be at lease 60 square inches. \n" );
document.write( "
Algebra.Com's Answer #377905 by ExplanationCentral(10)![]() ![]() You can put this solution on YOUR website! The area of a rectangle is length * width, so in this case, the area = 5*x.\r \n" ); document.write( "\n" ); document.write( "The area must be at least 60, so 5x >= 60.\r \n" ); document.write( "\n" ); document.write( "Divide both sides of the inequality by 5. x >= 12. \n" ); document.write( " |