Bunuel
Seven digits from the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9 are written in a random order. The probability that this seven digit number will be divisible by 9 is:
(A) \(\frac{1}{45}\)
(B) \(\frac{5}{63}\)
(C) \(\frac{1}{9}\)
(D) \(\frac{1}{4}\)
(E) \(\frac{5}{8}\)
Are You Up For the Challenge: 700 Level QuestionsTo find the probability that the 7-digit number is divisible by 9, we use the divisibility rule for 9.
The Logic: The "Excluded Digits" ShortcutRule: A number is divisible by 9 if and only if the sum of its digits is divisible by 9.
1.
Total Sum: The sum of the digits from 1 to 9 is:
\(1 + 2 + 3 + ... + 9 = 45\)
2.
The Shortcut: We are choosing 7 digits. This is mathematically equivalent to
excluding 2 digits.
Let \(S\) be the sum of the 7 chosen digits.
Let \(R\) be the sum of the 2 excluded digits.
\(S + R = 45\)
Since 45 is divisible by 9, for \(S\) to be divisible by 9, \(R\) (the sum of the missing digits)
must also be divisible by 9.
***
CalculationStep 1: Total Possible Pairs of Excluded DigitsWe are choosing 2 distinct digits out of 9 to exclude.
\(Total = \binom{9}{2} = \frac{9 \times 8}{2} = 36\) possible pairs.
Step 2: Favorable Pairs (Sum is a multiple of 9)The maximum sum of two distinct digits is \(8 + 9 = 17\). Therefore, the only multiple of 9 that two digits can sum to is
9 (18 is impossible).
Let's list the pairs that sum to 9:
1. \(\{1, 8\}\)
2. \(\{2, 7\}\)
3. \(\{3, 6\}\)
4. \(\{4, 5\}\)
There are
4 favorable pairs.
Step 3: Probability\(P = \frac{\text{Favorable Pairs}}{\text{Total Pairs}} = \frac{4}{36}\)
Simplify the fraction:
\(P = \frac{1}{9}\)
This matches Option (C).
Answer: C