document.write( "Question 1181305:  2.	A fair coin is tossed. If “heads” occur, two chips are drawn from a basket with three blue and two red chips; otherwise, the experiment is terminated. Participants will be interested in the event E of observing two chips of different colors.
\n" );
document.write( "a)	Give the sample space of the random experiment.
\n" );
document.write( "b)	Find the a priori probability of event E
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #811295 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( "a) sample space \n" ); document.write( "(1) tails \n" ); document.write( "(2) heads; 2 red \n" ); document.write( "(3) heads; 1 red and 1 blue \n" ); document.write( "(4) heads; 2 blue \n" ); document.write( "b) P(heads; 1 red and 1 blue) \n" ); document.write( "P(heads) = 1/2 \n" ); document.write( "Once the heads is obtained, the probability of choosing 1 of the 3 blue and 1 of the 2 red is \n" ); document.write( " \n" ); document.write( "So P(heads; 1 red and 1 blue) = (1/2)(3/5) = 3/10. \n" ); document.write( "ANSWER: 3/10 \n" ); document.write( "NOTE: If you are just learning to solve probability problems like this, it is a good exercise to calculate the probabilities of all the outcomes in the sample space and verify that the sum of all the probabilities is 1. \n" ); document.write( " \n" ); document.write( " |