\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( "