document.write( "Question 732300: In given case, find the probability of x successes in n Bernoulli trials with success probability p for each trial X=4 n=5 p=.55
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #447757 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In given case, find the probability of x successes in n Bernoulli trials with success probability p for each trial X=4 n=5 p=.55 \n" ); document.write( "-------- \n" ); document.write( "P(x = 4) = 5C4*0.55*4*0.45 = binompdf(5,0.55,4) = 0.2059 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |