document.write( "Question 814121: 1. Three cards are randomly selected from a standard 52 card deck without replacement. Find
\n" );
document.write( "the probabilities of the following events:
\n" );
document.write( "(a) (3 points) All cards are Aces.
\n" );
document.write( "(b) (3 points) All cards are Diamonds.
\n" );
document.write( "(c) (3 points) First is a King, the second is an Ace and the third one is another Ace.
\n" );
document.write( "2. A number is selected randomly from the list f1; 2; 3; 4; 5; 6; 7; 8; 9; 10g. Consider the following
\n" );
document.write( "events:
\n" );
document.write( "A= The number selected is less or equal to 7. B= The number selected is more than 2.
\n" );
document.write( "(a) (3 points) Compute P(A) and P(B).
\n" );
document.write( "(b) (3 points) Explain the meaning in this situation of the event A \ B. Find P(A \ B).
\n" );
document.write( "(c) (3 points) Explain the meaning in this situation of the event A [ B. Find P(A [ B).\r
\n" );
document.write( "\n" );
document.write( "4. A baseball player hits the ball 40% of the times. What is the probability of getting:
\n" );
document.write( "(a) (3 points) exactly four hits in 9 opportunities.
\n" );
document.write( "(b) (3 points) at most four hits in 9 opportunities.
\n" );
document.write( "(c) (5 points) If the random variable X represents the amount of hits in 9 opportunities, what
\n" );
document.write( "kind of distribution of probability is represented in this experiment? what is the expected
\n" );
document.write( "value and standard deviation ? \n" );
document.write( "
Algebra.Com's Answer #490110 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 1. \n" ); document.write( "a) \n" ); document.write( "4C3/52C3 \n" ); document.write( "=4/22100 \n" ); document.write( "=1/5525 \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "13C3/52C3 \n" ); document.write( "=286/22100 \n" ); document.write( "=11/850 \n" ); document.write( ". \n" ); document.write( "c) \n" ); document.write( "4/52 * 4/51 * 3/50 \n" ); document.write( "=2/5525 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |