document.write( "Question 300281: ``At a college, 6 out of 8 students are sophomores. If 9 students are surveyed, find a) the mean b) the variance c)the standard deviation d) the probability that exactly 3 of the 9 are sophomores e) the probability that at most 3 are sophomores f) the probability that at least 5 are sophomores?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I am very pressed for time I have to hand in my assignment today at 2pm can someone please help me out? i really appreciate it.''. \n" );
document.write( "
Algebra.Com's Answer #215490 by stanbon(75887) ![]() You can put this solution on YOUR website! At a college, 6 out of 8 students are sophomores. \n" ); document.write( "P(soph) = 6/8 = 3/4 \n" ); document.write( "-------------------------------------- \n" ); document.write( "If 9 students are surveyed, find \n" ); document.write( "a) the mean = np = 9(3/4) = 27/4 \n" ); document.write( "---------------------------- \n" ); document.write( "b) the variance = npq = (27/4)(1/4) = 27/16 \n" ); document.write( "----------------------------- \n" ); document.write( "c)the standard deviation = sqrt(npq) = (3/4)sqrt(3) \n" ); document.write( "---------------------------------------- \n" ); document.write( "d) the probability that exactly 3 of the 9 are sophomores \n" ); document.write( "binompdf(9,3/4,3) = 0.0087 \n" ); document.write( "--------------------- \n" ); document.write( "e) the probability that at most 3 are sophomores \n" ); document.write( "binomcdf(9,3/4,3) = 0.0100 \n" ); document.write( "--------------------- \n" ); document.write( "f) the probability that at least 5 are sophomores? \n" ); document.write( "1 - binomcdf(9,3/4,4) = 0.9511 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |