document.write( "Question 220877: 1.Past history reveals that 30% of students who enroll in an online course drop the course before the last day to withdraw without penalty. Answer the following questions for an online class with a beginning enrollment of 20 students.\r
\n" );
document.write( "\n" );
document.write( "F.Find the probability that 4 – 8 items students will drop the course\r
\n" );
document.write( "\n" );
document.write( "g.Write out the exact Excel function that could be used to answer question f.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #165709 by stanbon(75887) ![]() You can put this solution on YOUR website! 1.Past history reveals that 30% of students who enroll in an online course drop the course before the last day to withdraw without penalty. Answer the following questions for an online class with a beginning enrollment of 20 students. \n" ); document.write( "F.Find the probability that 4 – 8 students will drop the course \n" ); document.write( "It's binomial with n = 20; p = 0.3 ; 4<=x<=8 \n" ); document.write( "binomcdf(20,0.3,8)-binomcdf(20,0.3,3) = 0.7796 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "g.Write out the exact Excel function that could be used to answer question f. \n" ); document.write( "I use a TI calculator, not Excel. \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |