document.write( "Question 1105264: use the binomial expression (p+q)^n to calculate a binomial distribution with n=5 and p=0.3.\r
\n" ); document.write( "\n" ); document.write( "Can someone help me with this? I have to do it step by step and I'm not sure how to. I will particate if you guide me. \r
\n" ); document.write( "\n" ); document.write( "Thanks in advance!
\n" ); document.write( "

Algebra.Com's Answer #720047 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
by inspecting Pascal's triangle, the following formula is apparent
\n" ); document.write( ":
\n" ); document.write( "(a+b)^n = a^n + (nC1)a^(n-1)b + (nC2)a^(n-1)q^2 +...+(nCn-1)ab^(n-1) + b^n
\n" ); document.write( ":
\n" ); document.write( "our n = 5 and p=0.3
\n" ); document.write( ":
\n" ); document.write( "for a binomial distribution q = 1-p, for this problem q = 0.7 and a = p and b = q
\n" ); document.write( ":
\n" ); document.write( "nCr = n! / (r! * (n-1)!)
\n" ); document.write( ":
\n" ); document.write( "you are asked to calculate each term for (0.3 + 0.7)^5
\n" ); document.write( ":
\n" ); document.write( "Note that each term is a probability of k failures in n trials
\n" ); document.write( ":
\n" ); document.write( "Probability (P) ( 0 failures in 5 trials ) = (.3)^5
\n" ); document.write( "Probability (P) ( 1 failure in 5 trials) = 5C1 * (.3)^4 * (.7)
\n" ); document.write( "Probability (P) ( 2 failures in 5 trials) = 5C2 * (.3)^3 * (.7)^2
\n" ); document.write( "Probability (P) ( 3 failures in 5 trials) = 5C3 * (.3)^2 * (.7)^3
\n" ); document.write( "Probability (P) ( 4 failures in 5 trials) = 5C3 * (.3) * (.7)^4
\n" ); document.write( "Probability (P) ( 5 failures in 5 trials) = (.7)^5
\n" ); document.write( ":\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );