MGMAT CAT Problem

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 48
Joined: Sat Apr 03, 2010 8:35 pm
Thanked: 1 times
Followed by:1 members

MGMAT CAT Problem

by thp510 » Sun Mar 06, 2011 2:12 pm
Can anyone show me how to solve this problem WITHOUT using combinatorics and instead, just using probability/fractions?

A small company employs 3 men and 5 women. If a team of 4 employees is to be randomly selected to organize the company retreat, what is the probability that the team will have exactly 2 women?

OA: [spoiler]3/7[/spoiler]

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sun Mar 06, 2011 3:23 pm
thp510 wrote:Can anyone show me how to solve this problem WITHOUT using combinatorics and instead, just using probability/fractions?

A small company employs 3 men and 5 women. If a team of 4 employees is to be randomly selected to organize the company retreat, what is the probability that the team will have exactly 2 women?

OA: [spoiler]3/7[/spoiler]
The probability that an event will occur exactly n times = P(one way) * total number of possible ways.

One way to choose exactly 2 women is to select first 2 women and then 2 men:
P(WWMM) = 5/8 * 4/7 * 3/6 * 2/5 = 1/14.

The result above needs to be multiplied by the total number of ways to choose exactly 2 women:
WWMM
WMWM
WMMW
MWWM
MWMW
MMWW

Since there are 6 ways to choose exactly 2 women:
6 * 1/14 = 3/7.

We can determine the answer more efficiently if we use combinatorics to count the number of ways 2 women can be chosen. The list above represents the total number of ways to arrange the letters WWMM: 4!/2!2! = 6.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Legendary Member
Posts: 543
Joined: Tue Jun 15, 2010 7:01 pm
Thanked: 147 times
Followed by:3 members

by anshumishra » Sun Mar 06, 2011 3:50 pm
Using combinatorics :
probability = # of ways to select 2 women and 2 men / # total no. of ways to select 4 persons = (3C2*5C2) / 8C4 = 3*10/70 = 3/7
Thanks
Anshu

(Every mistake is a lesson learned )

Senior | Next Rank: 100 Posts
Posts: 48
Joined: Sat Apr 03, 2010 8:35 pm
Thanked: 1 times
Followed by:1 members

by thp510 » Mon Mar 07, 2011 8:07 am
Great explanations. Thanks guys