document.write( "Question 390930: find three consecutive integers such that the sum of the first and third is 76
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #277262 by vksarvepalli(154)\"\" \"About 
You can put this solution on YOUR website!
let the three consecutive integers be n-1,n and n+1\r
\n" ); document.write( "\n" ); document.write( "given that sum of the first and third is 76\r
\n" ); document.write( "\n" ); document.write( "so, n-1 + n+1 = 76\r
\n" ); document.write( "\n" ); document.write( " => 2n=76
\n" ); document.write( " => n = 38\r
\n" ); document.write( "\n" ); document.write( "so the no.s are 37,38 & 39
\n" ); document.write( "
\n" );