Last visit was: 21 May 2025, 11:50 It is currently 21 May 2025, 11:50
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: 21 May 2025
Posts: 101,614
Own Kudos:
Given Kudos: 93,579
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,614
Kudos: 726,017
 [37]
1
Kudos
Add Kudos
35
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
GMATBusters
User avatar
GMAT Tutor
Joined: 27 Oct 2017
Last visit: 20 May 2025
Posts: 1,931
Own Kudos:
6,310
 [8]
Given Kudos: 241
WE:General Management (Education)
Products:
Expert
Expert reply
Posts: 1,931
Kudos: 6,310
 [8]
7
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
General Discussion
User avatar
GyMrAT
Joined: 14 Dec 2017
Last visit: 03 Nov 2020
Posts: 413
Own Kudos:
490
 [4]
Given Kudos: 173
Location: India
Posts: 413
Kudos: 490
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
DavidTutorexamPAL
User avatar
examPAL Representative
Joined: 07 Dec 2017
Last visit: 09 Sep 2020
Posts: 1,039
Own Kudos:
1,930
 [1]
Given Kudos: 26
Posts: 1,039
Kudos: 1,930
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
There are three red, three blue, and three green balls in an opaque bag. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie. What is the probability that Charlie will draw three balls of the same color?

A. 1/56
B. 1/28
C. 1/14
D. 1/4
E. 1/3

We'll break our problem down into smaller pieces so it is easier to calculate.
This is a Logical approach.

Let's start with one color: red.
If Charlie picked only red balls, then Alan and Bridget must, together, have taken all of the green and blue balls.
That is, there are 6! ways for Alan and Bridget to pick these 6 balls followed by 3! ways for Charlie to pick the red balls.
This gives 6!3! ways for Charlie to pick 3 red balls.
Similarly, there are 6!3! ways to pick 3 green and 6!3! ways to pick 3 blue balls.
In total we have 3*6!3! ways for Charlie to pick 3 balls of the same color.
As there are a total of 9! orders to for picking all the balls, our probability is 3*6!3!/9! = (canceling out 6!) (3*3*2*1)/(9*8*7) = 1/(4*7) = 1/28

(B) is our answer.
User avatar
WizakoBaskar
Joined: 24 Nov 2017
Last visit: 23 Dec 2023
Posts: 71
Own Kudos:
226
 [4]
Given Kudos: 1
Location: India
GMAT 1: 720 Q51 V36
GMAT 1: 720 Q51 V36
Posts: 71
Kudos: 226
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel
There are three red, three blue, and three green balls in an opaque bag. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie. What is the probability that Charlie will draw three balls of the same color?

A. 1/56
B. 1/28
C. 1/14
D. 1/4
E. 1/3

If the 3 balls that Charlie draws are all red, then Alan and Bridget should have drawn their balls from the remaining 6.

Probability that Alan draws 3 balls, none of which is red = (number of ways of drawing 3 balls from remaining 6)/(number of ways of drawing 3 from 9)
= \(\frac{6C3}{9C3}\)

Alan has already picked 3 balls. So, Bridget has to pick 3 balls out of the remaining 6. If none of those are to be red, Bridget has to pick 3 out of the 3 balls that are not red.

Probability that Bridget draws 3 balls, none of which is red = (number of ways of drawing 3 balls from 3 balls that are not red)/(number of ways of drawing 3 from 6)
= \(\frac{3C3}{6C3}\)

So, the probability that Charlie draws 3 red balls = \(\frac{6C3}{9C3} * \frac{3C3}{6C3}\) = \(\frac{3C3}{9C3}\) = \(\frac{1}{84}\)

The 3 balls that Charlie draws should be of the same colour. So, it could be all red or all blue or all green.
So, probability = 3 * \(\frac{1}{84}\) = \(\frac{1}{28}\)

Choice B.
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 21 May 2025
Posts: 5,596
Own Kudos:
5,024
 [1]
Given Kudos: 161
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,596
Kudos: 5,024
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
There are three red, three blue, and three green balls in an opaque bag. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie. What is the probability that Charlie will draw three balls of the same color?

A. 1/56
B. 1/28
C. 1/14
D. 1/4
E. 1/3

Given:
1. There are three red, three blue, and three green balls in an opaque bag.
2. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie.

Asked: What is the probability that Charlie will draw three balls of the same color?

Red -3
Blue - 3
Green -3

Total no of ways = 9!/3!3!3! = 1680

# of favourable ways = 3 * 6C3 * 3C3 = 3*20 = 60. [3 ways to choose a color & 6C3 * 3C3 ways for Alan & Bridget's draws]

Probability = 60/1680 = 1/28

IMO B
User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 21 May 2025
Posts: 8,212
Own Kudos:
Given Kudos: 243
Status:You learn more from failure than from success.
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1: 545 Q79 V79 DI73
GPA: 4
WE:Marketing (Energy)
Products:
GMAT Focus 1: 545 Q79 V79 DI73
Posts: 8,212
Kudos: 4,715
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
There are three red, three blue, and three green balls in an opaque bag. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie. What is the probability that Charlie will draw three balls of the same color?

A. 1/56
B. 1/28
C. 1/14
D. 1/4
E. 1/3

total possible cases ; 9c3 ; 84
and P for charlie ; 3c1 ; 3
P for charlie ; 3/84 ; 1/28
IMO B
User avatar
dave13
Joined: 09 Mar 2016
Last visit: 23 Nov 2024
Posts: 1,114
Own Kudos:
Given Kudos: 3,851
Posts: 1,114
Kudos: 1,077
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
There are three red, three blue, and three green balls in an opaque bag. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie. What is the probability that Charlie will draw three balls of the same color?

A. 1/56
B. 1/28
C. 1/14
D. 1/4
E. 1/3

VeritasKarishma

i used method (1- all non favorable results) and focused only on Charlie.

Case 1. Charlie draws two of the same color and one of another

\(\frac{3}{9}*\frac{2}{8}*\frac{3}{7} = \frac{1}{28} \)

so since i can have 6 such events: (2R +1G, 2R+1B, 2B+1G, 2B+1R, 2G+1R, 2G+1B ) multiply 1/28 by 6 = \(\frac{3}{14}\)


Case 2: Charlie draws 3 balls of different colors (R *G * B)

\(\frac{3}{9}*\frac{3}{8}*\frac{3}{7} = \frac{3}{56}\\
\)

So total number of unfavorable outcomes for Charlie is \(\frac{3}{14}+\frac{3}{56} = \frac{15}{56}\)

so i get this answer \(1- \frac{15}{56} = \frac{41}{56 }\) :?

can you pls let me know where am I making mistake ? :)
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 21 May 2025
Posts: 15,983
Own Kudos:
73,230
 [2]
Given Kudos: 470
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,983
Kudos: 73,230
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
dave13
Bunuel
There are three red, three blue, and three green balls in an opaque bag. Alan draws three balls at random without replacement, then passes the bag to Bridget, who does the same, as does Charlie. What is the probability that Charlie will draw three balls of the same color?

A. 1/56
B. 1/28
C. 1/14
D. 1/4
E. 1/3

VeritasKarishma

i used method (1- all non favorable results) and focused only on Charlie.

Case 1. Charlie draws two of the same color and one of another

\(\frac{3}{9}*\frac{2}{8}*\frac{3}{7} = \frac{1}{28} \)

so since i can have 6 such events: (2R +1G, 2R+1B, 2B+1G, 2B+1R, 2G+1R, 2G+1B ) multiply 1/28 by 6 = \(\frac{3}{14}\)


Case 2: Charlie draws 3 balls of different colors (R *G * B)

\(\frac{3}{9}*\frac{3}{8}*\frac{3}{7} = \frac{3}{56}\\
\)

So total number of unfavorable outcomes for Charlie is \(\frac{3}{14}+\frac{3}{56} = \frac{15}{56}\)

so i get this answer \(1- \frac{15}{56} = \frac{41}{56 }\) :?

can you pls let me know where am I making mistake ? :)

Yes, whether Alan and Bridget pick 6 balls and Charlie is left with 3 or Charlie picks 3 balls and Alan and Bridget are left with 6 is the same. Hence, focus on Charlie is fine.

But it is easier to calculate the direct probability.

In the first pick, Charlie can pick any colour ball. Probability = 1
In the second pick, Charlie must pick the same colour as picked previously. Probability = 2/8
In the third pick, Charlie must pick again the same colour as picked 2 times before. Probability = 1/7
Total Probability = 1*(2/8)*(1/7) = 1/28

Answer (B)


If you do go the (1 - Non favourable) way,

Charlie pick 2 balls of same colour: First pick any colour, second pick same colour as before, third pick a different colour. Say RRB. We multiply by 3!/2! to get arrangements of RRB.
Probability = 1*(2/8)*(6/7) * 3!/2! = 18/28


Charlie picks all 3 balls of diff colours: First pick any colour, second pick another colour, third pick the third colour.
Probability = 1*(6/8)*(3/7) = 9/28
Total Probability = 27/28

Required probability = 1 - 27/28 = 1/28
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 36,911
Own Kudos:
Posts: 36,911
Kudos: 990
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
101613 posts
PS Forum Moderator
585 posts