document.write( "Question 998461: the sum of three consecutive integers is 16 more than 2 times the smallest integer. find the integers. \n" ); document.write( "
Algebra.Com's Answer #616217 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let n, n+1, n+2 be the integers\r \n" ); document.write( "\n" ); document.write( "n+n+1+n+2 = 16 + 2n\r \n" ); document.write( "\n" ); document.write( "solve for n\r \n" ); document.write( "\n" ); document.write( "n=13\r \n" ); document.write( "\n" ); document.write( "13, 14, 15 \n" ); document.write( " |