document.write( "Question 367695: What is the middle number of three consecutive odd numbers if the sum of the first and third number is 118. \n" ); document.write( "
Algebra.Com's Answer #262091 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N\", \"N%2B2\", and \"N%2B4\" are the three consecutive odd numbers.
\n" ); document.write( "\"N%2BN%2B4=118\"
\n" ); document.write( "\"2N=114\"
\n" ); document.write( "\"N=57\"
\n" ); document.write( "\"highlight%28N%2B2=59%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );