BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

Red and White Marbles

Expert replies
by niketdoshi123 » Sun Aug 05, 2012 2:25 am
A jar contains 8 red marbles and y white marbles. If Joan takes 2 random marbles from the jar, is it more likely that she will have 2 red marbles than that she will have one marble of each color?

(1) y ≤ 8
(2) y ≥ 4
Join the discussion
Source: — Data Sufficiency |

by GMATGuruNY » Sun Aug 05, 2012 3:26 am
niketdoshi123 wrote:A jar contains 8 red marbles and y white marbles. If Joan takes 2 random marbles from the jar, is it more likely that she will have 2 red marbles than that she will have one marble of each color?

(1) y ≤ 8
(2) y ≥ 4
Plug in the THRESHOLDS and try EXTREMES.
Here, the THRESHOLDS are y=8 and y=4.

Statement 1: y≤8
Case 1: 8 white marbles, 8 red marbles
P(RR) = 8/16 * 7/15 = 7/30.

P(one of each color):
P(RW) = 8/16 * 8/15 = 8/30.
Since RW can be reversed to WR, we multiply by 2:
2(8/30) = 16/30.

In this case, P(RR) < P(one of each color).

Case 2: 0 yellow marbles, 8 red marbles
Here, P(RR) = 1 and P(one of each color) = 0.
In this case, P(RR) > P(one of each color).
INSUFFICIENT.

Statement 2: y≥4
Case 1: 4 white marbles, 8 red marbles
P(RR) = 8/12 * 7/11 = 14/33.

P(one of each color):
P(RW) = 8/12 * 4/11 = 8/33.
Since RW can be reversed to WR, we multiply by 2:
2(8/33) = 16/33.

In this case, P(RR) < P(one of each color).

When y=4, P(RR) < P(one of each color).
When y=8, P(RR) < P(one of each color).
Increasing the number of yellow marbles beyond y=8 will only DECREASE the likelihood of getting RR.
Thus, P(RR) < P(one of each color).
SUFFICIENT.

The correct answer is B.
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
Join the discussion

by eagleeye » Sun Aug 05, 2012 6:40 am
niketdoshi123 wrote:A jar contains 8 red marbles and y white marbles. If Joan takes 2 random marbles from the jar, is it more likely that she will have 2 red marbles than that she will have one marble of each color?

(1) y ≤ 8
(2) y ≥ 4
We need to find if the probability of 2 reds is greater than one red, one white. Let's do that:

Probability of both reds = p = 8/(8+y) * 7/(8+y-1)
Probaility of one red, one white = q = 2! * 8/(8+y) * y/(8+y-1)
we need p>q
8*7 > 2* 8*y
=> y < 7/2. since y is an integer, the question rephrases to Is y <= 3? Now its an easy question.

(1) y ≤ 8
y may be less than 3 or greater than 3. Insufficient.

(2) y ≥ 4
y is definitely greater than 3. Sufficient.

B is correct. :)
Join the discussion

by niketdoshi123 » Sun Aug 05, 2012 9:43 pm
GMATGuruNY wrote: Since RW can be reversed to WR, we multiply by 2
eagleeye wrote: Probability of one red, one white = q = 2! * 8/(8+y) * y/(8+y-1)
Here the order in which we take 2 marbles is not important, so why do we have to multiply by 2??
Join the discussion

by eagleeye » Sun Aug 05, 2012 10:05 pm
niketdoshi123 wrote:
GMATGuruNY wrote: Since RW can be reversed to WR, we multiply by 2
eagleeye wrote: Probability of one red, one white = q = 2! * 8/(8+y) * y/(8+y-1)
Here the order in which we take 2 marbles is not important, so why do we have to multiply by 2??
When you do a probability calculation, it doesn't matter whether the order is considered.
Now you can go two ways about it.

1. Use the permutations approach using different ordered cases, like Mitch and I did here. Then you need to consider what's picked first. Whenever you are using FCP, (Fundamental Counting Principle aka the slot method) you are inherently considering order in the options. Hence we multiply by 2!.

The other way, of course is the basic selection probability approach. Then:
2. Use the combinatorics approach without the consideration of order. Then the probability is

P (one red, one white) = 8C1*yC1/( (8+y)C2) = 8*y / ((8+y)(8+y-1)/2!) = 2! *8*y /((8+y)(8+y-1)) = 2* 8/(8+y) * y/(8+y-1) which is the same as with the FCP approach.

Let me know if the solution/explanation helped :)
Join the discussion

by niketdoshi123 » Tue Aug 07, 2012 7:03 am
eagleeye wrote:
niketdoshi123 wrote:
GMATGuruNY wrote: Since RW can be reversed to WR, we multiply by 2
eagleeye wrote: Probability of one red, one white = q = 2! * 8/(8+y) * y/(8+y-1)
Here the order in which we take 2 marbles is not important, so why do we have to multiply by 2??
When you do a probability calculation, it doesn't matter whether the order is considered.
Now you can go two ways about it.

1. Use the permutations approach using different ordered cases, like Mitch and I did here. Then you need to consider what's picked first. Whenever you are using FCP, (Fundamental Counting Principle aka the slot method) you are inherently considering order in the options. Hence we multiply by 2!.

The other way, of course is the basic selection probability approach. Then:
2. Use the combinatorics approach without the consideration of order. Then the probability is

P (one red, one white) = 8C1*yC1/( (8+y)C2) = 8*y / ((8+y)(8+y-1)/2!) = 2! *8*y /((8+y)(8+y-1)) = 2* 8/(8+y) * y/(8+y-1) which is the same as with the FCP approach.

Let me know if the solution/explanation helped :)
It is still not 100% clear to me..
Maybe I am unable to state my doubt precisely.:-(

Here's the gist of what I did while solving the question

P(RR) = 8/(8+y) * 7/(7+y)
P(RW) = 8/(8+y) * y/(7+y) Here I thought that P(RW) = P(WR), so considering any one of them will solve the purpose. This is where I got wrong

Now , what I understand from yours and Mitch's posts is that

P(one of each color) = P(WR) + P(RW) or 2!*P(WR) (2! -- since there are 2 colors to chose from)

If there were 3 different colors -- red, white and green, then
would P(one of each color) be 3!*P(WRG) ?
Join the discussion

by eagleeye » Tue Aug 07, 2012 10:30 am
niketdoshi123 wrote: If there were 3 different colors -- red, white and green, then
would P(one of each color) be 3!*P(WRG) ?
Yes. You are right. It will be multiplied by 3!.

For example, let's make up a question where we have 5 White, 4 Red, and 3 Green marbles. We are asked the probability that if a player picks three marbles at random:
(i) No two marbles are of the same color.
(ii) All of the marbles picked are white.

(i) P (no two are the same color) = 3! * 5/12 * 4/11 * 3/10.

(ii) P (all three are white) = 3!* 5/12 * 4/11 * 3/10 * 1/(3!). (Here we divide by 3! because all 3 colors are identical so the two factorials cancel out)

Works?
Join the discussion

by GMATGuruNY » Tue Aug 07, 2012 6:25 pm
niketdoshi123 wrote:
eagleeye wrote:
niketdoshi123 wrote:
GMATGuruNY wrote: Since RW can be reversed to WR, we multiply by 2
eagleeye wrote: Probability of one red, one white = q = 2! * 8/(8+y) * y/(8+y-1)
Here the order in which we take 2 marbles is not important, so why do we have to multiply by 2??
When you do a probability calculation, it doesn't matter whether the order is considered.
Now you can go two ways about it.

1. Use the permutations approach using different ordered cases, like Mitch and I did here. Then you need to consider what's picked first. Whenever you are using FCP, (Fundamental Counting Principle aka the slot method) you are inherently considering order in the options. Hence we multiply by 2!.

The other way, of course is the basic selection probability approach. Then:
2. Use the combinatorics approach without the consideration of order. Then the probability is

P (one red, one white) = 8C1*yC1/( (8+y)C2) = 8*y / ((8+y)(8+y-1)/2!) = 2! *8*y /((8+y)(8+y-1)) = 2* 8/(8+y) * y/(8+y-1) which is the same as with the FCP approach.

Let me know if the solution/explanation helped :)
It is still not 100% clear to me..
Maybe I am unable to state my doubt precisely.:-(

Here's the gist of what I did while solving the question

P(RR) = 8/(8+y) * 7/(7+y)
P(RW) = 8/(8+y) * y/(7+y) Here I thought that P(RW) = P(WR), so considering any one of them will solve the purpose. This is where I got wrong

Now , what I understand from yours and Mitch's posts is that

P(one of each color) = P(WR) + P(RW) or 2!*P(WR) (2! -- since there are 2 colors to chose from)

If there were 3 different colors -- red, white and green, then
would P(one of each color) be 3!*P(WRG) ?
I suggest that you check out my posts here:

https://www.beatthegmat.com/mgmat-probabilty-t87745.html

https://www.beatthegmat.com/rain-prob-t88396.html

https://www.beatthegmat.com/select-exact ... 88786.html

https://www.beatthegmat.com/kids-probabi ... 04374.html

https://www.beatthegmat.com/baseball-t69721.html

https://www.beatthegmat.com/probability- ... 91490.html

https://www.beatthegmat.com/princeton-re ... 78922.html
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
Join the discussion