document.write( "Question 375241: Find 3 consecutive integers such that if you subtracted twice the smallest from 212 more than the largest you get 147. \n" ); document.write( "
Algebra.Com's Answer #266922 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let \"N\",\"N%2B1\", and \"N%2B2\" be the integers.
\n" ); document.write( "\"%28212%2BN%2B2%29-2N=147\"
\n" ); document.write( "\"214-N=147\"
\n" ); document.write( "\"highlight%28N=67%29\"
\n" ); document.write( "The integers are 67,68, and 69.
\n" ); document.write( "
\n" );