document.write( "Question 870712: The national passing rate for a drivers license is approximately 45%.what is the probability that, in a random group of 10 , exactly 7 people will pass? Round the percentage to the nearest whole number. \n" ); document.write( "
Algebra.Com's Answer #525081 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .45, n = 10 \n" ); document.write( "P(x=7) = 10C7(.45)^7(.55)^3 = binompdf(10, .45, 7) = .0746 0r 7.46% \n" ); document.write( " |