document.write( "Question 1150678: “Best Fitness” Company is going to hold a stretching class with 15 registered students. From the previous records of stretching classes, the average absence rate per student is 5%.
\n" );
document.write( "(i) Calculate the probability that at most 13 students will attend the stretching class.
\n" );
document.write( "(ii) Given that at least 12 students attend the stretching class, calculate the probability that there will be at most 1 student absent. \n" );
document.write( "
Algebra.Com's Answer #772349 by ikleyn(53937) You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " In my solution, I systematically use the Excel function ' BINOM.DIST(k, n, p, TRUE/FALSE) '.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(i) Calculate the probability that at most 13 students will attend the stretching class.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " P(<= 13 attend) = P(0) + P(1) + P(2) + . . . + P(13) =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(ii) Given that at least 12 students attend the stretching class, calculate the probability that there will be at most 1 student absent.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " \"Given that at least 12 students attend\" means that the given part is\r\n" ); document.write( "\r\n" ); document.write( " P(12 attend) + P(13 attend) + P(14 attend) + P(15 attend).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Next, \r\n" ); document.write( "\r\n" ); document.write( " P(12 attend) =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |