document.write( "Question 347270: For what values of x is the area of the rectangle greater than the perimeter?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #248318 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x^2>4x \n" ); document.write( "x^2-4x>0 \n" ); document.write( "x(x-4)>0 \n" ); document.write( "x>0 \n" ); document.write( "x>4 ans. \n" ); document.write( "Proof: \n" ); document.write( "Let x=4.1 \n" ); document.write( "4.1^2>4*4.1 \n" ); document.write( "16.81>16.4 \n" ); document.write( " |