Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
Binomial Statistic question?
A physicist is calibrating a particle accelerator by firing protons at a foil target. She knows from prior experience that the probability of a proton hitting the target is 0.6. She fires 50 protons.
What is the probability that between 25 and 35 protons inclusive hit the target?
1 Antwort
- M3Lv 7vor 1 JahrzehntBeste Antwort
P[x] = C(50,x) * 0.6^x * 0.4^(50-x)
P[25 <= x <= 35] = sum (C(50,x)*0.6^x* 0.4^(50-x)) for x = 25 to 35
= 0.8887
-------------