Task:
What is the probability to get rain exactly 4 days during a week if probability to get rain in a randomly selected day p 0.4
Solution:
Chance of precipitation on any day of the week is always constant. Therefore, we deal with the binomial experiment. Binomial Formula:
Pnk=Cnkpkqn−k
Where n – the number of trials in the binomial experiment,
k – the number of successes that result from the binomial experiment,
p – the probability of success on an individual trial,
q – the probability of failure on an individual trial (q=1−p),
Cnk – the number of combinations of n things, taken k at a time.
n=7k=4p=0.4q=1−p=1−0.4=0.6Cnk=k!(n−k)!n!P74=C74⋅0.44⋅0.67−4=4!(7−4)!7!⋅0.44⋅0.63=3!7⋅6⋅50.0055296=7⋅5⋅0.0055296=0.193536
Answer: probability to get rain exactly 4 days during a week is 0.193536.
Comments