document.write( "Question 547741: An experiment consists of flipping two coins and noting the face of each coin as
\n" );
document.write( "Heads or Tails. \r
\n" );
document.write( "\n" );
document.write( "a)What is the sample space for this experiment?
\n" );
document.write( "b. What is the probability of getting exactly two heads?
\n" );
document.write( "c. What is the probability of getting at least one head.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #356542 by mathie123(224)![]() ![]() ![]() You can put this solution on YOUR website! a) the sample space is all the possible outcomes. \n" ); document.write( "If H is heads and T is tails, we can can get these outcomes: \n" ); document.write( "{{H,H},{H,T},{T,T}, {T, H}}\r \n" ); document.write( "\n" ); document.write( "That's the sample space !\r \n" ); document.write( "\n" ); document.write( "b) Looking at our sample space, there is one outcome with H,H (2 heads) and a total of 4 possibilities. So this probability is \n" ); document.write( "\n" ); document.write( "c) This is similar to the last. The trick being AT LEAST ONE HEAD means we could have one head, or two heads..... \r \n" ); document.write( "\n" ); document.write( "Looking at the sample space there is 3 options where this is possible, again a total of 4 possibilities \n" ); document.write( "So the probability of at least one heads is \n" ); document.write( "\n" ); document.write( "Note: once you get into larger sample spaces an easier way to do it is take the total \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hopefully this helps. \n" ); document.write( " |