document.write( "Question 852556: Let X be a binomial random variable with n = 9 and p = 0.2 (nine trials, probability of success = 0.2). Find the probability of 4 successes, i.e., P(X = 4). Give your answer as a decimal to three decimal places, e.g., 0.123. Round as needed. \n" ); document.write( "
Algebra.Com's Answer #513474 by stanbon(75887) ![]() You can put this solution on YOUR website! Let X be a binomial random variable with n = 9 and p = 0.2 (nine trials, probability of success = 0.2). Find the probability of 4 successes. \n" ); document.write( "------- \n" ); document.write( "P(x = 4) = 9C4*0.2^4*0.08^5 = binompdf(9,0.05,4) = 0.0006094 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |