document.write( "Question 173226: Which expression represents the sum of an odd integer,n, and the next three odd integers? Show your work.
\n" ); document.write( "a) n+6 b) n+12 c) 4n+6 d) 4n+12
\n" ); document.write( "

Algebra.Com's Answer #128042 by sofiyacherni(99)\"\" \"About 
You can put this solution on YOUR website!
\"n%2B%28n%2B2%29%2B%28n%2B4%29%2B%28n%2B6%29=4n%2B12\" \n" ); document.write( "
\n" );