Last visit was: 19 Nov 2025, 15:28 It is currently 19 Nov 2025, 15:28
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
4
Kudos
Add Kudos
31
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,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,366
 [12]
4
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
General Discussion
User avatar
Kris01
Joined: 24 Sep 2012
Last visit: 14 Apr 2013
Posts: 67
Own Kudos:
Given Kudos: 3
Location: United States
Concentration: Entrepreneurship, International Business
GMAT 1: 730 Q50 V39
GPA: 3.2
WE:Education (Education)
GMAT 1: 730 Q50 V39
Posts: 67
Kudos: 463
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
clipea12
Joined: 17 Apr 2013
Last visit: 12 Feb 2018
Posts: 49
Own Kudos:
Given Kudos: 298
Location: United States
Concentration: Other, Finance
Schools: SDSU '16
GMAT 1: 660 Q47 V34
GPA: 2.76
WE:Analyst (Real Estate)
Schools: SDSU '16
GMAT 1: 660 Q47 V34
Posts: 49
Kudos: 351
Kudos
Add Kudos
Bookmarks
Bookmark this Post
alex1233
A fair coin is to be tossed twice and an integer is to be selected at random from one of the integers 3, 8, and 10. What is the probability that at least one head is tossed and an even integer is selected?

A. 1/6
B. 1/4
C. 1/3
D. 1/2
E. 7/12

Hi all,

I'm not quiet sure whether my reasoning is correct or not
I assumed two cases :
1) 1 head + 1 even = 1/2 * 2/3 = 2/6
2) 2 heads + 1 even = 1/2 * 1/2 * 2/3 = 1/6
adding both the scenarios will give us 1/2 (answer D )
did get the result by luck ? :roll:

Thx :)
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,366
Kudos
Add Kudos
Bookmarks
Bookmark this Post
clipea12
alex1233
A fair coin is to be tossed twice and an integer is to be selected at random from one of the integers 3, 8, and 10. What is the probability that at least one head is tossed and an even integer is selected?

A. 1/6
B. 1/4
C. 1/3
D. 1/2
E. 7/12

Hi all,

I'm not quiet sure whether my reasoning is correct or not
I assumed two cases :
1) 1 head + 1 even = 1/2 * 2/3 = 2/6
2) 2 heads + 1 even = 1/2 * 1/2 * 2/3 = 1/6
adding both the scenarios will give us 1/2 (answer D )
did get the result by luck ? :roll:

Thx :)

We are told that a coin is to be tossed twice. So, the case with one head means 1 head and 1 tail. So, if you do this way it should be:

1. P(head, tail) * P(even) = (2*1/2*1/2)*2/3 = 2/6. We should multiply 1/2*1/2 by 2, because HT can occur in two ways HT and TH.

2. P(head, head) * P(even) = (1/2*1/2)*2/3 = 1/6.

Overall = 2/6 + 1/6.
avatar
sshrivats
Joined: 11 Jun 2014
Last visit: 15 Sep 2014
Posts: 42
Own Kudos:
74
 [1]
Given Kudos: 3
Concentration: Technology, Marketing
GMAT 1: 770 Q50 V45
WE:Information Technology (Consulting)
GMAT 1: 770 Q50 V45
Posts: 42
Kudos: 74
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
This is actually quite simple.

first part
a coin is tossed twice.
so probability of at least 1 head = 1 - P( all tails)
P(at least 1 head) = 1 - {(1/2)*(1/2)}
= 1 - (1/4) = 3/4


second part
there are 3 integers out of which 2 are even,
P( even integer ) = 2/3

so P( at least 1 head and 1 even integer) = (3/4) * (2/3) = 2/4 = 1/2

Ans D
User avatar
TeamGMATIFY
Joined: 20 Aug 2015
Last visit: 31 Oct 2016
Posts: 339
Own Kudos:
Given Kudos: 10
Location: India
GMAT 1: 760 Q50 V44
Expert
Expert reply
GMAT 1: 760 Q50 V44
Posts: 339
Kudos: 1,504
Kudos
Add Kudos
Bookmarks
Bookmark this Post
alex1233
A fair coin is to be tossed twice and an integer is to be selected at random from one of the integers 3, 8, and 10. What is the probability that at least one head is tossed and an even integer is selected?

A. 1/6
B. 1/4
C. 1/3
D. 1/2
E. 7/12

This questions can teach us two things:
1. Use the negation method in the at least questions. Subtract the probaility of undesired cases from 1 to get the probability of desired cases. It is almost always easier to solve.
2. If the question uses "AND" in between two probabilities, we need to multiply the probabilities


Probability of at least one head = 1 - P(0 Heads) = 1 - 1/4 = 3/4
We have the following cases : HH, HT, TH and TT. Only one case where there are 0 heads.

Probability of even number = 2/3

Combined probability = \frac{3}{4}* \frac{2}{3} = \frac{1}{2}
Option D
avatar
manishtank1988
Joined: 14 Oct 2012
Last visit: 31 Oct 2019
Posts: 114
Own Kudos:
Given Kudos: 1,023
Products:
Posts: 114
Kudos: 282
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello Friends, I got this question correct by fluke.
What i did was this: P(2T & odd) = 1/2*1/2*1/3 = 1/12
P(atleast one T & odd) = 1-P(2T & odd) = 11/12 which isn't even the answer.
Can anyone explain me what am i doing wrong?
Can't we take both events together? If so how to do it?

Figured out what i was doing wrong: Here it goes for anyone who thought like me... :shock:
P(2T & odd) = P(2T)*P(odd) = (1/2*1/2)*(1/3)
but, P[(atleast 1 H)&(even)] = [(1- P(2 Tails) )&(1 - P(odd))] = [(1 - 1/4)*(1 - 1/3)] = [3/4 * 2/3] = 1/2

If you like it, kudo...
User avatar
CEdward
Joined: 11 Aug 2020
Last visit: 14 Apr 2022
Posts: 1,203
Own Kudos:
272
 [1]
Given Kudos: 332
Posts: 1,203
Kudos: 272
 [1]
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This is how I thought about it.

a) P(1 head + 1 even) = 1/2 x 2/3 = 1/3
b) P(2 heads + 1 even) = 1/2 x 1/2 x 2/3 = 1/6

P(1 head + 1 even) + P(2 heads + 1 even) = 1/3 + 1/6 = 1/2

Answer is D.
User avatar
N0BU
Joined: 04 Aug 2024
Last visit: 18 Nov 2025
Posts: 28
Own Kudos:
16
 [1]
Given Kudos: 89
Posts: 28
Kudos: 16
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel Krunaal alex1233 not sure if the "Inequalities" got accidently added seems like it just needs the probability tag.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,366
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Light11
Bunuel Krunaal alex1233 not sure if the "Inequalities" got accidently added seems like it just needs the probability tag.

Removed the tag. Thank you!
Moderators:
Math Expert
105390 posts
Tuck School Moderator
805 posts