M HYPE SPLASH
// updates

Flip three coins

By Emma Payne
$\begingroup$

Three friends (let's call them A,B,C) flip coins. By getting 3 heads or 3 tails, they flip again until one of the coins is different from the other.

Denite Y:=number of rounds.

Find :

$1. P(Y=3)$

$2. P(Y\geq4)$

$3.$ $P$(The different coin is C)

My solution:

$P$(All coins are heads or tails)=$1\cdot\frac{1}{2}\cdot\frac{1}{2}=\frac{1}{4}$

$P$(one of the coins is different from the others)=$1-P$(all coins are heads or tails) $\implies 1-\frac{1}{4}=\frac{3}{4}$

$1. P(Y=3)=(1\cdot \frac{1}{2} \cdot \frac{1}{2})^2\cdot(3\cdot \frac{1}{4})$

$2. P(Y\geq 4)=1-P(Y\leq 4)$

$P(Y\leq 4)=\frac{3}{4}+\frac{1}{4}\cdot \frac{3}{4}+(\frac{1}{4})^2\cdot \frac{3}{4}+(\frac{1}{4})^3\cdot \frac{3}{4}=\frac{255}{256} \implies P(Y\geq 4)=1-\frac{255}{256}=\frac{1}{256}$

$3.$ I think the answer is $\{T,T,H\}+\{H,T,T\}=\frac{1}{8}+\frac{1}{8}=\frac{1}{4}$ but I am really not sure since I don't know how many rounds exist.

Is my solution correct?

I'd be grateful for feedback\help!

$\endgroup$ 2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy