document.write( "Question 337037: If 3x is an odd integer, represent the next odd integer as an algebraic expression in x. \n" ); document.write( "
Algebra.Com's Answer #241597 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
You would add 2 to the integer to get the next consecutive odd integer,
\n" ); document.write( "\"N=3x%2B2\"
\n" ); document.write( "
\n" );