document.write( "Question 1141382: Calculate the probability for the following situation, then select the correct answer:\r
\n" );
document.write( "\n" );
document.write( "You are tossing a coin, then rolling a die, then drawing a card from a deck of cards. What is the probability that you will get: a head AND an odd number on the die AND a card greater than 3 (assume the ace is equal to 1) from the deck? \n" );
document.write( "
Algebra.Com's Answer #762044 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(head) = 1/2 \n" ); document.write( "P(odd) = 3/6 = 1/2 \n" ); document.write( "P(greater than 3) = 40/52 = 10/13 \n" ); document.write( "Since all three are required to happen, the overall probability is the product of those three probabilities. \n" ); document.write( " |