document.write( "Question 684090: Find the greatest possible sum of two 3-digit numbers that use the digits1,2,3,4,5,6 only once.
\n" ); document.write( "my work that i did is 654-321 thats it but i dont know if its right thank you by the way hope you had a wonderful thanksgiving
\n" ); document.write( "

Algebra.Com's Answer #423901 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the largest two digits for the hundredths digits. So they are 6 and 5.\r\n" );
document.write( "Choose the next largest two digits for the tens digits. So they are 4 and 3.\r\n" );
document.write( "Choose the remaining two digits for the units digits. They are 2 and 1.\r\n" );
document.write( "\r\n" );
document.write( "642 + 531 = 1173 is the highest possible sum\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );