document.write( "Question 271896: If is a binomial random variable, compute for each of the following cases:
\n" );
document.write( " (a) P(x => 1), n=4, p=0.4
\n" );
document.write( " P(x)= \n" );
document.write( "
Algebra.Com's Answer #198975 by stanbon(75887) ![]() You can put this solution on YOUR website! If is a binomial random variable, compute for each of the following cases: \n" ); document.write( "(a) P(x => 1), n=4, p=0.4 \n" ); document.write( "P(x)= 1 - binompdf(4,0.4,0) = 1 - 0.1296 = 0.8704 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |