document.write( "Question 369448: The sum of 3 consecutive odd integers is 75. Find the 3rd odd number. \n" ); document.write( "
Algebra.Com's Answer #263291 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N%2B%28N%2B2%29%2B%28N%2B4%29=75\"
\n" ); document.write( "\"3N%2B6=75\"
\n" ); document.write( "\"3N=69\"
\n" ); document.write( "\"N=23\"
\n" ); document.write( "The integers are 23,25, and 27.
\n" ); document.write( "
\n" );