derekgmat
If each participant of a chess tournament plays exactly one game with each of the remaining participants, then 153 games will be played during the tournament. Find the number of participants.
A. 15
B. 16
C. 17
D. 18
E. 19
It's a 10 second problem once you understand that the question is simply asking if nC2=153 then what is the value of n?consider only 2 players; A and B
then no of matches "If each participant of a chess tournament plays exactly one game with each of the remaining participants"=1 (A vs B)
as any particular match involves 2 players here..because each player plays against each of the remaining participants separately...
so we only have to select 2 players...a simple combination.. to count a possible match from amongst the available players...
If there are 2 players only...then selecting 2 out of 2=2C2=1 (AB)
if there are 3 players only....then selecting 2 out of 3=3C2=3 (AB,AC,BC)
if there are 4 players only....then selecting 2 out of 4=4C2=6 (AB,AC,AD,BC,BD,CD)
Similarly...
if there are n players only....then selecting 2 out of n=nC2=n!/2!(n-2)!
here..nC2=n!/2!(n-2)!=153...put values back from options..we get n=18Further....had a match involved 3 players rather than 2....then the no. of matches would have been nC3...
i.e., selecting 3 out of n players to play a match.
Similarly....had a match involved 4 players rather than 2....then the no. of matches would have been nC4...
i.e., selecting 4 out of n players to play a match.
Thus,
had a match involved r players rather than 2....then the no. of matches would have been nCr...
i.e., selecting r out of n players to play a match....If each participant of a chess tournament plays exactly 2 game with each of the remaining participants=just multiply nC2 with 2..