document.write( "Question 847473: Determine the probability of any one outcome\r
\n" ); document.write( "\n" ); document.write( "n = 5, x = 2, p = 0.646\r
\n" ); document.write( "\n" ); document.write( "n = 11, x = 9, p = 0.42\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #510468 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
This is the binomial distribution and basically all that is happening is that you are choosing x successes out of n total trials. Since all are independent, we can just multiply the resulting probabilities. The other trials [n-x trials] that are failures are counted as 1-p. So, to summarize, out of x chosen successes out of n, we multiply the probability of success x times, and the probability of failure the other n-x times.\r
\n" ); document.write( "\n" ); document.write( "So in general we have the formula (n choose x) * (p)^x * (q)^(n-x) where q = 1-p\r
\n" ); document.write( "\n" ); document.write( "1.\r
\n" ); document.write( "\n" ); document.write( "(5 choose 2) * (.646)^2 * (1-.646)^3 = .1851\r
\n" ); document.write( "\n" ); document.write( "2.\r
\n" ); document.write( "\n" ); document.write( "(11 choose 9) * (.42)^9 * (1-.42)^2 = .0075
\n" ); document.write( "
\n" );