document.write( "Question 1077932: A rectangle has the width x and its length is 10 greater than the
\n" );
document.write( "width. For what values of x the area of the rectangle is greater or equal
\n" );
document.write( "to 24. Make sure that you show all your calculations in order to get full
\n" );
document.write( "credit. \n" );
document.write( "
Algebra.Com's Answer #692416 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! x(x+10)>=24 \n" ); document.write( "x²+10x-24>=0 \n" ); document.write( "(x+12)(x-2)>=0 \n" ); document.write( "Using the positive value, we get x>=2 ☺☺☺☺ \n" ); document.write( " |