document.write( "Question 1048336: What is the greatest possible 3-digit number for which the
\n" ); document.write( "sum of the digits is 10?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #663909 by Edwin McCravy(20062)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The first digit counts the most so make it 9.\r\n" );
document.write( "The tens digit counts the next most, so make it\r\n" );
document.write( "1 so the sum of the digits will be 10.  Then the\r\n" );
document.write( "units digit can only be 0.\r\n" );
document.write( "\r\n" );
document.write( "Answer 910, and 9+1+0 = 10 \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );