document.write( "Question 95522: area of a rectangle with sides x + 4 and x - 3 \n" ); document.write( "
Algebra.Com's Answer #804945 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
area = (x+4)(x-3)
\n" ); document.write( "= x^2 + x - 12
\n" ); document.write( "
\n" );