document.write( "Question 996845: Assume that x is a binomial experiment with n = 15 and p = 0.3.
\n" ); document.write( "Compute P(x = 2). Show your work.
\n" ); document.write( "Use Excel to get the printout of the probability distribution. Use “=binom.dist” function. See page 66 of the course packet and pages 155-156 of your textbook.
\n" ); document.write( "Use the binomial probability distribution from part c to calculate P(x ≥ 8).
\n" ); document.write( "Use the short-cut formula to compute E(x), and the variance and the standard deviation of x.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #615136 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Compute P(x = 2). Show your work. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The basic template of the BINOMDIST function in excel is\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "BINOMDIST( Number_s , Trials, Probability_s, Cumulative )\r
\n" ); document.write( "\n" ); document.write( "where
\n" ); document.write( "Number_s = number of successes
\n" ); document.write( "Trials = number of trials
\n" ); document.write( "Probability_s = probability of success for single trial
\n" ); document.write( "Cumulative = boolean value (true or false) answering the question \"is this cumulative?\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this case,
\n" ); document.write( "Number_s = 2 (since x = 2)
\n" ); document.write( "Trials = 15 (n = 15)
\n" ); document.write( "Probability_s = 0.3 (because p = 0.3)
\n" ); document.write( "Cumulative = 0 (zero for false, we're not going to use cumuative here)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So to compute P(x = 2), you'll type in
\n" ); document.write( "=BINOMDIST(2,15,0.3,0)
\n" ); document.write( "Don't forget the equal sign in front.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );