document.write( "Question 21560: Can you help me with this problem?
\n" );
document.write( "Find three consecutive numbers whose sum is 57. \n" );
document.write( "
Algebra.Com's Answer #10417 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! x+(x+1)+(x+2)=57 \n" ); document.write( "3x+3=57 \n" ); document.write( "3x=54 \n" ); document.write( "x=18 \n" ); document.write( "18+1=19, 18+2=20 \n" ); document.write( "Hence the 3 consecutive numbers are 18,19and 20 \n" ); document.write( " |