\n" );
document.write( "Hi
\n" );
document.write( "Let x and (x+2) and (x+4)
\n" );
document.write( "represent the first, second and third of three consecutive odd numbers
\n" );
document.write( "Question States***
\n" );
document.write( " (1/7) x + 1/3(x+2) +1/5(x+4) = 63
\n" );
document.write( "solving for x
\n" );
document.write( "Multiplying all terms by 105, so as all denominators = 1
\n" );
document.write( " 15 + 35(x+2) + 21(x+4) = 63*105
\n" );
document.write( " 71x + 154 = 6615
\n" );
document.write( " 71x = 6461
\n" );
document.write( " x = 91 Three consecutive even numbers are 91,93,95
\n" );
document.write( "CHECKING our Answer***
\n" );
document.write( " 1/7*91 + 1/3*93 + 1/5*95 = 13 + 31 + 19 = 63
\n" );
document.write( "