document.write( "Question 1032915: Suppose that you flip a \"strange\" coin twice, where the probability of two heads and two tails are the same (P(HH)=P(TT)) and the probability of one head and one tail is the same in either order (P(HT)=P(TH)) but the probability of HH is 7 times the probability of HT .
\n" );
document.write( " a) Find the probability of two heads.
\n" );
document.write( "P(HH)=
\n" );
document.write( " b) Let A be the event that at least one of the coin flips is a head. What is P(A) ?
\n" );
document.write( "P(A)=
\n" );
document.write( " c) Let B be the event that the two flips match. What is P(B) ?
\n" );
document.write( "P(B)= \n" );
document.write( "
Algebra.Com's Answer #647905 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! P(HH) = P(TT) = x \n" ); document.write( "P(HT) = P(TH) = x/7 (since P(HH) = 7*P(HT))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since HH, TT, HT, TH are disjoint and one of these outcomes must occur, the sum of their probabilities is 1. Hence x + x + (x/7) + (x/7) = 1, or x = 7/16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) P(HH) = x = 7/16 \n" ); document.write( "b) P(A) = 1 - P(TT) = 9/16 \n" ); document.write( "c) P(B) = P(HH) + P(TT) = 7/8 \n" ); document.write( " |