document.write( "Question 1052851: Please help me with this:\r
\n" );
document.write( "\n" );
document.write( "Mimi joined a basketball team since summer 2016. On average, she is able to score 30%
\n" );
document.write( "of the field goals. Assume she tries 15 field goals in a game.\r
\n" );
document.write( "\n" );
document.write( "(a) Let X be the number of field goals that Mimi scores in the game. As we know, the distribution of X is a binomial probability distribution. What is the number of trials (n), probability of successes (p) and probability of failures (q), respectively?\r
\n" );
document.write( "\n" );
document.write( "(b) Find the probability that Mimi scores at least 2 of the 15 field goals. (round the answer to 3 decimal places) Please show all work.\r
\n" );
document.write( "\n" );
document.write( "I really appreciate your help!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668206 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a) p = .30, q = .70 , n = 15 \n" ); document.write( "b) P(x >=2) =1 - binomcdf(15, .30, 1) \n" ); document.write( "Or \n" ); document.write( " \n" ); document.write( " P(x >=2) = 1 - P(0) - P(1) = 1 - 15C0(.70^3) - 15C1(.70)^2(.30)^1 \n" ); document.write( " \n" ); document.write( " |