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)![]() ![]() You can put this solution on YOUR website! Let the digits be \n" ); document.write( " \n" ); document.write( "The largest possible number is \n" ); document.write( "the one with the largest digit ( \n" ); document.write( "the smaller digit ( \n" ); document.write( "and the intermediate digit ( \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" ); document.write( " \n" ); document.write( "The value of that samllest number is \n" ); document.write( " \n" ); document.write( "The difference is \n" ); document.write( " \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( " |