document.write( "Question 1171819: You are a teacher of a classroom of 10 students. There is a probability of P=.30 that any one student will have a peanut allergy, this does not change between students. You want to get a estimate about the number of students who might be allergic to peanut butter in your class\r
\n" );
document.write( "\n" );
document.write( "What is the distribution that you will use for this data? (1)\r
\n" );
document.write( "\n" );
document.write( "Please calculate the probability of having 3,4, or 5 students who having a peanut allergy in the class? (3)\r
\n" );
document.write( "\n" );
document.write( "What is the average and standard deviation of this distribution? (2) \n" );
document.write( "
Algebra.Com's Answer #796748 by Boreal(15235) You can put this solution on YOUR website! binomial ~(10,0.3) \n" ); document.write( "average is 10*0.3=3 \n" ); document.write( "variance is 3*0.7=2.1 \n" ); document.write( "sd is sqrt(V)=1.45\r \n" ); document.write( "\n" ); document.write( "prob of 3 is 10C3*0.3^3*0.7^7=0.2668 \n" ); document.write( "for 4 the same approach or binompdf(10,0.4,4)=0.2508 \n" ); document.write( "for 5 it is 0.1029 \n" ); document.write( "sum and answer is 0.6205 \n" ); document.write( " |