How Do You Calculate the Probability of Coin Toss Outcomes with Biased Coins?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 4K views
AntSC
Messages
65
Reaction score
3
Having trouble with certain binomial and geometric distribution questions, which is indicating that my understanding isn't completely there yet. Any help would be greatly appreciated.

1. Homework Statement

A bag contains two biased coins: coin A shows Heads with a probability of 0.6, and coin B shows Heads with a probability 0.25. A coin is chosen at random from the bag and tossed three times.
Find the probability that the three tosses of the coin show two Heads and one Tail in any order.

Homework Equations

The Attempt at a Solution


Probabilities:
[itex]H_{A}=0.6[/itex] and [itex]T_{A}=0.4[/itex]
[itex]H_{B}=0.25[/itex] and [itex]T_{B}=0.75[/itex]

Possibilities for 2 heads and one tail in any order:
[tex]3\left ( H \right )^{2}\left ( T \right )[/tex]

Is this correct so far?
My question is how to incorporate the probability of picking coin A or coin B into the problem?
 
Physics news on Phys.org
What is the probability you picked coin A?
 
So if you picked a coin at random and tossed just once, what is the probability the result is a head?
 
Ah i see it now.
[tex]P=\frac{1}{2}3\left ( H_{A} \right )^{2}\left ( T_{A} \right )+\frac{1}{2}3\left ( H_{B} \right )^{2}\left ( T_{B} \right )[/tex]
Is this right?
 
You can check it with a probability tree if you are unsure.
 
Sure. I want to start to dispense with the need for visual aids and make sure i can construct the problem without.
Especially when dealing with a larger set of choices, like 52 cards. A tree then won't be so helpful.
Thanks for the dialogue. I think i needed to get it out there to help work it through.
You might see a few more questions from me in future :)
 
AntSC said:
Ah i see it now.
[tex]P=\frac{1}{2}3\left ( H_{A} \right )^{2}\left ( T_{A} \right )+\frac{1}{2}3\left ( H_{B} \right )^{2}\left ( T_{B} \right )[/tex]
Is this right?

QUOTE="AntSC, post: 5021860, member: 450435"]Ah i see it now.
[tex]P=\frac{1}{2}3\left ( H_{A} \right )^{2}\left ( T_{A} \right )+\frac{1}{2}3\left ( H_{B} \right )^{2}\left ( T_{B} \right )[/tex]
Is this right?[/QUOTE]

If ##E## is the event "2H, 1T (any order)", does your formula satisfy the basic relationship
[tex]P(E) = P(E|A) P(A) + P(E|B) P(B) ?[/tex]
If it does, it is OK.

BTW: you might compare this with the scenario where you replace the coin after each toss and then ask about ##E##.