document.write( "Question 788756: find three consecutive integers such that the sum of the first and the third increased by 8 is 40 more than the second. \n" ); document.write( "
Algebra.Com's Answer #478611 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be (n-1) , n, (n+1)\r \n" ); document.write( "\n" ); document.write( "(n-1)+(n+1) +8 =n+40\r \n" ); document.write( "\n" ); document.write( "2n+8=n+40\r \n" ); document.write( "\n" ); document.write( "n=40-8 \n" ); document.write( "n=32\r \n" ); document.write( "\n" ); document.write( "The numbers are \n" ); document.write( "31 32 , 33\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |