The answer is A - > 20.
Let there be N members to choose from. So the total possible selections are N choose 2 which is given to be 190.
So, 190 = N choose 2
190 = N! / ( 2! * (N-2)!)
190 = N * (N-1) * (N-2)! / ( 2! * (N-2)! )
Solving it further you shall get that N * (N-1) = 380.
This means that we need to find two consecutive numbers whose product is 380. At this point just plug in the number. Starting with A, N = 20 and hence N-1 = 19. This gives us the desired product which is 380.
Here we get lucky with the first option. But say the first option was wrong, then based on how far you are from the needed product of 380, use educated guess to select the next option.
Let me know if this helps.
Thanks.
myworld316 wrote:Two members of a club are to be selected to represent the club at a national meeting. If there are 190 different possible selections of the 2 members, how many members does the club have?
A) 20
B) 27
C) 40
D) 57
E) 95