document.write( "Question 907106: A radio station plays a game with a call-in contestant 4 times a day. The distribution below shows the probability distribution for the number of contestants that will win in a day.
\n" );
document.write( "Radio Game Show
\n" );
document.write( "Number of Winners Probability
\n" );
document.write( "0 0.720
\n" );
document.write( "1 0.176
\n" );
document.write( "2 0.058
\n" );
document.write( "3 0.002
\n" );
document.write( "4 0.044\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that there is at least one winner on a randomly selected day?
\n" );
document.write( "Incorrect: Your answer is incorrect.
\n" );
document.write( " (3 decimal places)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(c) What is the probability a that there are more than 2 winners on a randomly selected day?
\n" );
document.write( "Incorrect: Your answer is incorrect.
\n" );
document.write( " (3 decimal places) \n" );
document.write( "
Algebra.Com's Answer #550162 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! A radio station plays a game with a call-in contestant 4 times a day. The distribution below shows the probability distribution for the number of contestants that will win in a day. \n" ); document.write( "Radio Game Show \n" ); document.write( "Number of Winners Probability \n" ); document.write( "0 0.720 \n" ); document.write( "1 0.176 \n" ); document.write( "2 0.058 \n" ); document.write( "3 0.002 \n" ); document.write( "4 0.044 \r \n" ); document.write( "\n" ); document.write( "(b) What is the probability that there is at least one winner on a randomly selected day? \r \n" ); document.write( "\n" ); document.write( "P(X ≥ 1) = 1 - P(X = 0) = 1 - 0.720 = \n" ); document.write( "\n" ); document.write( "(c) What is the probability a that there are more than 2 winners on a randomly selected day? \r \n" ); document.write( "\n" ); document.write( "P(X > 2) = P(X = 3) + P(X = 4) = 0.002 + 0.044 = |