document.write( "Question 525121: what two conscutive integers make the product of 30? \n" ); document.write( "
Algebra.Com's Answer #348020 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" is the first integer
\n" ); document.write( "then \"x%2B1\" is the second consecutive integer
\n" ); document.write( "\"x%28x%2B1%29=30\"
\n" ); document.write( "\"x%5E2%2Bx-30=0\"
\n" ); document.write( "\"%28x%2B6%29%28x-5%29=0\"
\n" ); document.write( "\"x%5B1%5D=-6\" \"x%5B2%5D=5\"
\n" ); document.write( "\"x%5B1%5D%2B1=-5\" \"x%5B2%5D%2B1=6\"
\n" ); document.write( "Answer \"-6\" and \"-5\", or \"5\" and \"6\"
\n" ); document.write( "
\n" );