DS - Probability - 7 - coin

This topic has expert replies
User avatar
Legendary Member
Posts: 1665
Joined: Thu Nov 03, 2011 7:04 pm
Thanked: 165 times
Followed by:70 members

DS - Probability - 7 - coin

by karthikpandian19 » Tue Jul 24, 2012 5:23 am
When a certain weighted coin is flipped, the probability that it will land on heads is P. What is P?

If the coin is flipped twice in a row, the probability that it will land on tails exactly once is 21/50.
If the coin is flipped twice in a row, the probability that it will land on tails both times is 9/100.
Regards,
Karthik
The source of the questions that i post from JUNE 2013 is from KNEWTON

---If you find my post useful, click "Thank" :) :)---
---Never stop until cracking GMAT---
Source: — Data Sufficiency |

Master | Next Rank: 500 Posts
Posts: 156
Joined: Sun Jul 15, 2012 12:03 pm
Location: New York, USA
Thanked: 34 times
Followed by:1 members

by kartikshah » Tue Jul 24, 2012 5:31 am
B seems sufficient.

If its probability of landing on tails both times is 9/100, it's probability is (3/10) * (3/10)
So the probability of landing on heads P is 1 - (3/10) = 7/10

User avatar
Legendary Member
Posts: 520
Joined: Sat Apr 28, 2012 9:12 pm
Thanked: 339 times
Followed by:49 members
GMAT Score:770

by eagleeye » Tue Jul 24, 2012 6:10 pm
karthikpandian19 wrote:When a certain weighted coin is flipped, the probability that it will land on heads is P. What is P?

If the coin is flipped twice in a row, the probability that it will land on tails exactly once is 21/50.
If the coin is flipped twice in a row, the probability that it will land on tails both times is 9/100.
We are given that a weighted coin has probability of landing heads p. Hence probability of landing tales = 1-p. Both p and (1-p) are positive.

With that in mind, let's look at the statements:

If the coin is flipped twice in a row, the probability that it will land on tails exactly once is 21/50.

Exactly once means that we can have two cases:
Tale First * Head Second - probability = (1-p)*p
Head First * Tale Second - probability = p*(1-p).

Hence total probability = 2p*(1-p).
We can stop our calculations at this point. We know that we have a quadratic, and we will definitely get two positive values for p (This is because when we write the quadratic, its indistinguishable whether we are solving for p or 1-p.) This makes it insufficient. I will still solve it though, so that it can be proved to you.

2p(1-p) = 21/50 => p(1-p) = 21/100 = 7/10*3/10. (so p is either 3/10 or 7/10). Insufficient.

If the coin is flipped twice in a row, the probability that it will land on tails both times is 9/100.
Here we only have one case:
Tale First * Tale Second. = (1-p)*(1-p) = (1-p)^2. Again, we don't have to solve any further. equating (1-p)^2 to anything positive will give us only one value for 1-p (because 1-p CANNOT be negative. Then we can find p. Sufficient.
Again, here's the proof: (1-p)^2 = 9/100 => 1-p = 3/10. (As probability can't be -ve).
=> p= 1-3/10 = 7/10. Sufficient.

Hence B is the correct answer.

I did the whole, "we don't have to calculate" thing, because unlike the question here, they may give you fairly complicated numbers. You don't want to waste time solving the quadratics. A data sufficiency question is, as the name suggests, a question asking, whether we can get a unique answer. If we can determine that without doing calculations, we save valuable time on the exam.

Cheers!