document.write( "Question 692355: five times an integer plus three times the square of the integer is twenty two. Find the integer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806718 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 5x + 3x^2 = 22 \n" ); document.write( "3x^2 + 5x - 22 = 0 \n" ); document.write( "(3x + 11)(x - 2) = 0 \n" ); document.write( "x = -11/3, x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is an integer ---> x = 2 \n" ); document.write( " |