document.write( "Question 914567: If the square of a positive integer is added to 4 times the integer, the result is 45. Find the integer. \n" ); document.write( "
Algebra.Com's Answer #805689 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x^2 + 4x = 45 \n" ); document.write( "x^2 + 4x - 45 = 0 \n" ); document.write( "(x + 9)(x - 5) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integer is positive, so x = 5. \n" ); document.write( " |