document.write( "Question 499628: How can I find 3 consecutive integers whose sum is 33?
\n" );
document.write( "This is what I have tried.
\n" );
document.write( "x+(x+1)+(x+2)=33
\n" );
document.write( "I combined the like terms next and got 3x+3=33
\n" );
document.write( "I then subtracted three from both sides. -3 -3
\n" );
document.write( "I got the answer of 3x=33
\n" );
document.write( "after that I divided by 3 on both sides 3x/3 33/3
\n" );
document.write( "I got the answer of X=11
\n" );
document.write( "My 3 consecutive integers are 11,12,and 13.
\n" );
document.write( "Is my answer correct?
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #337803 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! No, it isn't! \n" ); document.write( "When you subtracted 3 from both sides of: \n" ); document.write( "3x+3 = 33 you should have got: \n" ); document.write( "3x = 30 not 3x = 33, so... \n" ); document.write( "3x = 30 Divide by 3 to get: \n" ); document.write( "x = 10 \n" ); document.write( "The three consecutive numbers ar: \n" ); document.write( "10, 11, and 12 whose sum is 33. \n" ); document.write( " |