document.write( "Question 1011955: find three consecutive integers such that twice the smallest plus three times the middle is equal to twenty-two less than six times the largest \n" ); document.write( "
Algebra.Com's Answer #627785 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be x, x+1, and x+2.
\n" ); document.write( "2x+3(x+1)=6(x+2)-22
\n" ); document.write( "2x+3x+3=6x+12-22
\n" ); document.write( "5x+3=6x-10
\n" ); document.write( "x=13
\n" ); document.write( "the numbers are 13,14,15
\n" ); document.write( "12*2=26
\n" ); document.write( "3*14=42
\n" ); document.write( "(6*15)-22=68.
\n" ); document.write( "
\n" );