document.write( "Question 1050588: find three consecutive integers such that the sum of the smallest integer and twice the second is 12 more than the third \n" ); document.write( "
Algebra.Com's Answer #666154 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
n is any integer.
\n" ); document.write( "Integers in order, \"system%28n%2Cn%2B1%2Cn%2B3%29\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"n%2B2%28n%2B1%29=%28n%2B2%29%2B12\"
\n" ); document.write( "
\n" );