document.write( "Question 343283: find two consecutive odd integers such that three times the first plus two times the second is 39 \n" ); document.write( "
Algebra.Com's Answer #245726 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the two consecutive odd integers be \"N\" and \"N%2B2\"
\n" ); document.write( "\"3N%2B2%28N%2B2%29=39\"
\n" ); document.write( "\"3N%2B2N%2B4=39\"
\n" ); document.write( "\"5N=35\"
\n" ); document.write( "\"N=7\"
\n" ); document.write( "\"N%2B2=9\"
\n" ); document.write( "The integers are \"7\" and \"9\".
\n" ); document.write( "
\n" );