Aptitude - Probability - Discussion

Discussion Forum : Probability - General Questions (Q.No. 5)
5.
Three unbiased coins are tossed. What is the probability of getting at most two heads?
3
4
1
4
3
8
7
8
Answer: Option
Explanation:

Here S = {TTT, TTH, THT, HTT, THH, HTH, HHT, HHH}

Let E = event of getting at most two heads.

Then E = {TTT, TTH, THT, HTT, THH, HTH, HHT}.

P(E) = n(E) = 7 .
n(S) 8

Discussion:
121 comments Page 3 of 13.

Jyoti said:   1 decade ago
Is there any short way to get (s) ?. This way takes much time.

Subhsubh said:   1 decade ago
P(2 heads)= Total favourable events divided by total events. Favourable are only 2 so then why would we take 7 on the numerator ?

Harpreet Singh said:   1 decade ago
For example, we want at least 2 heads from 3 tosses of coin.

Biased coin has two output, therefore for n tosses of are output is r^n i.e. 2^3 = 8 possible arrangements.

In probability.

"At least" 2 heads = more than 2 head includes 2 heads e.g. HHH, HH?, ?H?, ?HH.

"Less than" 2 heads = neither HHH nor even HH?, ?HH, H?H.

"More than" 2 heads = only HHH.

"At most" 2 heads= {TTT, TTH, THT, HTT, THH, HTH, HHT}.

Therefore, for at most 2 heads we have 7 arrangements.

From total 8 possible outcomes the probability is 7/8.

Apti's don said:   1 decade ago
Simple and smart solution:

Find probability of getting 3 head. then subtract it from 1.

2C1*2C1*2C1 = 8.

Now 1/8 is probability,

So 1 - 1/8 = 7/8.

Reddaiah said:   1 decade ago
Can you explain why were taken 7/8 as output why were taken 7?

Madhuchanti said:   1 decade ago
Because of,
Sample space is n(S)=8 this is we are tossing the coins,
n(E)=7.

So probability is n(E)/n(S) = 7/8.

Atul Kushwaha said:   1 decade ago
If the question would be to find out the the probability of getting at least one head then it must be 7/8 in this case also. Thanks :"Indiabix".

Sumanta said:   1 decade ago
See, 3 coins. 3 bits. 3 bits can make numbers from 0-7 is binary:

000, 001, 010, 011, 100, 101, 110, 111.
Take 0->head, 1->tail.

So, max 2 head mean. Not more than 2 heads. We can take samples with 0 head, 1 head and 2 heads.
All except 111.
Thats it.
Total = 8.
Sample = 7.
P = 7/8.

Dhruvil said:   1 decade ago
One unbiased coin contains two sides.

So three unbiased coin contain total six sides. From the three coins when tossed together we get {H1H2T3, H1T2H3, T1H2H3}.

So probability is (3/6)= (1/2).

Lettisha.L.S said:   1 decade ago
Okay, people have been trying to explain it to other people, but.

Why do we consider it as 2^3? I mean the total no. of outcomes, won't it be 9? (3x3) (0.0).

Isn't that how the sample is calculated?


Post your comments here:

Your comments will be displayed after verification.