207,617 views
28 votes
28 votes
The operator of a pumping station has observed that demand for water during early afternoon hours has an approximately exponential distribution with mean 100 cfs (cubic feet per second). (a) Find the probability that the demand will exceed 190 cfs during the early afternoon on a randomly selected day. (Round your answer to four decimal places.) (b) What water-pumping capacity, in cubic feet per second, should the station maintain during early afternoons so that the probability that demand will exceed capacity on a randomly selected day is only 0.08

User Mhaddl
by
3.4k points

1 Answer

10 votes
10 votes

Answer:

a) 0.1496 = 14.96% probability that the demand will exceed 190 cfs during the early afternoon on a randomly selected day.

b) Capacity of 252.6 cubic feet per second

Explanation:

Exponential distribution:

The exponential probability distribution, with mean m, is described by the following equation:


f(x) = \mu e^(-\mu x)

In which
\mu = (1)/(m) is the decay parameter.

The probability that x is lower or equal to a is given by:


P(X \leq x) = \int\limits^a_0 {f(x)} \, dx

Which has the following solution:


P(X \leq x) = 1 - e^(-\mu x)

The probability of finding a value higher than x is:


P(X > x) = 1 - P(X \leq x) = 1 - (1 - e^(-\mu x)) = e^(-\mu x)

The operator of a pumping station has observed that demand for water during early afternoon hours has an approximately exponential distribution with mean 100 cfs (cubic feet per second).

This means that
m = 100, \mu = (1)/(100) = 0.01

(a) Find the probability that the demand will exceed 190 cfs during the early afternoon on a randomly selected day. (Round your answer to four decimal places.)

We have that:


P(X > x) = e^(-\mu x)

This is P(X > 190). So


P(X > 190) = e^(-0.01*190) = 0.1496

0.1496 = 14.96% probability that the demand will exceed 190 cfs during the early afternoon on a randomly selected day.

(b) What water-pumping capacity, in cubic feet per second, should the station maintain during early afternoons so that the probability that demand will exceed capacity on a randomly selected day is only 0.08?

This is x for which:


P(X > x) = 0.08

So


e^(-0.01x) = 0.08


\ln{e^(-0.01x)} = ln(0.08)


-0.01x = ln(0.08)


x = -(ln(0.08))/(0.01)


x = 252.6

Capacity of 252.6 cubic feet per second

User Nemanja Kovacevic
by
2.8k points