Last visit was: 24 Apr 2026, 18:26 It is currently 24 Apr 2026, 18:26
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
GMATBusters
User avatar
GMAT Tutor
Joined: 27 Oct 2017
Last visit: 23 Apr 2026
Posts: 1,922
Own Kudos:
6,856
 [15]
Given Kudos: 241
WE:General Management (Education)
Expert
Expert reply
Posts: 1,922
Kudos: 6,856
 [15]
Kudos
Add Kudos
15
Bookmarks
Bookmark this Post
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 24 Apr 2026
Posts: 6,977
Own Kudos:
16,914
 [1]
Given Kudos: 128
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,977
Kudos: 16,914
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
elPatron434
User avatar
BSchool Moderator
Joined: 22 Jul 2018
Last visit: 12 Jun 2024
Posts: 473
Own Kudos:
Given Kudos: 618
GRE 1: Q165 V163
GRE 2: Q165 V163
GRE 3: Q170 V163
WE:Engineering (Computer Software)
Products:
GRE 1: Q165 V163
GRE 2: Q165 V163
GRE 3: Q170 V163
Posts: 473
Kudos: 373
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 24 Apr 2026
Posts: 4,143
Own Kudos:
Given Kudos: 99
Expert
Expert reply
Posts: 4,143
Kudos: 11,278
Kudos
Add Kudos
Bookmarks
Bookmark this Post
GMATBusters
A weighted coin has a probability p of showing heads. Is the value of p > 0.2?


(1) Successive flips are independent, and the probability of getting at least one head in two flips is greater than 0.5.

(2) The probability of getting tail on a flip of coin is less than 0.8.

Assuming this non-standard coin has tails on the other side, we can rephrase the question: is the probability of tails less than 0.8? Say that probability is q, so we want to know if q < 0.8.

Statement 1 tells us the probability of getting tails twice in a row is less than 1/2. So q^2 < 1/2, and q < 1/√2. Since 1/√2 is very close to 0.7, we can be sure q < 0.8, and Statement 1 is sufficient.

Statement 2 tells us exactly what we wanted to know, so the answer is D.
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 24 Apr 2026
Posts: 4,143
Own Kudos:
Given Kudos: 99
Expert
Expert reply
Posts: 4,143
Kudos: 11,278
Kudos
Add Kudos
Bookmarks
Bookmark this Post
elPatron434

Hi GMATinsight , I'm getting a different value of p. Could you please help me with where I'm going wrong?

2C1*p(1-p) + p^2 > 0.5
2p - 2p^2 + p^2 > 0.5
2p - p^2 - 0.5 > 0
4p - 2p^2 -1 > 0
2p^2 -4p +1 < 0

b^2 - 4ac = 16-8 = \sqrt{8}
Roots are 1+0.5\sqrt{2} or 1-0.5\sqrt{2}

So p< 1-0.5\sqrt{2}

I don't think that's the best way to approach the problem, but your work is entirely correct, except for the very last line. You have this inequality

2p^2 -4p +1 < 0

You found the two roots -- just for convenience, let's call them "r" and "s", where r = 1 + (√2/2), and s = 1 - (√2/2). So you can factor

(p - r)(p - s) < 0

That inequality means one factor is positive, the other is negative. Since r is bigger than s, p-r is smaller than p-s (when we subtract a larger value from p, we get a smaller result). So if one of p-r or p-s is negative, it must be p-r that is negative, since it's smaller than p-s. So p - r < 0, and p < r, and p - s > 0, and p > s. So the correct conclusion to draw from your quadratic inequality is the opposite of the one you reached -- it should be:

1 - (√2/2) < p < 1 + (√2/2)

Of course the righthand part of this inequality is useless, because we already know more than that; of course, p < 1. It's the lefthand part that is useful: 1 - (√2/2) < p, which, to one decimal place, means roughly that p > 0.3.
User avatar
elPatron434
User avatar
BSchool Moderator
Joined: 22 Jul 2018
Last visit: 12 Jun 2024
Posts: 473
Own Kudos:
Given Kudos: 618
GRE 1: Q165 V163
GRE 2: Q165 V163
GRE 3: Q170 V163
WE:Engineering (Computer Software)
Products:
GRE 1: Q165 V163
GRE 2: Q165 V163
GRE 3: Q170 V163
Posts: 473
Kudos: 373
Kudos
Add Kudos
Bookmarks
Bookmark this Post
IanStewart
elPatron434

Hi GMATinsight , I'm getting a different value of p. Could you please help me with where I'm going wrong?

2C1*p(1-p) + p^2 > 0.5
2p - 2p^2 + p^2 > 0.5
2p - p^2 - 0.5 > 0
4p - 2p^2 -1 > 0
2p^2 -4p +1 < 0

b^2 - 4ac = 16-8 = \sqrt{8}
Roots are 1+0.5\sqrt{2} or 1-0.5\sqrt{2}

So p< 1-0.5\sqrt{2}

I don't think that's the best way to approach the problem, but your work is entirely correct, except for the very last line. You have this inequality

2p^2 -4p +1 < 0

You found the two roots -- just for convenience, let's call them "r" and "s", where r = 1 + (√2/2), and s = 1 - (√2/2). So you can factor

(p - r)(p - s) < 0

That inequality means one factor is positive, the other is negative. Since r is bigger than s, p-r is smaller than p-s (when we subtract a larger value from p, we get a smaller result). So if one of p-r or p-s is negative, it must be p-r that is negative, since it's smaller than p-s. So p - r < 0, and p < r, and p - s > 0, and p > s. So the correct conclusion to draw from your quadratic inequality is the opposite of the one you reached -- it should be:

1 - (√2/2) < p < 1 + (√2/2)

Of course the righthand part of this inequality is useless, because we already know more than that; of course, p < 1. It's the lefthand part that is useful: 1 - (√2/2) < p, which, to one decimal place, means roughly that p > 0.3.

Aah I missed this! Thanks a ton IanStewart

Posted from my mobile device
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,975
Own Kudos:
Posts: 38,975
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109818 posts
498 posts
212 posts