Last visit was: 19 Nov 2025, 23:18 It is currently 19 Nov 2025, 23:18
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
brentbrent
Joined: 29 Nov 2009
Last visit: 13 Dec 2010
Posts: 16
Own Kudos:
50
 [41]
Given Kudos: 5
Location: Toronto
Posts: 16
Kudos: 50
 [41]
4
Kudos
Add Kudos
37
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,402
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,402
Kudos: 778,406
 [24]
5
Kudos
Add Kudos
19
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,402
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,402
Kudos: 778,406
 [15]
7
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
General Discussion
User avatar
lagomez
Joined: 05 Mar 2008
Last visit: 18 Sep 2011
Posts: 1,225
Own Kudos:
552
 [8]
Given Kudos: 31
Posts: 1,225
Kudos: 552
 [8]
7
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
brentbrent
Hi all,
First post, I have to say is this site is an amazing resource. Thanks to everyone who contributes!

Question:
A fair 2 sided coin is flipped 6 times. What is the probability that tails will be the result at least twice, but not more than 5 times?

a) 5/8
b) 3/4
c) 7/8
d) 57/64
e) 15/16

I understand how to get the denominator just fine, but I am missing something on the numerator. I read the answer, but something just isn't clicking.

Thanks!

the long way:
You have 4 options, tails twice, tails three times, tails 4 times, and tails 5 times

let's start with tails twice( this means 2 tails 4 heads)
6!/2!4! = 15

tails three times
6!/3!3! = 20

tails four times
6!/4!2! = 15

tails 5 times
6!/5!1! = 6

sum all and you get 56
56/64 = 7/8
User avatar
brentbrent
Joined: 29 Nov 2009
Last visit: 13 Dec 2010
Posts: 16
Own Kudos:
Given Kudos: 5
Location: Toronto
Posts: 16
Kudos: 50
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunnel and Iagomez, thanks for the timely responses!

Bunnel:
I was getting hung up on why 6C1 had to be multiplied by 6.


Thanks again to both of you.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,402
Own Kudos:
778,406
 [1]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,402
Kudos: 778,406
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
brentbrent
Bunnel and Iagomez, thanks for the timely responses!

Bunnel:
I was getting hung up on why 6C1 had to be multiplied by 6.


Thanks again to both of you.

What I meant was, when counting probability of getting 1 tail when flipped 6 times, 1 tail can occur in 6 different ways:

THHHHH
HTHHHH
HHTHHH
HHHTHH
HHHHTH
HHHHHT

Generally probability of occurring event k times in n-time sequence could be expressed as:

\(P = C^n_k*p^k*(1-p)^{n-k}\)

In our case \(k=1\) and \(n=6\), so we get:

\(P = C^6_1*\frac{1}{2}*\frac{1}{2^5}=6*\frac{1}{2^6}=\frac{6}{64}\)

So \(\frac{1}{64}\) should be multiplied by \(C^6_1\), which is \(6\).
User avatar
xcusemeplz2009
Joined: 09 May 2009
Last visit: 24 Jul 2011
Posts: 109
Own Kudos:
1,134
 [3]
Given Kudos: 13
Posts: 109
Kudos: 1,134
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
lets find it out the other way
P of all head(or no tail)=1/2^6=1/64
P of all tail (or no head)=1/2^6=1/64
P of one tail=1/2^6 * 6 { multiply by 6 as there are 6 ways we can get one tail and each is having a probability of 1/2}
tot=1/64 + 1/64 + 6/64=1/8
reqd P=1-tot=1-1/8=7/8

C
User avatar
maggie27
Joined: 25 Apr 2014
Last visit: 19 May 2015
Posts: 75
Own Kudos:
Given Kudos: 1,474
Posts: 75
Kudos: 336
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,

Shouldn't the value of K be equal to 2 as we are looking for atleast twice.And secondly can you please explain me how do we restrict here that tails do not occur for more than five times by using the formula.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,402
Own Kudos:
778,406
 [2]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,402
Kudos: 778,406
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
maggie27
Hi Bunuel,

Shouldn't the value of K be equal to 2 as we are looking for atleast twice.And secondly can you please explain me how do we restrict here that tails do not occur for more than five times by using the formula.

The example there with formula is for getting 1 tail when flipped 6 times.

The solution uses P(good) = 1 - P(bad). So, P(2, 3, 4, or 5 tails) = 1 - P(0, 1, or 6 tails.)
User avatar
desaichinmay22
Joined: 21 Sep 2012
Last visit: 22 May 2016
Posts: 190
Own Kudos:
460
 [4]
Given Kudos: 31
Location: United States
Concentration: Finance, Economics
Schools: CBS '17
GPA: 4
WE:General Management (Consumer Packaged Goods)
Schools: CBS '17
Posts: 190
Kudos: 460
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
melissawlim
A fair 2-sided coin is flipped 6 times. What is the probability that tails will be the result at least twice, but not more than 5 times?

(A) 5/8
(B) 3/4
(C) 7/8
(D) 57/64
(E) 15/16

Total possible outcomes when coined is tossed 6 time=2^6=4*4*4=64
Total possible outcomes getting 2 or 3 or 4 or 5 tails= 6C2+6C3+6C4+6C5=(6*5)/2+(6*5*4)/(3*2)+(6*5)/2+6=15+20+15+6=56
Probability of getting atleast 2 but not more than 5 times tails=56/64=7/8

Ans=C
User avatar
him1985
Joined: 20 Jan 2014
Last visit: 12 Jul 2018
Posts: 108
Own Kudos:
Given Kudos: 120
Location: India
Concentration: Technology, Marketing
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
brentbrent
Hi all,
First post, I have to say is this site is an amazing resource. Thanks to everyone who contributes!

Question:
A fair 2 sided coin is flipped 6 times. What is the probability that tails will be the result at least twice, but not more than 5 times?

a) 5/8
b) 3/4
c) 7/8
d) 57/64
e) 15/16

I understand how to get the denominator just fine, but I am missing something on the numerator. I read the answer, but something just isn't clicking.

Thanks!

Welcome to Gmat Club forum.

It would be easier to calculate the probability of opposite event and subtract it from 1.
Opposite event: 0 tail, 1 tail, 6 tails.

Probability of getting no tails: \(\frac{1}{2^6}=\frac{1}{64}\);

Probability of getting 1 tail: \(6C1*\frac{1}{2^6}=\frac{6}{64}\), we must multiply by 6C1 or by 6 as tail can occur for any flip from 6, hence in 6 ways;

Probability of getting 6 tails: \(\frac{1}{2^6}=\frac{1}{64}\)

\(P=1-(\frac{1}{64}+\frac{6}{64}+\frac{1}{64})=\frac{56}{64}=\frac{7}{8}\)

Answer: C.

Please ask if any question remains.

For more on probability and combinatorics please refer to the link: GMAT MATH BOOK


Hi Bunuel,

I understand the numerator part.
2C6 + 3C6 + 4C6 + 5C6 = 56

but how to calculate denominator part. I mean how can i count total no of combinations. I am not getting 64 .
Like in normal cases if we calculate for 6 ball, we take 6! as total no of combinations.
Please help
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,402
Own Kudos:
778,406
 [1]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,402
Kudos: 778,406
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
him1985
Bunuel
brentbrent
Hi all,
First post, I have to say is this site is an amazing resource. Thanks to everyone who contributes!

Question:
A fair 2 sided coin is flipped 6 times. What is the probability that tails will be the result at least twice, but not more than 5 times?

a) 5/8
b) 3/4
c) 7/8
d) 57/64
e) 15/16

I understand how to get the denominator just fine, but I am missing something on the numerator. I read the answer, but something just isn't clicking.

Thanks!

Welcome to Gmat Club forum.

It would be easier to calculate the probability of opposite event and subtract it from 1.
Opposite event: 0 tail, 1 tail, 6 tails.

Probability of getting no tails: \(\frac{1}{2^6}=\frac{1}{64}\);

Probability of getting 1 tail: \(6C1*\frac{1}{2^6}=\frac{6}{64}\), we must multiply by 6C1 or by 6 as tail can occur for any flip from 6, hence in 6 ways;

Probability of getting 6 tails: \(\frac{1}{2^6}=\frac{1}{64}\)

\(P=1-(\frac{1}{64}+\frac{6}{64}+\frac{1}{64})=\frac{56}{64}=\frac{7}{8}\)

Answer: C.

Please ask if any question remains.

For more on probability and combinatorics please refer to the link: GMAT MATH BOOK


Hi Bunuel,

I understand the numerator part.
2C6 + 3C6 + 4C6 + 5C6 = 56

but how to calculate denominator part. I mean how can i count total no of combinations. I am not getting 64 .
Like in normal cases if we calculate for 6 ball, we take 6! as total no of combinations.
Please help

Each coin can land on heads or tails, so 2 ways. We have 6 coins, so total number of outcomes is 2*2*2*2*2*2 = 2^6.
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 19 Nov 2025
Posts: 21,716
Own Kudos:
Given Kudos: 300
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 21,716
Kudos: 26,998
Kudos
Add Kudos
Bookmarks
Bookmark this Post
melissawlim
A fair 2-sided coin is flipped 6 times. What is the probability that tails will be the result at least twice, but not more than 5 times?

(A) 5/8
(B) 3/4
(C) 7/8
(D) 57/64
(E) 15/16

We need to determine the probability of flipping tails 2, 3, 4, or 5 times in 6 flips. Thus, we could use the following formula:

P(flipping tails 2, 3, 4, or 5 times in 6 flips) = 1 - P(selecting tails 0, 1, or 6 times)

P(tails zero times) can be denoted and calculated as:

H-H-H-H-H-H = (1/2)^6 = 1/64

P(tails 1 time) can be denoted and calculated as:

T-H-H-H-H-H = (1/2)^6 = 1/64

However, T-H-H-H-H-H can be arranged in 6!/5! = 6 ways, so the overall probability is 1/64 x 6 = 6/64.

P(tails 6 times) can be denoted and calculated as:

T-T-T-T-T-T = (1/2)^6 = 1/64

Thus:

P(flipping tails 2, 3, 4, or 5 times in 6 flips) = 1 - (1/64 + 6/64 + 1/64) = 1 - 8/64 = 1- 1/8 = 7/8.

Alternate Solution:

Let x = the number of times tails will appear. Thus, we have:

P(2 ≤ x ≤ 5) = 1 - P(x = 0) - P(x = 1) - P(x = 6)

Let’s determine P(x = 0), P(x = 1), and P(x = 6):

P(x = 0) = (½)^6 = 1/64 (Note: 0 tails means: HHHHHH)

P(x = 1) = (½)^6 x 6 = 6/64 (Note: 1 tails means: THHHHH and 5 other “1T and 5H” arrangements)

P(x = 6) = (½)^6 = 1/64 (Note: 6 tails mean: TTTTTT)

Thus:

P(2 ≤ x ≤ 5) = 1 -1/64 - 6/64 - 1/64 = 56/64 = ⅞

Answer: C
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,784
Own Kudos:
12,807
 [1]
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,784
Kudos: 12,807
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Hi All,

In probability questions, there are two results that you can calculate - what you WANT to have happen or what you DON'T want to have happen. Since there are so many different ways to flip 2, 3, 4 or 5 tails, it will be easier for us to calculate what we DON'T want (0, 1 or 6 tails).

Since each toss has 2 possible outcomes (heads or tails), there are 2^6 = 64 different results for 6 coin flips.

Of those 64 options...

0 tails -->
HHHHHH = 1 option

1 tail -->
THHHHH
HTHHHH
HHTHHH
HHHTHH
HHHHTH
HHHHHT = 6 options

6 tails -->
TTTTTT = 1 option

1 + 6 + 1 = 8 options (of the 64) that we DON'T want...

Thus 64/64 - 8/64 = 56/64 = 7/8 that we DO want.

Final Answer:

GMAT assassins aren't born, they're made,
Rich
avatar
UmairAftab
Joined: 15 Jan 2019
Last visit: 18 Jun 2021
Posts: 43
Own Kudos:
13
 [1]
Given Kudos: 21
Location: Pakistan
Concentration: Marketing, Human Resources
GPA: 3.12
WE:Other (Other)
Posts: 43
Kudos: 13
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
The trick I am using to solve this question was taught to me by a channel on YouTube named Salman Gaffar. It’s Probability 07

So first let’s list down the possible outcomes

1) H H H H H H
2) H H H H H T
3) H H H H T T
4) H H H T T T
5) H H T T T T
6) H T T T T T
7) T T T T T T

We want to find out the probability of Atleast 2 tails and atmost 5 tails so option 1,2,7 are unfavourable and 3,4,5,6 are favourable

We can find probability of either one of them. Remember if we find probability of unfavourable outcomes we need to subtract it by 1 to get the probability of favourable outcomes. Let me show how

Let’s find the probability of option 1

1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 = 1/64

For option 2

1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 = 1/64 x 6!/5! = 6/64

For option 7

1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 = 1/64


So it’s either option 1 OR option 2 OR option 7 as unfavourable outcome

Since it’s OR we add, if its AND we multiply

1/64 + 1/64 + 6/64 = 8/64 or 1/8

1 - 1/8 = 7/8

Option C is the right answer

Posted from my mobile device
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,402
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,402
Kudos: 778,406
Kudos
Add Kudos
Bookmarks
Bookmark this Post
energetics
If a fair two-sided coin is flipped 6 times, what is the probability that tails is the result at least twice but at most 5 times?

A) \(\frac{5}{8}\)

B) \(\frac{3}{4}\)

C) \(\frac{7}{8}\)

D) \(\frac{57}{64}\)

E) \(\frac{15}{16}\)

The opposite even would be 0, 1, or 6 tails.

\(P(t = 0) = P(h = 6) = (\frac{1}{2})^6\)

\(P(t = 1) = \frac{6!}{5!}*(\frac{1}{2})*(\frac{1}{2})^5\). We are multiplying by 6!/5! because thhhhh can occur in 6!/5! = 6 different ways: thhhhh, hthhhh, hhthhh, hhhthh, hhhhth, hhhhht.

\(P(t = 6) = (\frac{1}{2})^6\)


\(P (t = 2, 3, 4, \ or \ 5) = 1- P(t = 0, 1, \ or \ 6) = 1 - ((\frac{1}{2})^6 + \frac{6!}{5!}*(\frac{1}{2})*(\frac{1}{2})^5 + (\frac{1}{2})^6) = \frac{7}{8}\)


Answer: C.
User avatar
EgmatQuantExpert
User avatar
e-GMAT Representative
Joined: 04 Jan 2015
Last visit: 02 Apr 2024
Posts: 3,663
Own Kudos:
Given Kudos: 165
Expert
Expert reply
Posts: 3,663
Kudos: 20,168
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Approach 1

Given

• A fair 2 sided coin is flipped 6 times.


To Find

• The probability that tails will be the result at least twice, but not more than 5 times.


Approach and Working Out


    • The tail should be at either 2, 3, 4, or 5.
    • Total possible results = \(2^6\) = 64
      o 2 Tails can appear in 6C2 ways = 15 ways
      o 3 Tails can appear in 6C3 ways = 20 ways
      o 4 Tails can appear in 6C4 ways = 15 ways
      o 5 Tails can appear in 6C5 ways = 6 ways
    • Answer = \(\frac{(15 + 20 + 15 + 6)}{64}\) =\(\frac{ 7}{8}\)

Correct Answer: Option C
User avatar
EgmatQuantExpert
User avatar
e-GMAT Representative
Joined: 04 Jan 2015
Last visit: 02 Apr 2024
Posts: 3,663
Own Kudos:
Given Kudos: 165
Expert
Expert reply
Posts: 3,663
Kudos: 20,168
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Approach 2

Given

    • A fair 2 sided coin is flipped 6 times.


To Find

    • The probability that tails will be the result at least twice, but not more than 5 times.


Approach and Working Out


    • The tail should be at either 2, 3, 4, or 5.
      o It means we should not count the ways when we get 0, 1, or 6 tails.

    • Total possible results = 2^6 = 64
      o 0 Tails can appear in 6C0 ways = 1 way
      o 1 Tail can appear in 6C1 ways = 6 ways
      o 6 Tails can appear in 6C6 ways = 1 ways
      o Total ways not to get the desired number of tails = 1 + 6 + 1 = 8.
    • Answer = 1 - \(\frac{8}{64}\) = \(\frac{7}{8}\)

Correct Answer: Option C
User avatar
MathRevolution
User avatar
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Last visit: 27 Sep 2022
Posts: 10,070
Own Kudos:
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Expert
Expert reply
GMAT 1: 760 Q51 V42
Posts: 10,070
Kudos: 19,393
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The coin has a Head and a tail.

=> P(H) = P(T) = \(\frac{1}{2}\)

The probability that tails will be the result at least twice, but not more than 5 times: 1 - ['0' tails [All heads] + 1 tail + 6 tails]

'0' tail: \(\frac{1}{ (2^6)} = 1/ 64\)

'1' tails: \(^6{C_1} * \frac{1}{ (2^6)} = \frac{6}{64}\)

'6' tail: \(\frac{1}{ (2^6)} = 1/ 64\)

=> 1 - \([\frac{1 }{ 64} + \frac{6 }{ 64} + \frac{1 }{ 64}]\)

=> 1 - \(\frac{8}{64}\): 1 - \(\frac{1}{8}\) = \(\frac{7}{8}\)

Answer C
User avatar
sanya2711
Joined: 19 Jan 2021
Last visit: 11 Aug 2024
Posts: 79
Own Kudos:
Given Kudos: 225
Location: India
GMAT 1: 690 Q49 V34
GPA: 3.57
GMAT 1: 690 Q49 V34
Posts: 79
Kudos: 13
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This can be solved using the binomial theorem easily.
 1   2   
Moderators:
Math Expert
105398 posts
Tuck School Moderator
805 posts