document.write( "Question 719396: Can you explain how to get the answer the product of two consecutive odd integers is 63. find the integers. \n" ); document.write( "
| Algebra.Com's Answer #806503 by CubeyThePenguin(3113)     You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(x+2) = 63 \n" ); document.write( "x^2 + 2x = 63 \n" ); document.write( "x^2 + 2x - 63 = 0 \n" ); document.write( "(x + 9)(x - 7) = 0 \n" ); document.write( "x = -9, x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: (-9, -7) or (7, 9) \n" ); document.write( " |