document.write( "Question 801940: the product of two consecutive odd integers is equal to 30 more than the first. find the integers \n" ); document.write( "
Algebra.Com's Answer #806073 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x(x+2) = 30 + x
\n" ); document.write( "x^2 + 2x = 30 + x
\n" ); document.write( "x^2 + x - 30 = 0
\n" ); document.write( "(x + 6)(x - 5) = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is odd, so the numbers are 5 and 7.
\n" ); document.write( "
\n" );