document.write( "Question 968569: What is a positive integer squared plus 9 times its consecutive integer is equal to 19? \n" ); document.write( "
| Algebra.Com's Answer #805532 by CubeyThePenguin(3113)     You can put this solution on YOUR website! x^2 + 9(x+1) = 19 \n" ); document.write( "x^2 + 9x + 9 = 19 \n" ); document.write( "x^2 + 9x - 10 = 0 \n" ); document.write( "(x + 10)(x - 1) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is positive, so x = 1. \n" ); document.write( " |