document.write( "Question 907817: if 30% of college students do not graduate, find the probability that out of 6 randomly selected college students exactly 4 of them will graduate. \n" ); document.write( "
Algebra.Com's Answer #550632 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(don't graduate) = .30 n = 6 \n" ); document.write( "P(x= 4graduate) = binompdf(6, .7, 4) \n" ); document.write( " |