Probability for exact number of outcomes

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 21
Joined: Tue Aug 21, 2007 7:41 pm
Thanked: 1 times
What is the probability of getting exactly two 2s when a dice is rolled 5 times?

I am curious to know the formula or trick to solve problems where it states 'exact' number of outcomes. For example - if a coin is tossed 3 times, I can figure out the probability of exact two heads is 3/8 (because the result set is small) but not able to figure out a way to put that mathematically

User avatar
Master | Next Rank: 500 Posts
Posts: 436
Joined: Tue Feb 08, 2011 3:07 am
Thanked: 72 times
Followed by:6 members

by manpsingh87 » Sat May 07, 2011 11:07 pm
arnabis2good wrote:What is the probability of getting exactly two 2s when a dice is rolled 5 times?

I am curious to know the formula or trick to solve problems where it states 'exact' number of outcomes. For example - if a coin is tossed 3 times, I can figure out the probability of exact two heads is 3/8 (because the result set is small) but not able to figure out a way to put that mathematically
when six dices are rolled 5 times,, total no. of possible outcomes would be, 6^5;

now we want exactly two 2's; out of the five draws, any two draws where 2 will occur can be selected in 5C2 ways; and in remaining 3 draws; any of the remaining 5 numbers other than 2 can come in 5^3 ways,,
hence required probability is 5C2*5^3/6^5;
O Excellence... my search for you is on... you can be far.. but not beyond my reach!

Junior | Next Rank: 30 Posts
Posts: 21
Joined: Tue Aug 21, 2007 7:41 pm
Thanked: 1 times

by arnabis2good » Sat May 07, 2011 11:45 pm
Thank you so much, that helped a lot.

I am using Manhattan's set of guides for preparation. Probability problem solving approach is not so impressive. Any suggestion what I can follow and what level of question really appears on GMAT?

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 May 08, 2011 3:30 am
What is the probability of getting exactly two 2s when a dice is rolled 5 times?


P(exactly n times) = P(one way) * total possible ways.

Let T = two and N = not two.

One way to get exactly 2 T's is to get T on each of the first 2 rolls and N on the each of the last 3 rolls:
P(TTNNN) = 1/6 * 1/6 * 5/6 * 5/6 * 5/6 = 5^3/6^5.

Any arrangement of TTNNN will yield an outcome with exactly 2 T's. Thus, to count the total number of ways to get exactly 2 T's, we count the number of ways to arrange TTNNN:
Total possible ways = number of ways to arrange TTNNN = 5!/2!3! = 10.

P(exactly 2 T's) = 5^3/6^5 * 10.
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

Junior | Next Rank: 30 Posts
Posts: 21
Joined: Tue Aug 21, 2007 7:41 pm
Thanked: 1 times

by arnabis2good » Sun May 08, 2011 8:57 am
Thanks guys. Both explanations are just perfect.