document.write( "Question 783453: Two different 3-digit numbers contains the same digits. These digits are consecutive digits. What is the greatest difference possible between the two numbers?\r
\n" ); document.write( "\n" ); document.write( "The answers to choose from.
\n" ); document.write( "A. 199
\n" ); document.write( "B.197
\n" ); document.write( "C. 200
\n" ); document.write( "D. 198
\n" ); document.write( "

Algebra.Com's Answer #476942 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Let the digits be
\n" ); document.write( "\"n\", \"n%2B1\" and \"n%2B2\"
\n" ); document.write( "The largest possible number is
\n" ); document.write( "the one with the largest digit (\"n%2B2\") in the hundreds place,
\n" ); document.write( "the smaller digit (\"n\") in the ones place,
\n" ); document.write( "and the intermediate digit (\"n%2B1\") in the tens place.
\n" ); document.write( "Its value is
\n" ); document.write( "
\n" ); document.write( "To get the smallest possible number we reverse the order,
\n" ); document.write( "placing \"n\" in the hundreds place,
\n" ); document.write( "\"n%2B1\" in the tens place, and \"n%2B2\" in the ones place.
\n" ); document.write( "The value of that samllest number is
\n" ); document.write( "
\n" ); document.write( "The difference is
\n" ); document.write( "\"111n%2B210-%28111n%2B12%29=111n%2B210-111n-12=210-12=highlight%28198%29\"
\n" ); document.write( "
\n" ); document.write( "EXAMPLE:
\n" ); document.write( "With the digits 5, 6, and 7,
\n" ); document.write( "the largest number we can make is 765;
\n" ); document.write( "the smallest is 567,
\n" ); document.write( "and the difference is
\n" ); document.write( "765 - 567 = 198
\n" ); document.write( "
\n" );