document.write( "Question 911148: The sum of three consecutive integers is 15 more than twice the smallest integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #552877 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! The sum of three consecutive integers is 15 more than twice the smallest integer. Find the integers. \n" ); document.write( "Let three consecutive numbers are X ,X+1,X+2 \n" ); document.write( "as per given conditions \n" ); document.write( "X+X+1+X+2=2X+15\r \n" ); document.write( "\n" ); document.write( "3X+3=2x+15 \n" ); document.write( "3X-2X=15-3 \n" ); document.write( "X=12 \n" ); document.write( "Numbers are X,X+1,X+2 \n" ); document.write( " than three numbers are 12,13,14 \n" ); document.write( " |