document.write( "Question 688175:  According to the most recent University student profile, 28% of students are male. Given a sample of 15 students:\r
\n" );
document.write( "\n" );
document.write( "a. Find the probability that none are male. 
\n" );
document.write( "b. Find the probability that 10 are male.
\n" );
document.write( "c. Find the probability that at least six are male.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #425536 by stanbon(75887)      You can put this solution on YOUR website! According to the most recent University student profile, 28% of students are male. Given a sample of 15 students: \n" ); document.write( "a. Find the probability that none are male. \n" ); document.write( "Ans: P(x = 0) = (0.72)^15 \n" ); document.write( "---------------------------------- \n" ); document.write( "b. Find the probability that 10 are male. \n" ); document.write( "Ans: P(x = 10) = 15C10*(0.28)^10*(0.72)^5 \n" ); document.write( "----------------------------------- \n" ); document.write( "c. Find the probability that at least six are male. \n" ); document.write( "P(6<= x <= 15) = 1 - P(0<= x <=5) = 1 - binomcdf(15,0.28,5) = 0.2220 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " \n" ); document.write( " |