Math problems from the *free* official practice tests and
problems from mba.com
fahadmuhammad86
Students
 
Posts: 11
Joined: Thu Oct 08, 2009 11:08 am
 

Two members of a club are to be selected to....

by fahadmuhammad86 Sun Dec 06, 2009 7:56 pm

I know its pretty straightforward question, but for some reason i cant get the right answer. Can any one please solve this question.

Q : 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?

Answer is 20.
vili_exisu
Students
 
Posts: 3
Joined: Sun Nov 29, 2009 5:57 pm
 

Re: Two members of a club are to be selected to....

by vili_exisu Sun Dec 06, 2009 9:48 pm

Let's assume that there are n members, selecting 2 persons out of n members = [n x (n-1)]/2. This is equal to 190.

You have quadratic expresion that you can solve for n.
fahadmuhammad86
Students
 
Posts: 11
Joined: Thu Oct 08, 2009 11:08 am
 

Re: Two members of a club are to be selected to....

by fahadmuhammad86 Mon Dec 07, 2009 12:31 am

Im still a bit confused about the equation you came up with. Can you please explain it as to how you came up with that equation?
diaconu.oana
Students
 
Posts: 1
Joined: Sun Aug 16, 2009 7:39 am
 

Re: Two members of a club are to be selected to....

by diaconu.oana Mon Dec 07, 2009 1:59 am

I guess it is easier to think that 190=20*19/2! than solve that quadratic. Think of two slots in which you need to put 2 people. Only that the order of selection does not matter (that is why you divide by 2!). Am I corect?
aravindc78
Students
 
Posts: 6
Joined: Thu Aug 27, 2009 5:32 am
 

Re: Two members of a club are to be selected to....

by aravindc78 Mon Dec 07, 2009 1:07 pm

fahadmuhammad86 Wrote:Im still a bit confused about the equation you came up with. Can you please explain it as to how you came up with that equation?


Let number of members in the club be x. So, basically the information tha we have is xC2 = 380.

So if you simplify this, you will get a quadratic equation.

x fac/(2 factorial)(x-2 factorial) = 190
x factorial/(x-2 factorial) = 380

This simplifies to, x(x-1) = 380

x sq - x - 380 = 0. This implies (x-20)(x+19) = 0. Therefore, x = 20.
RonPurewal
Students
 
Posts: 19744
Joined: Tue Aug 14, 2007 8:23 am
 

Re: Two members of a club are to be selected to....

by RonPurewal Sat Jan 09, 2010 3:57 am

fahadmuhammad86 Wrote:I know its pretty straightforward question, but for some reason i cant get the right answer. Can any one please solve this question.

Q : 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?

Answer is 20.


if you're not crackerjack at combinatorial formulas, then you should just use the slot method (further details in our strategy guides):

* MAKE THE SLOTS
you need TWO slots, since you are making two selections.

* FILL THE SLOTS IN
if there are N people, then you have N choices for the first person (since you can pick anyone). for the second person, you have (N - 1) choices, since you can't pick the same person you chose the first time.

* DIVIDE BY THE FACTORIAL IF ORDER DOESN'T MATTER
since order doesn't matter here (you're just picking "2 members" - no distinction is made between them), you need to divide by 2!.

therefore, (N)(N - 1)/2! = 190. solving gives N = 20 or -19, of which only the former makes any sense.

--

by the way, it's much easier to PLUG IN THE ANSWER CHOICES on this problem.
just try the numbers in the problem ("work backwards"), and see whether you get 190.

let's pretend the choices were, say, 12, 15, 18, 20, and 25 (since the original poster didn't give the choices).

first try 18, since it's the middle choice.
if N = 18, then, by the same reasoning as above, there are 18 x 17 / 2! = 153 possibilities (note that you don't have to solve any annoying quadratics if you plug in the choices and work backwards).
this number is too small. therefore, 12, 15, and 18 are out. (this is why we do the middle choice first - we can kill 3 answers.)

since 153 isn't that far off 180, try the closer answer, N = 20. that gives 20 x 19 / 2!, or 190. jackpot.