document.write( "Question 337159: The product of two consecutive odd integers is 99. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #241652 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: Consecutive odd numbers follow the form: x, x+2, x+4, ... so if \"The product of two consecutive odd integers is 99\", then \"x%28x%2B2%29=99\". Let me know if this helps at all. \n" ); document.write( "
\n" );