Find the Probability!!!

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 115
Joined: Thu Mar 24, 2011 3:49 am
Thanked: 1 times

Find the Probability!!!

by vidhya16 » Sat Jan 14, 2012 2:55 pm
The probability that a visitor at the mall buys a pack of candy is 30%. If three visitors come to the mall today, what is the probability that exactly two visitors will buy a pack of candy?
* 0.343
* 0.147
* 0.189
* 0.063
* 0.027
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 265
Joined: Mon Dec 28, 2009 9:45 pm
Thanked: 26 times
Followed by:2 members
GMAT Score:760

by mj78ind » Sat Jan 14, 2012 3:23 pm
vidhya16 wrote:The probability that a visitor at the mall buys a pack of candy is 30%. If three visitors come to the mall today, what is the probability that exactly two visitors will buy a pack of candy?
* 0.343
* 0.147
* 0.189
* 0.063
* 0.027
We can use Binomial here:
3C2(0.3)^2(.7)^1 = 3*(0.09)*(0.7) = 0.189

Hence C
Call me 1 - (412) 897 6727 (US) or leave a msg on BTG for GMAT advise / questions.
If you like the solution, check out my debrief at and leave a comment:
https://www.beatthegmat.com/760-done-dea ... 66740.html

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 » Sat Jan 14, 2012 9:18 pm
vidhya16 wrote:The probability that a visitor at the mall buys a pack of candy is 30%. If three visitors come to the mall today, what is the probability that exactly two visitors will buy a pack of candy?
* 0.343
* 0.147
* 0.189
* 0.063
* 0.027
P(exactly n) = P(one way) * total possible ways.

P(one way):
One way to get a good outcome is for the first visitor not to buy a pack of candy while the second and third visitors do.
P(1st visitor doesn't buy candy) = 7/10.
P(2nd visitor buys candy) = 3/10.
P(3rd visitor buys candy) = 3/10.
To determine the probability that all of these events happen together, we multiply the fractions:
7/10 * 3/10 * 3/10 = .063.

Total possible ways:
Since any of the 3 visitors could be the one not to buy candy, the result above must be multiplied by 3:
3 * .063 = .189.

The correct answer is C.
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

Master | Next Rank: 500 Posts
Posts: 382
Joined: Thu Mar 31, 2011 5:47 pm
Thanked: 15 times

by ArunangsuSahu » Sat Jan 14, 2012 10:11 pm
3C2*(0.3)^2*0.7=0.189

Master | Next Rank: 500 Posts
Posts: 115
Joined: Thu Mar 24, 2011 3:49 am
Thanked: 1 times

by vidhya16 » Sun Jan 15, 2012 9:13 am
Thanks all.