document.write( "Question 947443: ten times the smallest of three consecutive integers is 22 more than three times the sum of the integers \n" ); document.write( "
Algebra.Com's Answer #578088 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive integers be:
\n" ); document.write( "\"+n+\", \"+n%2B1+\", and \"+n%2B2+\"
\n" ); document.write( "-----------------------------
\n" ); document.write( "\"+10n+=+3%2A%28+n+%2B+n+%2B+1+%2B+n+%2B+2+%29+%2B+22+\"
\n" ); document.write( "\"+10n+=+3%2A%28+3n+%2B+3+%29+%2B+22+\"
\n" ); document.write( "\"+10n+=+9n+%2B+9+%2B+22+\"
\n" ); document.write( "\"+n+=+31+\"
\n" ); document.write( "\"+n+%2B+1+=+32+\"
\n" ); document.write( "\"+n+%2B+2+=+33+\"
\n" ); document.write( "The consecutive integers are 31, 32, and 33
\n" ); document.write( "check:
\n" ); document.write( "\"+10n+=+3%2A%28+3n+%2B+3+%29+%2B+22+\"
\n" ); document.write( "\"+10%2A31+=+3%2A%28+3%2A31+%2B+3+%29+%2B+22+\"
\n" ); document.write( "\"+310+=+3%2A96+%2B+22+\"
\n" ); document.write( "\"+310+=+288+%2B+22+\"
\n" ); document.write( "\"+310+=+310+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );