document.write( "Question 266331: The medal distribution from the 2004 Summer Olympic Games for the top 23 countries is shown below:\r
\n" );
document.write( "\n" );
document.write( " Gold Silver Bronze
\n" );
document.write( "U.S. 35 39 29
\n" );
document.write( "Russia 27 27 38
\n" );
document.write( "China 32 17 14
\n" );
document.write( "Australia 17 16 16
\n" );
document.write( "Others 133 136 153\r
\n" );
document.write( "\n" );
document.write( "Choose 1 medal winner at random.
\n" );
document.write( "a. Find the probability that the winner won the gold medal, given that the winner was from the U.S.\r
\n" );
document.write( "\n" );
document.write( "b. Find the probability that the winner was from the U.S. given that she or he won a gold medal.\r
\n" );
document.write( "\n" );
document.write( "c. Are the events \"medal winner is from U.S.\" and \"gold medal won\" independent? Explain. \n" );
document.write( "
Algebra.Com's Answer #195869 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The medal distribution from the 2004 Summer Olympic Games for the top 23 countries is shown below:\r \n" ); document.write( "\n" ); document.write( " Gold Silver Bronze Total \n" ); document.write( "U.S. 35 39 29 104 \n" ); document.write( "Russia 27 27 38 92 \n" ); document.write( "China 32 17 14 63 \n" ); document.write( "Australia 17 16 16 49 \n" ); document.write( "Others 133 136 153 422 \n" ); document.write( "----------------------------------------730 \n" ); document.write( "Choose 1 medal winner at random. \n" ); document.write( "a. Find the probability that the winner won the gold medal, given that the winner was from the U.S. \n" ); document.write( "P(gold|US win) = P(gold and US)/P(uS win) = 35/104 \n" ); document.write( "------------------------------------------------------------- \r \n" ); document.write( "\n" ); document.write( "b. Find the probability that the winner was from the U.S. given that she or he won a gold medal. \n" ); document.write( "Prob = 35/133 \n" ); document.write( "-------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "c. Are the events \"medal winner is from U.S.\" and \"gold medal won\" independent? Explain. \n" ); document.write( "Check to see if P(A|B) = P(A)*P(B) \n" ); document.write( "------------------------------------------- \n" ); document.write( "P(from U.S.| gold won) = P(from U.S. AND gold won)/P(gold won) \n" ); document.write( "= (35/730)/(133/730) = 35/730 \n" ); document.write( "P(from U.S.)*P(gold won) = (104/730)(133/730) \n" ); document.write( "Ans: The results are not equal so the factors are no independent. \n" ); document.write( "==================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================================== \n" ); document.write( " \n" ); document.write( " |