document.write( "Question 368289: If x equals the largest possible three-digit number where no digit is repeated and
\n" );
document.write( "y equals the smallest three-digit number can be made using the digits of x,
\n" );
document.write( "what is the value of x - y ? \n" );
document.write( "
Algebra.Com's Answer #262440 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Then x = 987, and y = 789. Thus x - y = 198. \n" ); document.write( " |