document.write( "Question 260916: How do you solve this equation Three cconsecutive integers have the sum of 153.What is the second integer? \n" ); document.write( "
Algebra.Com's Answer #192196 by checkley77(12844) ![]() You can put this solution on YOUR website! Let x, x+1 & x+2 be the 3 integers. \n" ); document.write( "x+x+1+x+2=153 \n" ); document.write( "3x=153-3 \n" ); document.write( "3x=150 \n" ); document.write( "x=150/3 \n" ); document.write( "x=50 \n" ); document.write( "x+1=51 ans. for the second integer. \n" ); document.write( "50+2=52 ans. for the third integer. \n" ); document.write( "Proof: \n" ); document.write( "50+51+52=153 \n" ); document.write( "153=153 \n" ); document.write( " |