document.write( "Question 172945: Find 3 consecutive integers whose sum is 804\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #127796 by monika_p(71)![]() ![]() ![]() You can put this solution on YOUR website! We are looking for three consecutive integers that means that each number is one more than previous \n" ); document.write( "If x is the first number then second is one more than first y=x+1 and third is one more than second z=x+2 \n" ); document.write( "x+y+z=804 \n" ); document.write( "x+x+1+x+2=804 \n" ); document.write( "x=267 then y=268 and z=269 \n" ); document.write( " |