Bunuel
Each of
n people randomly selects an integer from 1 to
n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of
n?
A. 3
B. 4
C. 5
D. 6
E. 8
Each of
n people randomly selects an integer from 1 to
n, inclusive.
Total sample space = n people and n integers = \(n^2\)
probability that all of them choose different numbers
P(D) = \(\frac{{1 * 2 * 3 * (n-1) * n} }{ n^2}\)
P(D) = \(\frac{n! }{ n^2}\)
probability that all of them choose the same number
P(S) = \(\frac{n }{ n^2}\)
Note - First one has 'n' choices, but rest all have only 1 hence numerator is 'n'
If the probability that all of them choose different numbers is six times the probability that all of them choose the same number
=> P(D) = 6 * P(S)
=> \(\frac{n! }{ n^2}\) = \(\frac{n }{ n^2}\)
=> n! = 6n
=> (n-1)! = 6
=> n - 1 = 3
=> n = 4
Option B