document.write( "Question 1002650: there are 3 consecutive integers that have a sum of 51. which inegers are they\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619515 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call them x, x+1, and x+2. They sum to 51, so we write \n" ); document.write( "x+(x+1)+(x+2)=51 \n" ); document.write( "3x+3=51 \n" ); document.write( "3x = 48 \n" ); document.write( "x = 16 \n" ); document.write( "The numbers are 16, 17 and 18. \n" ); document.write( " |