document.write( "Question 510698: Find three consecutive integers such that three times the smallest is 14 more than the largest. Find the integers \n" ); document.write( "
Algebra.Com's Answer #341853 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
The three consecutive integers, from smallest to largest, are:
\n" ); document.write( "x, x+1, and x+2
\n" ); document.write( "3x = (x+2)+14 \"\"...three time the smallest is 14 more than the largest.\"
\n" ); document.write( "3x = x+16
\n" ); document.write( "2x = 16
\n" ); document.write( "x = 8
\n" ); document.write( "The integers are:
\n" ); document.write( "8, 9, and 10
\n" ); document.write( "
\n" );