document.write( "Question 345852: For what values of x is the area of the rectangle greater than the perimeter?\r
\n" );
document.write( "\n" );
document.write( "(Rectangle has a height of 7 and a width of x+2) Note: the is only a 2D shape\r
\n" );
document.write( "\n" );
document.write( "I have tried doing this..
\n" );
document.write( " Simplifying to x+18
Algebra.Com's Answer #247325 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! p = 2x + 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 7x + 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7x + 14 > 2x + 18 ___ 5x > 4 ___ x > 4/5 \n" ); document.write( " |