\n" );
document.write( "Hi
\n" );
document.write( "Let x,(x+2),(x+4) represent the three consecutive odd integers
\n" );
document.write( "Questions States***
\n" );
document.write( "x +(x+2) +(x+4) = 63
\n" );
document.write( "Solving for x
\n" );
document.write( " 3x + 6 = 63
\n" );
document.write( " 3x = 57
\n" );
document.write( " x = 19 the three consecutive odd integers are 19,21,23\r
\n" );
document.write( "\n" );
document.write( "CHECKING our Answer
\n" );
document.write( "19 +21 + 23 = 63
\n" );
document.write( "
\n" );
document.write( "