Last visit was: 20 Nov 2025, 02:23 It is currently 20 Nov 2025, 02:23
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
gmihir
Joined: 04 Mar 2012
Last visit: 06 Jun 2012
Posts: 34
Own Kudos:
1,656
 [109]
Given Kudos: 10
Posts: 34
Kudos: 1,656
 [109]
7
Kudos
Add Kudos
102
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,408
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,408
Kudos: 778,448
 [42]
13
Kudos
Add Kudos
29
Bookmarks
Bookmark this Post
User avatar
Juz2play
Joined: 09 Jun 2013
Last visit: 09 Oct 2017
Posts: 37
Own Kudos:
243
 [12]
Given Kudos: 3
GMAT 1: 680 Q49 V33
GMAT 2: 690 Q49 V34
GPA: 3.86
WE:Analyst (Advertising and PR)
GMAT 2: 690 Q49 V34
Posts: 37
Kudos: 243
 [12]
8
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
General Discussion
User avatar
rrsnathan
Joined: 30 May 2013
Last visit: 04 Aug 2014
Posts: 121
Own Kudos:
456
 [7]
Given Kudos: 72
Location: India
Concentration: Entrepreneurship, General Management
GPA: 3.82
3
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
gmihir
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8


Another method:

Let's find the probability of 2 tails , 3 tails and all 4 tails


P(TTTT)=((1/2)^4=1/16.

P(HTTT)=(4!/3!)*(1/2)^4=4/16, we are multiplying by 4C3 (notice that {4!/3!} basically gives number of arrangements of 4 letters HTTT out of which 3 T's are identcal).

P(TTHH) = 4C2*(1/2)^4 = 4!/2!*2!*(1/2)^4=6/16

Total Probablity = 1/16 + 4/16 + 6/16
=11/16
User avatar
mathivanan
Joined: 10 Jun 2015
Last visit: 20 Sep 2015
Posts: 84
Own Kudos:
77
 [2]
Posts: 84
Kudos: 77
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
gmihir
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8

Total outcome is 2^4=16
Number of cases of( tails < or =2) = 5, HHHH, THHH, HTHH, HHTH, HHHT
Therefore, the required probability is 11/16
User avatar
Cez005
Joined: 13 Dec 2013
Last visit: 11 Feb 2020
Posts: 95
Own Kudos:
145
 [2]
Given Kudos: 122
Location: United States (NY)
Concentration: General Management, International Business
GMAT 1: 710 Q46 V41
GMAT 2: 720 Q48 V40
GPA: 4
WE:Consulting (Consulting)
Products:
GMAT 2: 720 Q48 V40
Posts: 95
Kudos: 145
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Probability of 2T and 2H = 4C2*1/16 = 6/16
Probability of 3T and 1H = 4C3*1/16 = 4/16
Probability of 4T and 0H = 4C4*1/16 = 1/16

Summing the probabilities for each scenario that fulfils our requirements = 11/16
avatar
hannahkagalwala
Joined: 29 Nov 2016
Last visit: 01 May 2017
Posts: 5
Own Kudos:
1
 [1]
Given Kudos: 141
Posts: 5
Kudos: 1
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
gmihir
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8


This is how I solved it, please tell me if it is correct.

Let's list the possibilities:
HHTT
HTHT
THHT
TTHH
THTH
HTTH

TTTH
TTHT
THTT
HTTT

TTTT

Now let's look at the first one: HHTT. Probability of getting H=1/2, H=1/2, T=1/2, T=1/2. So probability of getting HHTT = 1/2*1/2*1/2*1/2 = 1/16.
Similarly, for all the rest, the probability is 1/16. There are 11 possibilities on the list so the answer is 11*1/16 = 11/16.
User avatar
guialain
User avatar
Current Student
Joined: 01 Dec 2016
Last visit: 18 Apr 2018
Posts: 76
Own Kudos:
75
 [4]
Given Kudos: 32
Concentration: Finance, Entrepreneurship
GMAT 1: 650 Q47 V34
WE:Investment Banking (Finance: Investment Banking)
GMAT 1: 650 Q47 V34
Posts: 76
Kudos: 75
 [4]
1
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
This is a classic. it should be approach with a general concept.
Otherwise, it is a waste of time to reconstruct the logic everytime we face the same type of question.

The concept is binomial probabilities.

Proba of having k success out-of n events for a binomial variable has a given formula.
Let say, proba of success = p and proba of failure = (1-p)

Formula is nCk * (p^k)*(1-p)^(n-k)
if p=1/2 then formula becomes nCk/(2^n)

In the current question, p=1/2 and (1-p)=1/2
n=4 and p=2 or 3 or 4

Answer is (4C2+ 4C3 + 4C4)/(2^4) = 11/16

Option - D
avatar
ksanchay92
Joined: 15 Feb 2017
Last visit: 31 Jan 2020
Posts: 12
Own Kudos:
11
 [4]
Given Kudos: 3
Location: India
Concentration: General Management, Finance
GMAT 1: 740 Q49 V41
GPA: 3.49
WE:Engineering (Other)
GMAT 1: 740 Q49 V41
Posts: 12
Kudos: 11
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
gmihir
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8


I eliminated the options like follows:

A coin is tossed 4 times,
Probability of getting "at least 2" can be getting 2 tails, 3 tails and 4 tails.

Thus, probability >0.5.

There is only one option with probability >0.5

Please correct me if I am wrong, and yes I agree this is very crude approach.

I am very weak in probability. :(
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 20 Nov 2025
Posts: 21,717
Own Kudos:
26,998
 [3]
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,717
Kudos: 26,998
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
gmihir
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8

P(at least 2 tails) = 1 - P(not getting at least 2 tails)

P(at least 2 tails) = 1 - [P(getting exactly 1 tail) + P(getting 0 tails)]

Let’s look at P(getting exactly 1 tail):

P(T - H - H - H) = (1/2)^4 = 1/16

Since T - H - H - H can be arranged in 4!/3! = 4 ways, then P(getting exactly 1 tail) = 4 x 1/16 = 4/16.

Now let’s look at P(getting 0 tails), i.e., P(getting all 4 heads):

P(H - H - H - H) = (1/2)^4 = 1/16

P(at least 2 tails) = 1 - (4/16 + 1/16) = 11/16.

Answer: D
avatar
Funsho84
Joined: 08 Sep 2016
Last visit: 13 Aug 2022
Posts: 74
Own Kudos:
68
 [1]
Given Kudos: 25
Posts: 74
Kudos: 68
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Total outcome = 2^4 = 16

3 cases for favorable outcomes: (HHTT), (HTTT), (TTTT)
4C2 + 4C3 + 4C4 => 6 + 4 + 1= 11

Probability of at least 2 = (favorable outcome/ total outcome) = 11/16
Answer D
User avatar
GloryBoy92
Joined: 13 Apr 2018
Last visit: 22 Feb 2021
Posts: 29
Own Kudos:
Given Kudos: 69
Location: Zambia
Concentration: Finance, Real Estate
GPA: 2.98
WE:Analyst (Finance: Investment Banking)
Posts: 29
Kudos: 29
Kudos
Add Kudos
Bookmarks
Bookmark this Post
hannahkagalwala
gmihir
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8


This is how I solved it, please tell me if it is correct.

Let's list the possibilities:
HHTT
HTHT
THHT
TTHH
THTH
HTTH

TTTH
TTHT
THTT
HTTT

TTTT

Now let's look at the first one: HHTT. Probability of getting H=1/2, H=1/2, T=1/2, T=1/2. So probability of getting HHTT = 1/2*1/2*1/2*1/2 = 1/16.
Similarly, for all the rest, the probability is 1/16. There are 11 possibilities on the list so the answer is 11*1/16 = 11/16.

I don't know how you arrange all these probabilities without making an error. Could you enlighten me?
User avatar
CEdward
Joined: 11 Aug 2020
Last visit: 14 Apr 2022
Posts: 1,203
Own Kudos:
Given Kudos: 332
Posts: 1,203
Kudos: 272
Kudos
Add Kudos
Bookmarks
Bookmark this Post
A fair coin is tossed 4 times. What is the probability of getting at least 2 tails?

A. 1/16
B. 1/2
C. 3/16
D. 11/16
E. 3/8

Possibilities:
P(TTHH) = (1/2)^2 x (1/2)^2 = 1/16...but there is a permutation here... so 1/16 x 4! / 2! x 2! = 6/16
P(TTTH) = (1/2)^3 x (1/2) = 1/16 ....1/16 x 4!/3! = 4/16
P(TTTT) = (1/2)^4 = 1/16

6/16 + 4/16 + 1/16 = 11/16

D.
User avatar
CrackverbalGMAT
User avatar
Major Poster
Joined: 03 Oct 2013
Last visit: 20 Nov 2025
Posts: 4,844
Own Kudos:
Given Kudos: 225
Affiliations: CrackVerbal
Location: India
Expert
Expert reply
Posts: 4,844
Kudos: 8,945
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Solution:

At least two tails imply 2 tails,3 tails or all of them tails.

Lets calculate the probability of NOT getting at least 2 tails.

Then,

(i)Probability of getting all heads would be (1/2)^4 =1/16 and

(ii)Probability of getting one Tail and 3 heads would be P(T,H,H,H) = 4!/3! * (1/2)^4

{as THHH can occur as THHH, HTHH , HHTH, or HHHT}

Probability of having all heads or one head

= 1/16 + 4/16

= 5/16

Thus Probability to get at least two tails

= 1- 5/16

=11/16 (option d)

Devmitra Sen
GMAT SME
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 21 Oct 2025
Posts: 2,284
Own Kudos:
Given Kudos: 100
Status:Tutor - BrushMyQuant
Location: India
Concentration: Finance, Marketing
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
GPA: 3
WE:Information Technology (Computer Software)
Expert
Expert reply
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
Posts: 2,284
Kudos: 2,552
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given that A fair coin is tossed 4 times, and we need to find What is the probability of getting at least 2 tails

Coin is tossed 4 times => Total number of cases = \(2^4\) = 16

At least 2 heads means that we can get 2 or more tails. This is also equal to 1 - P(0T) - P(1T) (As P(0T) + P(1T) + P(2T) + P(3T) + P(4T) = 1)

P(0T) = \(\frac{1}{16}\), As there is only one case of HHHH when we will get 0T

P(1T) = \(\frac{4}{16}\), As there are 4 such cases where the Tail can come in any spot. THHH, HTHH, HHTH, HHHT

=> P(At least 2 tail) = 1 - P(0T) - P(1T) = 1 - \(\frac{1}{16}\) - \(\frac{4}{16}\) = \(\frac{16-5}{16}\) = \(\frac{11}{16}\)

So, Answer will be D
Hope it helps!

Watch the following video to learn How to Solve Probability with Coin Toss Problems

User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,595
Own Kudos:
Posts: 38,595
Kudos: 1,079
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
105408 posts
Tuck School Moderator
805 posts