document.write( "Question 1182323: Using the binomial distribution, find the probability that (i) Three successes [10]
\n" ); document.write( " in 8 trials when P = 0.4. (ii) Two or fewer successes in 9 trials when P = 0.6
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #812303 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Part (i)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n = 8 = number of trials
\n" ); document.write( "p = 0.4 = probability of success
\n" ); document.write( "k = 3 = number of successes that we want\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Binomial probability formula
\n" ); document.write( "P(k) = (n C k)*(p)^k*(1-p)^(n-k)
\n" ); document.write( "P(3) = (8 C 3)*(0.4)^3*(1-0.4)^(8-3)
\n" ); document.write( "P(3) = 56*(0.4)^3*(1-0.4)^(8-3)
\n" ); document.write( "P(3) = 0.27869184
\n" ); document.write( "This reprsents the probability of getting exactly 3 successes. The decimal value is exact.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: the n C k refers to the combination formula but you replace r with k and you get the same idea.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 0.27869184 (round this however you need to)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part (ii)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use the formula from part (i) to find the following
\n" ); document.write( "P(0) = 0.000262144
\n" ); document.write( "P(1) = 0.003538944
\n" ); document.write( "P(2) = 0.021233664
\n" ); document.write( "where n = 9 and p = 0.6 this time (k will range from 0 to 2 as shown above)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add up those results to get
\n" ); document.write( "0.000262144 + 0.003538944 + 0.021233664 = 0.025034752 \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This represents the probability of getting 2 or fewer (ie at most 2) successes. This decimal value is exact.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 0.025034752 (round this however you need to)
\n" ); document.write( "
\n" ); document.write( "
\n" );