document.write( "Question 400430: Suppose there are 35 students in a class and 30 lectures in 1 semester. If 4 students are randomly picked in a class to answer questions, what is the probability that one student is never called during the semester?\r
\n" );
document.write( "\n" );
document.write( "I would say almost 0% but I don't know where to begin. \n" );
document.write( "
Algebra.Com's Answer #283440 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose there are 35 students in a class and 30 lectures in 1 semester. If 4 students are randomly picked in a class to answer questions, what is the probability that one student is never called during the semester? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 4*30 = 120 and p(not called) = 34/35 \n" ); document.write( "--- \n" ); document.write( "P(x = 0) = (34/35)^120 = 0.031 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |