document.write( "Question 501688: Find 3 consecutive numbers such that 12 less than three times the first number is the same as the sum of the other 2 numbers. \n" ); document.write( "
Algebra.Com's Answer #338610 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x, x+1, x+2 be the integers\r \n" ); document.write( "\n" ); document.write( "3x-12= x+1+x+2 \n" ); document.write( "3x-12=2x+3 \n" ); document.write( "3x-2x=3+12 \n" ); document.write( "x=15\r \n" ); document.write( "\n" ); document.write( "15,16,17 \n" ); document.write( " |