total = N people. (N>4)
we need to select 3 people.
the way to select 3 people from N is pretty straightforward.
Its NC3 = N(N-1)(N-2)(N-3)! / (N-3)! * 6
we get, NC3 = N(N-1)(N-2)/6
this is our denominator.
now we need to find probability that joe is selected in those 3 people.
so once joe is selected, we have 2 people left to choose from N-1 people.
for that to find, we will simple use (N-1)C2
we get, (N-1)(N-2)(N-3)! / (N-3)*2
(N-1)C2 = (N-1)(N-2)/2.
this is out numerator.
now when we use both these values, we get= [(N-1)(N-2)/2] * [ 6/N(N-1)(N-2)]
upon solving this, we get 3/N
ans is C
BrentGMATPrepNow
Joe is in a group consisting of N people (N > 4). If 3 people from the group are randomly selected to be on a committee, what is the probability that Joe is selected?
A) \(\frac{N^2-2N-6}{(N-2)^2+6}\)
B) \(\frac{2N+3}{N^2-N}\)
C) \(\frac{3}{N}\)
D) \(\frac{N}{(N-1)(N-2)}\)
E) \(\frac{N^2-1}{5N}\)