document.write( "Question 1013125: Three times the smallest of three consecutive integers is six more than twice the largest. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #629309 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the integers x, x+1, and x+2. Then we have
\n" ); document.write( "3x = 2(x+2) + 6
\n" ); document.write( "3x = 2x + 4 + 6 = 2x + 10
\n" ); document.write( "x = 10
\n" ); document.write( "The integers are 10, 11, and 12.
\n" ); document.write( "
\n" );