document.write( "Question 866038: you perform a binomial experiment that consists of 20 trials with a probability of 27% success on each trial. what is the probability of exactly three successful outcomes? \n" ); document.write( "
Algebra.Com's Answer #522051 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "P(x = 3) = binompdf(20, .27, 3)= .1065 0r 10.65%
\n" ); document.write( "or
\n" ); document.write( "Using \"P+%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p= .27, q = .73 , n = 20
\n" ); document.write( "\"nCx+=+%28n%21%29%2Fx%21%28n+-+x%29%21%29\"
\n" ); document.write( "\"P+%283%29=+highlight_green%2820C3%29%28.27%5E3%29%28.73%29%5E%2817%29+\"
\n" ); document.write( " \n" ); document.write( "
\n" );