document.write( "Question 366907: find three consecutive odd integers such that their sum decreased by the second equals 50. \n" ); document.write( "
Algebra.Com's Answer #261527 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the first of three consecutive odd integers
\n" ); document.write( "the other two would then be (x + 2) and (x + 4)
\n" ); document.write( "x + (x + 2) + (x + 4) -(x+2) = 50
\n" ); document.write( "2x + 4 = 50
\n" ); document.write( "2x = 46
\n" ); document.write( "x = 23
\n" ); document.write( "23,25,27 would be the three consecutive odd integers\r
\n" ); document.write( "\n" ); document.write( "checkingout answer
\n" ); document.write( "23 + 27 = 50 \n" ); document.write( "
\n" );