document.write( "Question 1014805: If three consecutive integers are such that three times the smallest is 12 more than the largest? \n" ); document.write( "
Algebra.Com's Answer #631125 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! 3 consecutive integers are X, X+1, X+2.\r \n" ); document.write( "\n" ); document.write( "3X=(X+2)+12 >>> (three times the smallest is 12 more than the largest)\r \n" ); document.write( "\n" ); document.write( "3X=X+14\r \n" ); document.write( "\n" ); document.write( "2X=14\r \n" ); document.write( "\n" ); document.write( "X = 7\r \n" ); document.write( "\n" ); document.write( "7,8,9 \r \n" ); document.write( "\n" ); document.write( "21 is 12 more than 9. \n" ); document.write( " |