document.write( "Question 323371: If a number is selected at random from the set of all five-digit numbers in which the sum of the digits is equal to 43, compute the probability that this number will be divisible by 11.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231451 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Three of the five digits must be 9's because if we had fewer 9's, say even as\r\n" ); document.write( "many as two 9's, and the rest as large as they could possibly be, (that is, if\r\n" ); document.write( "they were all three 8's) you'd only have sum of digits 9+9+8+8+8=42 which is 1\r\n" ); document.write( "short of 43. So the three 9's each integer must have makes up 27 of the\r\n" ); document.write( "required total of 43, leaving 16 for the remaining two digits to have as a\r\n" ); document.write( "sum. The only way for two digits to have sum 16 is 9+7 and 8+8. Therefore all\r\n" ); document.write( "possible such integers must be arrangements of the digits of either 79999 or of\r\n" ); document.write( "88999.\r\n" ); document.write( "\r\n" ); document.write( "I. Count the arrangements of the digits of the integer 79999.\r\n" ); document.write( "\r\n" ); document.write( "There are 5 places to put the 7. So there are 5 arrangements of the digits of\r\n" ); document.write( "79999. Since there are so few we can list these.\r\n" ); document.write( "\r\n" ); document.write( "1. 79999\r\n" ); document.write( "2. 97999 = 11*8909\r\n" ); document.write( "3. 99799 \r\n" ); document.write( "4. 99979 = 11*9089\r\n" ); document.write( "5. 99997\r\n" ); document.write( "\r\n" ); document.write( "Only two of these five are divisible by 11, \r\n" ); document.write( "\r\n" ); document.write( "II. Count the arrangements of the digits of the integer 88999.\r\n" ); document.write( "\r\n" ); document.write( "There are \"5 choose 2\" or 5C2 or\n" ); document.write( " |