document.write( "Question 908747: Find three consecutive integers such that twice the smallest is 12 more than the largest \n" ); document.write( "
Algebra.Com's Answer #805741 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x-1) = (x+1) + 12 \n" ); document.write( "2x-2 = x+13 \n" ); document.write( "x = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 14, 15, and 16. \n" ); document.write( " |