document.write( "Question 1191674: Mason plays a game by flipping two fair coins. He wins the game if both coins land facing heads up. If Mason plays 300 times, how many times should he expect to win? Enter your answer in the box.\r
\n" );
document.write( "\n" );
document.write( "Im a little confused on this problem because technically it would be 300 / 2 = 150. yet when i submitted my hw i got it wrong i want to know what i did wrong can someone guide me through the steps? \n" );
document.write( "
Algebra.Com's Answer #823469 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If Mason had 1 coin, then the sample space is {H,T} \n" ); document.write( "The sample space is the set of all possible outcomes. \n" ); document.write( "H = heads \n" ); document.write( "T = tails\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If Mason had 2 coins, then the sample space is \n" ); document.write( "{HH, TH, HT, TT} \n" ); document.write( "Which I find easier to represent in the form of a two-way table like this \n" ); document.write( "
\n" ); document.write( "Not only is the table handy to organize all the items in the sample space, but it visually shows why multiplication is used to count all possible outcomes (2*2 = 4).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's calculate the probability of getting the outcome HH \n" ); document.write( "That's as simple as noticing HH shows up 1 time out of 4 times total \n" ); document.write( "Therefore, \n" ); document.write( "P(HH) = 1/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or you could follow this pathway \n" ); document.write( "P(H) = 1/2 \n" ); document.write( "P(HH) = P(H)*P(H) \n" ); document.write( "P(HH) = (1/2)*(1/2) \n" ); document.write( "P(HH) = 1/4 \n" ); document.write( "The second line is valid due to each coin flip being independent of one another.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If Mason plays 300 times, then he should expect to win 300*(1/4) = 300/4 = 75 times \n" ); document.write( " \n" ); document.write( " |