Last visit was: 19 Nov 2025, 21:44 It is currently 19 Nov 2025, 21:44
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,392
 [38]
3
Kudos
Add Kudos
34
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,392
 [17]
10
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
User avatar
GMATNinja
User avatar
GMAT Club Verbal Expert
Joined: 13 Aug 2009
Last visit: 19 Nov 2025
Posts: 7,443
Own Kudos:
69,787
 [9]
Given Kudos: 2,060
Status: GMAT/GRE/LSAT tutors
Location: United States (CO)
GMAT 1: 780 Q51 V46
GMAT 2: 800 Q51 V51
GRE 1: Q170 V170
GRE 2: Q170 V170
Products:
Expert
Expert reply
GMAT 2: 800 Q51 V51
GRE 1: Q170 V170
GRE 2: Q170 V170
Posts: 7,443
Kudos: 69,787
 [9]
7
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
avatar
Carnivor646
Joined: 07 Aug 2015
Last visit: 02 Oct 2015
Posts: 3
Own Kudos:
Given Kudos: 2
Posts: 3
Kudos: 1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello Bunuel,

Could you tell why my solution of "fixing" one women and then choosing two other members out of the nine remaining didn't work please? As I said, I tried to do so using this formula but my solution did not match yours:

# of ways to select one women out of four = 4
# of ways to select two other members out of nine = 36
\(C_4^1 * C_9^2 = 4 * 36 = 144\)

Thank you in advance for your answer,

Carnivor646
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
778,392
 [2]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,392
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Carnivor646
Hello Bunuel,

Could you tell why my solution of "fixing" one women and then choosing two other members out of the nine remaining didn't work please? As I said, I tried to do so using this formula but my solution did not match yours:

# of ways to select one women out of four = 4
# of ways to select two other members out of nine = 36
\(C_4^1 * C_9^2 = 4 * 36 = 144\)

Thank you in advance for your answer,

Carnivor646

The number you get will have duplications.

The number you get will have duplication.

Consider the group of three women {ABC}
Say you select women A with 4C1, next you can get women B and C with 9C2: {A}{BC}. Now, with the same method you can get the following group {B}{AC}, which is basically the same group.
avatar
AndrewN
avatar
Volunteer Expert
Joined: 16 May 2019
Last visit: 29 Mar 2025
Posts: 3,502
Own Kudos:
7,511
 [5]
Given Kudos: 500
Expert
Expert reply
Posts: 3,502
Kudos: 7,511
 [5]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
Official Solution:

If 4 women and 6 men work in the accounting department, in how many ways can a committee of 3 be formed if it has to include at least one woman?

A. 36
B. 60
C. 72
D. 80
E. 100


Although eliminating one extreme is the fastest way to solve the problem, in this case by subtracting the number of ways in which only men could form the committee, per the official solution, it may be useful to take the time to understand in practice how you could solve this or a similar probability question by using another application of combinations. Namely, consider that a probability is nothing more than a desired subset within a total, or, in mathematical language,

\(P = \frac{desired}{total}\)

In this case, we can work up to the answer by looking at the committees that could contain 1, 2, or 3 women, respectively. In the first case, 4C1 works nicely--from four total women, we could choose one. But that would mean the other two slots would have to be occupied by men, so out of six men, you would need to choose two: 6C2. Since these are dependent actions--the three slots would have to be filled by 1 woman and 2 men in such a scenario--we would need to multiply them: 4C1 * 6C2 (or 4 * 15, which is 60).

Next, we could repeat the process with 2 women instead: 4C2. We need one man to fill the third slot: 6C1. Together, 4C2 * 6C1 = 6 * 6 = 36.

Finally, we could repeat the process with 3 women filling the three slots, bypassing the men altogether: 4C3 = 4.

Altogether, then, we would have 60 or 36 or 4, or 60 + 36 + 4 different ways of choosing the women to fill the slots of the committee under the given conditions. 60 + 36 + 4 = 100.

As also noted in the official solution, there are 10C3 ways in which to choose 3 people from a pool of 10. This becomes our total from the earlier fraction: 10C3 = 120. Written out in full, then, we get

\(P = \frac{(4C1 * 6C2 + 4C2 * 6C1 + 4C3)}{10C3}\)

The probability boils down to

\(\frac{100}{120}\)

I will reiterate: this would not be the most efficient way to solve the question at hand. However, if you understand how such a solution operates, then you might be able to approach another type of question that is also based on combinations or probability with more confidence, and that is the goal.

Good luck with your studies.

- Andrew
User avatar
RenanBragion
User avatar
Current Student
Joined: 01 Jun 2020
Last visit: 14 Oct 2025
Posts: 130
Own Kudos:
Given Kudos: 12
Location: Brazil
GMAT 1: 760 Q48 V46
Products:
GMAT 1: 760 Q48 V46
Posts: 130
Kudos: 14
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I think this is a high-quality question and I agree with explanation.
avatar
innav
Joined: 03 Feb 2022
Last visit: 18 Feb 2022
Posts: 1
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Where can I learn about solving these type of problems?
I have no idea here to start
avatar
AndrewN
avatar
Volunteer Expert
Joined: 16 May 2019
Last visit: 29 Mar 2025
Posts: 3,502
Own Kudos:
Given Kudos: 500
Expert
Expert reply
Posts: 3,502
Kudos: 7,511
Kudos
Add Kudos
Bookmarks
Bookmark this Post
innav
Where can I learn about solving these type of problems?
I have no idea here to start
Hello, innav, and welcome to GMAT Club. Note that this question is tagged "Combinatorics and Probability." A good place to start for theory can include any of the following:


Many people find probability and combinatorics challenging and spend many hours in hopes of mastering it. Although the exam does test the topic, it does not include any more than one or two such questions (sometimes none, according to a few debriefs I have read). This is not to say that you should brush off a whole topic, but that you should prioritize higher-frequency topics and master fundamentals first.

Good luck with your studies.

- Andrew
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,392
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I have edited the question and the solution by adding more details to enhance its clarity. I hope it is now easier to understand.
User avatar
bot00078
Joined: 08 Mar 2025
Last visit: 07 Nov 2025
Posts: 36
Own Kudos:
Given Kudos: 14
GMAT Focus 1: 345 Q70 V66 DI62
GMAT Focus 1: 345 Q70 V66 DI62
Posts: 36
Kudos: 4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
In a group consisting of 4 women and 6 men, how many different 3-member committees can be formed that include at least one woman?

A. 36
B. 60
C. 72
D. 80
E. 100
Its Easy If you know the Permutation and Combination Well,
It ask Atleast One women lnclued so we find where no one inclued


Total (Men and Women) - Men = At least one women
Total is Out of 10 we need 3 so 10c3 which around 120
Then out of 6 we choose 3 men which is around 20
So 120-20=100
BEST OF LUCK
Moderators:
Math Expert
105390 posts
Founder
42389 posts