Suppose that if you arrive at a bus stop at 8:00, the number of minutes that you will have to wait for the next bus is uniformly distributed on [0,10]. a) Find the probability that you will have to wait at least six minutes for the bus. b) Find the probability that you will have to wait between two and four minutes. c) Find the expected value and standard deviation of the number of minutes that you have to wait for the next bus.

Respuesta :

Answer:

a) 40% probability that you will have to wait at least six minutes for the bus.

b) 20% probability that you will have to wait between two and four minutes.

c) The expeted value is 5 minutes and the standard deviation is of 2.8868 minutes.

Step-by-step explanation:

An uniform probability is a case of probability in which each outcome is equally as likely.

For this situation, we have a lower limit of the distribution that we call a and an upper limit that we call b.

The probability that we find a value X lower than x is given by the following formula.

[tex]P(X < x) = \frac{x - a}{b-a}[/tex]

The probability that we find a value X between two values c and d, in which d is greater than c is given by the following formula:

[tex]P(c \leq X \leq d) = \frac{d - c}{b-a}[/tex]

The expected value of the uniform distribution is given by:

[tex]E = \frac{a+b}{2}[/tex]

The variance of the uniform distribution is given by:

[tex]V = \frac{(b-a)^{2}}{12}[/tex]

The standard deviation is the square root of the variance.

Suppose that if you arrive at a bus stop at 8:00, the number of minutes that you will have to wait for the next bus is uniformly distributed on [0,10]

This means that [tex]a = 0, b = 10[/tex]

a) Find the probability that you will have to wait at least six minutes for the bus.

Either you have to wait less than 6 minutes, or you have to wait at least 6 minutes. The sum of the probabilities of these events is 1. So

[tex]P(X < 6) + P(X \geq 6) = 1[/tex]

We want [tex]P(X \geq 6)[/tex]

[tex]P(X \geq 6) = 1 - P(X < 6) = 1 - \frac{6 - 0}{10 - 0} = 0.4[/tex]

40% probability that you will have to wait at least six minutes for the bus.

b) Find the probability that you will have to wait between two and four minutes.

[tex]P(2 \leq X \leq 4) = \frac{4 - 2}{10 - 0} = 0.2[/tex]

20% probability that you will have to wait between two and four minutes.

c) Find the expected value and standard deviation of the number of minutes that you have to wait for the next bus.

Expeted value:

[tex]E = \frac{a+b}{2} = \frac{0+10}{2}[/tex]

Standard deviation:

[tex]V = \frac{(b-a)^{2}}{12} = \frac{(10-0)^{2}}{12} = 8.33[/tex]

[tex]S = \sqrt{8.333} = 2.8868[/tex]

The expeted value is 5 minutes and the standard deviation is of 2.8868 minutes.