\n" );
document.write( "Hi,
\n" );
document.write( " I. Assigning the variable
\n" );
document.write( "Let x and (x+2) represent the smaller and larger of the two consecutive odd integers
\n" );
document.write( " II. Writing as we Read***
\n" );
document.write( " 4(x+2) = 3x + 29
\n" );
document.write( "III. Solving for x
\n" );
document.write( " 4x + 8 = 3x + 29
\n" );
document.write( " x = 21, smaller odd integer, 23, the larger of the two.\r
\n" );
document.write( "\n" );
document.write( "IV. CHECKING Our Answer***
\n" );
document.write( " 4*23 = 3*21 + 29 = 92
\n" );
document.write( "