document.write( "Question 859132: A random variable follows a binomial distribtuion with a probability of success equal to 0.45. For n = 11, find
\n" ); document.write( "a. the probability of exactly 1 success
\n" ); document.write( "b. the probability of 4 or fewer successes
\n" ); document.write( "c. the probablity of at least 8 successes
\n" ); document.write( "

Algebra.Com's Answer #517566 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .45, n = 11
\n" ); document.write( "P(x = 1) = binompdf(11, .45, 1)= .0125
\n" ); document.write( "P(x ≤ 4) = binomcdf(11, .45, 4)= .3971
\n" ); document.write( "P(x ≥ 4) = 1 – P(x ≤ 3) = 1 - binomcdf(11, .45, 3)= .8089 \n" ); document.write( "
\n" );