document.write( "Question 1124560: Tom has three coins. Two are fair and one is an unfair coin weighted so that heads is five times as likely as tails. He selects one of the coins at random and flips it. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the probability it comes up heads?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "If it does come up heads, what is the probability it was a fair coin?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Enter your answers as whole numbers or fractions in lowest terms. \n" );
document.write( "
Algebra.Com's Answer #740878 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! probability of three coins coming up heads are 0.5, 0.5, and (5/6) or 0.8333 \n" ); document.write( "the expected value of heads is (1/2)(1/3)*2+(5/6)(1/3)=1/3+(5/18)=(11/18) ANSWER \n" ); document.write( "P(Fair|Heads)=P(Fair)*P(H|F)/P(H) \n" ); document.write( "=(2/3)*(1/2)/(11/18) \n" ); document.write( "=(1/3)(18/11)=18/33 or 6/11 ANSWER \n" ); document.write( " |