\n" );
document.write( "Hi
\n" );
document.write( "Let x,(x+1),(x+2),(x+3),(x+4) represent the five consecutive intergers
\n" );
document.write( "Question states***
\n" );
document.write( "x +(x+1)+(x+2)+(x+3)+(x+4)= 85
\n" );
document.write( "Solving for x
\n" );
document.write( " 5x + 10 = 85
\n" );
document.write( " 5x = 75
\n" );
document.write( " x = 15 the five consecutive intergers are: 15,16,17,18,19\r
\n" );
document.write( "\n" );
document.write( "CHECKING our Answer***
\n" );
document.write( " 15+16+17+18+19 = 85
\n" );
document.write( "