Option B is the correct answer.
Lets understand the information mentioned in the question before trying to solve for it.
So the question starts by telling us that "Each of n people randomly selects an integer from 1 to n such that the probably that all of them choose different number is 6 times the probability that all of that chose the same number". Now the question asks us the value of n. Lets understand it with the help of an
example: Suppose there are 2 people and they have to chose a number from 1 and 2 then the probability that both of them choose either 1 or 2 will be: (1/2)*(1/2)*2 = 1/2, which we can simply write as n/(n^n) if we want we can try other cases as well ther as well we will get the same answer with formula and with manual calculation. Now lets see the number of cases if both of them choose different numbers, here the total number of cases will be 4 and the cases in which both of them choose different numbers will be 2 so the probability here will also be 1/2, which if we wrong in terms of formula will be n!/(n^n).
Lets understand how get get our formulas:
P(Same number) = (1/2)*(1/2)*2 = 1/2, here we know that both the people can either choose 1 or 2 for there answer and as there the selecting the same number so there will be total 2 favorable cases i.e. either both of them selected 1 or selected 2 we can also write it as (1,1) or (2,2) and for total favorable cases it will be 4 i.e. (1,2), (1,1), (2,1) or (2,2).
P(Different number) = (1/2)*(1/2)*2! = 1/2, here what we know is that both of them selected different number and the probability for selecting any is 1/2 and they can be arranged in 2! ways i.e. either (1,2) or (2,1).
Now after understand the question and the method/formula we need to use lets try to solve the question with the help of the given options and see which option meets the conditions gives us the our answer i.e. P(Same Number) = 6*P(Different Numbers)
Option A: n = 3, Now lets try to put this in the formula which we discussed earlier.
P(Same Number) = n/(n^n) => 3/(3^3) => 1/9
P(Different Number) = n!/(n^n) = 3!/(3^3) =>2/9
This option tells us that if n = 3 then P(Same Number) = 2*P(Different Numbers), which does not gives us the mentioned condition i.e. P(Same Number) = 6*P(Different Numbers).
EliminatedOption B: n = 4
P(Same Number) = n/(n^n) => 4/(4^4) => 1/64
P(Different Number) = n!/(n^n) = 4!/(4^4) =>6/64
This options given us the exact answer for which we are looking for i.e. P(Same Number) = 6*P(Different Numbers) => 1/64 = 6/64.
SelectedAfter checking these two options only we got our answer so no need to check further options but on the exam it will be unnecessary and will only waste our time. So from here we can conclude that n=4 (Option B) satisfies all the conditions mentioned in the question and gives us the desired condition, that's why it is our answer.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