document.write( "Question 1081098: A random variable follows a binomial distribution with a probability of success equal to 0.65. For a sample size of n = 7, find
\n" );
document.write( "a. the probability of exactly 3 successes
\n" );
document.write( "b. the probability of 4 or more successes
\n" );
document.write( "c. the probability of exactly 7 successes
\n" );
document.write( "d. the expected value of the random variable \n" );
document.write( "
Algebra.Com's Answer #695188 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a. 7C3*.65^3*.35^4=35*.275*.015=0.1442 \n" ); document.write( "b. 7C4*65^4*.35^3=0.2679 \n" ); document.write( "7C5*.65^5*.35^2=0.2985 \n" ); document.write( "7C6*.65^6*.35=0.1848 \n" ); document.write( ".65^7=0.0490 \n" ); document.write( "Total is 0.8002 \n" ); document.write( "c.is 0.0490 \n" ); document.write( "d. E(X)=7*0.65=4.55 \n" ); document.write( " |