document.write( "Question 884045: The product of two consecutive odd integers is five more than six times the lesser integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #534076 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
First odd integer : \"N\"
\n" ); document.write( "Next consecutive odd integer : \"N%2B2\"
\n" ); document.write( "\"N%28N%2B2%29=5%2BN\"
\n" ); document.write( "\"N%5E2%2B2N=5%2B6N\"
\n" ); document.write( "\"N%5E2-4N-5=0\"
\n" ); document.write( "\"%28N-5%29%28N%2B1%29=0\"
\n" ); document.write( "Two solutions:
\n" ); document.write( "\"N-5=0\"
\n" ); document.write( "\"N=5\"
\n" ); document.write( "and
\n" ); document.write( "\"N%2B1=0\"
\n" ); document.write( "\"N=-1\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );