Continuous Random Variables

The Exponential Distribution

OpenStaxCollege

[latexpage]

The exponential distribution is often concerned with the amount of time until some specific event occurs. For example, the amount of time (beginning now) until an earthquake occurs has an exponential distribution. Other examples include the length, in minutes, of long distance business telephone calls, and the amount of time, in months, a car battery lasts. It can be shown, too, that the value of the change that you have in your pocket or purse approximately follows an exponential distribution.

Values for an exponential random variable occur in the following way. There are fewer large values and more small values. For example, the amount of money customers spend in one trip to the supermarket follows an exponential distribution. There are more people who spend small amounts of money and fewer people who spend large amounts of money.

The exponential distribution is widely used in the field of reliability. Reliability deals with the amount of time a product lasts.

Let X = amount of time (in minutes) a postal clerk spends with his or her customer. The time is known to have an exponential distribution with the average amount of time equal to four minutes.

X is a continuous random variable since time is measured. It is given that μ = 4 minutes. To do any calculations, you must know m, the decay parameter.

\(m=\frac{1}{\mu }\). Therefore, \(m=\frac{1}{4}=0.25.\)

The standard deviation, σ, is the same as the mean. μ = σ

The distribution notation is X ~ Exp(m). Therefore, X ~ Exp(0.25).

The probability density function is f(x) = memx. The number e = 2.71828182846… It is a number that is used often in mathematics. Scientific calculators have the key “ex.” If you enter one for x, the calculator will display the value e.

The curve is:

f(x) = 0.25e–0.25x where x is at least zero and m = 0.25.

For example, f(5) = 0.25e−(0.25)(5) = 0.072. The postal clerk spends five minutes with the customers.

The graph is as follows:

Exponential graph with increments of 2 from 0-20 on the x-axis of μ = 4 and increments of 0.05 from 0.05-0.25 on the y-axis of m = 0.25. The curved line begins at the top at point (0, 0.25) and curves down to point (20, 0). The x-axis is equal to a continuous random variable.

Notice the graph is a declining curve. When x = 0,

f(x) = 0.25e(−0.25)(0) = (0.25)(1) = 0.25 = m. The maximum value on the y-axis is m.

Try It

The amount of time spouses shop for anniversary cards can be modeled by an exponential distribution with the average amount of time equal to eight minutes. Write the distribution, state the probability density function, and graph the distribution.

X ~ Exp(0.125); f(x) = 0.125e–0.125x;

a. Using the information in [link], find the probability that a clerk spends four to five minutes with a randomly selected customer.

a. Find P(4 < x < 5).

The cumulative distribution function (CDF) gives the area to the left.

P(x < x) = 1 – e–mx

P(x < 5) = 1 – e(–0.25)(5) = 0.7135 and P(x < 4) = 1 – e(–0.25)(4) = 0.6321

Exponential graph with the curved line beginning at point (0, 0.25) and curves down towards point (∞, 0). Two vertical upward lines extend from points 4 and 5 to the curved line. The probability is in the area between points 4 and 5.
NOTE

You can do these calculations easily on a calculator.

The probability that a postal clerk spends four to five minutes with a randomly selected customer is P(4 < x < 5) = P(x < 5) – P(x < 4) = 0.7135 − 0.6321 = 0.0814.

On the home screen, enter (1 – e^(–0.25*5))–(1–e^(–0.25*4)) or enter e^(–0.25*4) – e^(–0.25*5).

b. Half of all customers are finished within how long? (Find the 50th percentile)

b. Find the 50th percentile.

Exponential graph with the curved line beginning at point (0, 0.25) and curves down towards point (∞, 0). A vertical upward line extends from point k to the curved line. The probability area from 0-k is equal to 0.50.

P(x < k) = 0.50, k = 2.8 minutes (calculator or computer)

Half of all customers are finished within 2.8 minutes.

You can also do the calculation as follows:

P(x < k) = 0.50 and P(x < k) = 1 –e–0.25k

Therefore, 0.50 = 1 − e−0.25k and e−0.25k = 1 − 0.50 = 0.5

Take natural logs: ln(e–0.25k) = ln(0.50). So, –0.25k = ln(0.50)

Solve for k:\(k=\frac{ln\left(0.50\right)}{-0.25}=2.8\) minutes. The calculator simplifies the calculation for percentile k. See the following two notes.

Note

A formula for the percentile k is \(k=\frac{ln\left(1-AreaToTheLeft\right)}{-m}\) where ln is the natural log.

Collaborative Exercise

On the home screen, enter ln(1 – 0.50)/–0.25. Press the (-) for the negative.

c. Which is larger, the mean or the median?

c. From part b, the median or 50th percentile is 2.8 minutes. The theoretical mean is four minutes. The mean is larger.

Try It

The number of days ahead travelers purchase their airline tickets can be modeled by an exponential distribution with the average amount of time equal to 15 days. Find the probability that a traveler will purchase a ticket fewer than ten days in advance. How many days do half of all travelers wait?

P(x < 10) = 0.4866

50th percentile = 10.40

Collaborative Exercise

Have each class member count the change he or she has in his or her pocket or purse. Your instructor will record the amounts in dollars and cents. Construct a histogram of the data taken by the class. Use five intervals. Draw a smooth curve through the bars. The graph should look approximately exponential. Then calculate the mean.

Let X = the amount of money a student in your class has in his or her pocket or purse.

The distribution for X is approximately exponential with mean, μ = _______ and m = _______. The standard deviation, σ = ________.

Draw the appropriate exponential graph. You should label the x– and y–axes, the decay rate, and the mean. Shade the area that represents the probability that one student has less than 💲.40 in his or her pocket or purse. (Shade P(x < 0.40)).

On the average, a certain computer part lasts ten years. The length of time the computer part lasts is exponentially distributed.

a. What is the probability that a computer part lasts more than 7 years?

a. Let x = the amount of time (in years) a computer part lasts.

μ = 10 so \(m=\frac{1}{\mu }=\frac{1}{10}=0.1\)

Find P(x > 7). Draw the graph.

P(x > 7) = 1 – P(x < 7).

Since P(X < x) = 1 –e–mx then P(X > x) = 1 –(1 –e–mx) = e-mx

P(x > 7) = e(–0.1)(7) = 0.4966. The probability that a computer part lasts more than seven years is 0.4966.

On the home screen, enter e^(-.1*7).

Exponential graph with the curved line beginning at point (0, 0.1) and curves down towards point (∞, 0). A vertical upward line extends from point 1 to the curved line. The probability area occurs from point 1 to the end of the curve. The x-axis is equal to the amount of time a computer part lasts.

b. On the average, how long would five computer parts last if they are used one after another?

b. On the average, one computer part lasts ten years. Therefore, five computer parts, if they are used one right after the other would last, on the average, (5)(10) = 50 years.

c. Eighty percent of computer parts last at most how long?

c. Find the 80th percentile. Draw the graph. Let k = the 80th percentile.

Exponential graph with the curved line beginning at point (0, 0.1) and curves down towards point (∞, 0). A vertical upward line extends from point k to the curved line. k is the 80th percentile. The probability area from 0-k is equal to 0.80.

Solve for k: \(k=\frac{ln\left(1–0.80\right)}{–0.1}=16.1\) years

Eighty percent of the computer parts last at most 16.1 years.

On the home screen, enter \(\frac{\mathrm{ln}\left(1–0.80\right)}{–0.1}\)

d. What is the probability that a computer part lasts between nine and 11 years?

d. Find P(9 < x < 11). Draw the graph.

Exponential graph with the curved line beginning at point (0, 0.1) and curves down towards point (∞, 0). Two vertical upward lines extend from point 9 and 11 to the curved line. The probability area occurs between point 9 and 11.

P(9 < x < 11) = P(x < 11) – P(x < 9) = (1 – e(–0.1)(11)) – (1 – e(–0.1)(9)) = 0.6671 – 0.5934 = 0.0737. The probability that a computer part lasts between nine and 11 years is 0.0737.

On the home screen, enter e^(–0.1*9) – e^(–0.1*11).

Try It

On average, a pair of running shoes can last 18 months if used every day. The length of time running shoes last is exponentially distributed. What is the probability that a pair of running shoes last more than 15 months? On average, how long would six pairs of running shoes last if they are used one after the other? Eighty percent of running shoes last at most how long if used every day?

P(x > 15) = 0.4346

Six pairs of running shoes would last 108 months on average.

80th percentile = 28.97 months

Suppose that the length of a phone call, in minutes, is an exponential random variable with decay parameter = \(\frac{1}{12}\). If another person arrives at a public telephone just before you, find the probability that you will have to wait more than five minutes. Let X = the length of a phone call, in minutes.

What is m, μ, and σ? The probability that you must wait more than five minutes is _______ .

  • m = \(\frac{1}{12}\)
  • μ = 12
  • σ = 12

P(x > 5) = 0.6592

Try It

Suppose that the distance, in miles, that people are willing to commute to work is an exponential random variable with a decay parameter \(\frac{1}{20}\). Let X = the distance people are willing to commute in miles. What is m, μ, and σ? What is the probability that a person is willing to commute more than 25 miles?

m = \(\frac{1}{20}\); μ = 20; σ = 20; P(x > 25) = 0.2865

The time spent waiting between events is often modeled using the exponential distribution. For example, suppose that an average of 30 customers per hour arrive at a store and the time between arrivals is exponentially distributed.

  1. On average, how many minutes elapse between two successive arrivals?
  2. When the store first opens, how long on average does it take for three customers to arrive?
  3. After a customer arrives, find the probability that it takes less than one minute for the next customer to arrive.
  4. After a customer arrives, find the probability that it takes more than five minutes for the next customer to arrive.
  5. Seventy percent of the customers arrive within how many minutes of the previous customer?
  6. Is an exponential distribution reasonable for this situation?
  1. Since we expect 30 customers to arrive per hour (60 minutes), we expect on average one customer to arrive every two minutes on average.
  2. Since one customer arrives every two minutes on average, it will take six minutes on average for three customers to arrive.
  3. Let X = the time between arrivals, in minutes. By part a, μ = 2, so m = \(\frac{1}{2}\) = 0.5.

    Therefore, XExp(0.5).

    The cumulative distribution function is P(X < x) = 1 – e(–0.5x)e.

    Therefore P(X < 1) = 1 – e(–0.5)(1) ≈ 0.3935.

    1 – e^(–0.5) ≈ 0.3935

  4. P(X > 5) = 1 – P(X < 5) = 1 – (1 – e(–5)(0.5)) = e–2.5 ≈ 0.0821.

    1 – (1 – e^( – 5*0.5)) or e^( – 5*0.5)

  5. We want to solve 0.70 = P(X < x) for x.

    Substituting in the cumulative distribution function gives 0.70 = 1 – e–0.5x, so that e–0.5x = 0.30. Converting this to logarithmic form gives –0.5x = ln(0.30), or \(x=\frac{ln\left(0.30\right)}{–0.5}\approx 2.41\)
    minutes.

    Thus, seventy percent of customers arrive within 2.41 minutes of the previous customer.

    You are finding the 70th percentile k so you can use the formula k = \(\frac{ln\left(1–Area_To_The_Left_Of_k\right)}{\left(–m\right)}\)

    k = \(\frac{ln\left(1–0.70\right)}{\left(–0.5\right)}\approx 2.41\)
    minutes

  6. This model assumes that a single customer arrives at a time, which may not be reasonable since people might shop in groups, leading to several customers arriving at the same time. It also assumes that the flow of customers does not change throughout the day, which is not valid if some times of the day are busier than others.
Try It

Suppose that on a certain stretch of highway, cars pass at an average rate of five cars per minute. Assume that the duration of time between successive cars follows the exponential distribution.

  1. On average, how many seconds elapse between two successive cars?
  2. After a car passes by, how long on average will it take for another seven cars to pass by?
  3. Find the probability that after a car passes by, the next car will pass within the next 20 seconds.
  4. Find the probability that after a car passes by, the next car will not pass for at least another 15 seconds.
  1. At a rate of five cars per minute, we expect \(\frac{60}{5}\) = 12 seconds to pass between successive cars on average.
  2. Using the answer from part a, we see that it takes (12)(7) = 84 seconds for the next seven cars to pass by.
  3. Let T = the time (in seconds) between successive cars.

    The mean of T is 12 seconds, so the decay parameter is \(\frac{1}{12}\) and TExp\(\frac{1}{12}\). The cumulative distribution function of T is P(T < t) = 1 – e\(-\frac{t}{12}\). Then P(T < 20) = 1 –e\(-\frac{20}{12}\) ≈ 0.8111.

    P(T > 15) = 1 – P(T < 15) = 1 – (1 – e\(-\frac{15}{12}\)) = e\(-\frac{15}{12}\) ≈ 0.2865.

Memorylessness of the Exponential Distribution

In [link] recall that the amount of time between customers is exponentially distributed with a mean of two minutes (X ~ Exp (0.5)). Suppose that five minutes have elapsed since the last customer arrived. Since an unusually long amount of time has now elapsed, it would seem to be more likely for a customer to arrive within the next minute. With the exponential distribution, this is not the case–the additional time spent waiting for the next customer does not depend on how much time has already elapsed since the last customer. This is referred to as the memoryless property. Specifically, the memoryless property says that

P (X > r + t | X > r) = P (X > t) for all r ≥ 0 and t ≥ 0

For example, if five minutes has elapsed since the last customer arrived, then the probability that more than one minute will elapse before the next customer arrives is computed by using r = 5 and t = 1 in the foregoing equation.

P(X > 5 + 1 | X > 5) = P(X > 1) = \({e}^{\left(–0.5\right)\left(1\right)}\) ≈ 0.6065.

This is the same probability as that of waiting more than one minute for a customer to arrive after the previous arrival.

The exponential distribution is often used to model the longevity of an electrical or mechanical device. In [link], the lifetime of a certain computer part has the exponential distribution with a mean of ten years (X ~ Exp(0.1)). The memoryless property says that knowledge of what has occurred in the past has no effect on future probabilities. In this case it means that an old part is not any more likely to break down at any particular time than a brand new part. In other words, the part stays as good as new until it suddenly breaks. For example, if the part has already lasted ten years, then the probability that it lasts another seven years is P(X > 17|X > 10) = P(X > 7) = 0.4966.

Refer to [link] where the time a postal clerk spends with his or her customer has an exponential distribution with a mean of four minutes. Suppose a customer has spent four minutes with a postal clerk. What is the probability that he or she will spend at least an additional three minutes with the postal clerk?

The decay parameter of X is m = \(\frac{1}{4}\)
= 0.25, so XExp(0.25).

The cumulative distribution function is P(X < x) = 1 – e–0.25x.

We want to find P(X > 7|X > 4). The memoryless property says that P(X > 7|X > 4) = P (X > 3), so we just need to find the probability that a customer spends more than three minutes with a postal clerk.

This is P(X > 3) = 1 – P (X < 3) = 1 – (1 – e–0.25⋅3) = e–0.75 ≈ 0.4724.

This graph shows an exponential distribution. The graph slopes downward. It begins at the point (0, 0.25) on the y-axis and approaches the x-axis at the right edge of the graph. The region under the graph to the right of x = 3 is shaded to represent P(x > 3) = 0.4724.

1–(1–e^(–0.25*2)) = e^(–0.25*2).

Try It

Suppose that the longevity of a light bulb is exponential with a mean lifetime of eight years. If a bulb has already lasted 12 years, find the probability that it will last a total of over 19 years.

Let T = the lifetime of the light bulb. Then TExp\(\left(\frac{1}{8}\right)\).

The cumulative distribution function is P (T < t) = 1 − \({e}^{-\frac{t}{8}}\)

We need to find P(T > 19|T = 12). By the memoryless property,

P(T>19|T = 12) = P(T > 7) = 1 – P(T < 7) = 1 – (1 – e–7/8)= e-7/8 ≈ 0.4169.

1 – (1 – e^(–7/8)) = e^(–7/8).

Relationship between the Poisson and the Exponential Distribution

There is an interesting relationship between the exponential distribution and the Poisson distribution. Suppose that the time that elapses between two successive events follows the exponential distribution with a mean of μ units of time. Also assume that these times are independent, meaning that the time between events is not affected by the times between previous events. If these assumptions hold, then the number of events per unit time follows a Poisson distribution with mean λ = 1/μ. Recall from the chapter on Discrete Random Variables that if X has the Poisson distribution with mean λ, then \(P\left(X=k\right)=\frac{{\lambda }^{k}{e}^{-\lambda }}{k!}\). Conversely, if the number of events per unit time follows a Poisson distribution, then the amount of time between events follows the exponential distribution. (k! = k*(k-1*)(k–2)*(k-3)…3*2*1)

Suppose X has the Poisson distribution with mean λ. Compute P(X = k) by entering 2nd, VARS(DISTR), C: poissonpdf(λ, k). To compute P(Xk), enter 2nd, VARS (DISTR), D:poissoncdf(λ, k).

At a police station in a large city, calls come in at an average rate of four calls per minute. Assume that the time that elapses from one call to the next has the exponential distribution. Take note that we are concerned only with the rate at which calls come in, and we are ignoring the time spent on the phone. We must also assume that the times spent between calls are independent. This means that a particularly long delay between two calls does not mean that there will be a shorter waiting period for the next call. We may then deduce that the total number of calls received during a time period has the Poisson distribution.

  1. Find the average time between two successive calls.
  2. Find the probability that after a call is received, the next call occurs in less than ten seconds.
  3. Find the probability that exactly five calls occur within a minute.
  4. Find the probability that less than five calls occur within a minute.
  5. Find the probability that more than 40 calls occur in an eight-minute period.
  1. On average there are four calls occur per minute, so 15 seconds, or \(\frac{15}{60}\) = 0.25 minutes occur between successive calls on average.
  2. Let T = time elapsed between calls. From part a, μ = 0.25, so m = \(\frac{1}{0.25}\) = 4. Thus, TExp(4).

    The cumulative distribution function is P(T < t) = 1 – e–4t.

    The probability that the next call occurs in less than ten seconds (ten seconds = 1/6 minute) is \(P\left(T\text{ < }\frac{1}{6}\right)=1–{e}^{–4\frac{1}{6}}\approx 0.4866.\)

    This graph shows an exponential distribution. The graph slopes downward. It begins at the point (0, 0.8) on the y-axis and approaches the x-axis at the right edge of the graph. The region under the graph to the left of x = 20 is shaded to represent P(x < 1/6) = 0.4866.
  3. Let X = the number of calls per minute. As previously stated, the number of calls per minute has a Poisson distribution, with a mean of four calls per minute.

    Therefore, XPoisson(4), and so P(X = 5) = \(\frac{{4}^{5}{e}^{-4}}{5!}\) ≈ 0.1563. (5! = (5)(4)(3)(2)(1))

    poissonpdf(4, 5) = 0.1563.

  4. Keep in mind that X must be a whole number, so P(X < 5) = P(X ≤ 4).

    To compute this, we could take P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4).

    Using technology, we see that P(X ≤ 4) = 0.6288.

    poisssoncdf(4, 4) = 0.6288

  5. Let Y = the number of calls that occur during an eight minute period.

    Since there is an average of four calls per minute, there is an average of (8)(4) = 32 calls during each eight minute period.

    Hence, YPoisson(32). Therefore, P(Y > 40) = 1 – P (Y ≤ 40) = 1 – 0.9294 = 0.0707.

    1 – poissoncdf(32, 40). = 0.0707

Try It

In a small city, the number of automobile accidents occur with a Poisson distribution at an average of three per week.

  1. Calculate the probability that there are at most 2 accidents occur in any given week.
  2. What is the probability that there is at least two weeks between any 2 accidents?
  1. Let X = the number of accidents per week, so that XPoisson(3). We need to find P(X ≤ 2) ≈ 0.4232

    poissoncdf(3, 2)

  2. Let T = the time (in weeks) between successive accidents.

    Since the number of accidents occurs with a Poisson distribution, the time between accidents follows the exponential distribution.

    If there are an average of three per week, then on average there is μ = \(\frac{1}{3}\) of a week between accidents, and the decay parameter is m = \(\frac{1}{\left(\frac{1}{3}\right)}\)
    = 3.

    To find the probability that there are at least two weeks between two accidents, P(T > 2) = 1 – P(T < 2) = 1 – (1 – e(–3)(2)) = e–6 ≈ 0.0025.

    e^(-3*2).

Chapter Review

If X has an exponential distribution with mean μ, then the decay parameter is m = \(\frac{1}{\mu }\), and we write XExp(m) where x ≥ 0 and m > 0 . The probability density function of X is f(x) = me-mx (or equivalently \(f\left(x\right)=\frac{1}{\mu }{e}^{-x/\mu }\). The cumulative distribution function of X is P(Xx) = 1 – emx.

The exponential distribution has the memoryless property, which says that future probabilities do not depend on any past information. Mathematically, it says that P(X > x + k|X > x) = P(X > k).

If T represents the waiting time between events, and if TExp(λ), then the number of events X per unit time follows the Poisson distribution with mean λ. The probability density function of PX is \(\left(X=k\right)=\frac{{\lambda }^{k}{e}^{-k}}{k!}\). This may be computed using a TI-83, 83+, 84, 84+ calculator with the command poissonpdf(λ, k). The cumulative distribution function P(Xk) may be computed using the TI-83, 83+,84, 84+ calculator with the command poissoncdf(λ, k).

Formula Review

Exponential: X ~ Exp(m) where m = the decay parameter

  • pdf: f(x) = me(–mx) where x ≥ 0 and m > 0
  • cdf: P(Xx) = 1 – e(–mx)
  • mean µ = \(\frac{1}{m}\)
  • standard deviation σ = µ
  • percentile k: k = \(\frac{ln\left(1-AreaToTheLeftOfk\right)}{\left(-m\right)}\)
  • Additionally
    • P(X > x) = e(–mx)
    • P(a < X < b) = e(–ma)e(–mb)
  • Memoryless Property: P(X > x + k|X > x) = P (X > k)
  • Poisson probability: \( P\left(X=k\right)=\frac{{\lambda }^{k}{e}^{-k}}{k!}\) with mean λ
  • k! = k*(k-1)*(k-2)*(k-3)…3*2*1

References

Data from the United States Census Bureau.

Data from World Earthquakes, 2013. Available online at http://www.world-earthquakes.com/ (accessed June 11, 2013).

“No-hitter.” Baseball-Reference.com, 2013. Available online at http://www.baseball-reference.com/bullpen/No-hitter (accessed June 11, 2013).

Zhou, Rick. “Exponential Distribution lecture slides.” Available online at www.public.iastate.edu/~riczw/stat330s11/lecture/lec13.pdf‎ (accessed June 11, 2013).

Use the following information to answer the next ten exercises. A customer service representative must spend different amounts of time with each customer to resolve various concerns. The amount of time spent with each customer can be modeled by the following distribution: X ~ Exp(0.2)

What type of distribution is this?

Are outcomes equally likely in this distribution? Why or why not?

No, outcomes are not equally likely. In this distribution, more people require a little bit of time, and fewer people require a lot of time, so it is more likely that someone will require less time.

What is m? What does it represent?

What is the mean?

five

What is the standard deviation?

State the probability density function.

f(x) = 0.2e-0.2x

Graph the distribution.

Find P(2 < x < 10).

0.5350

Find P(x > 6).

Find the 70th percentile.

6.02

Use the following information to answer the next seven exercises. A distribution is given as X ~ Exp(0.75).

What is m?

What is the probability density function?

f(x) = 0.75e-0.75x

What is the cumulative distribution function?

Draw the distribution.

This graph shows an exponential distribution. The graph slopes downward. It begins at the point (0, 0.75) on the y-axis and approaches the x-axis at the right edge of the graph. The decay parameter, m, equals 0.75.

Find P(x < 4).

Find the 30th percentile.

0.4756

Find the median.

Which is larger, the mean or the median?

The mean is larger. The mean is \(\frac{1}{m}=\frac{1}{0.75}\approx 1.33\), which is greater than 0.9242.

Use the following information to answer the next 16 exercises. Carbon-14 is a radioactive element with a half-life of about 5,730 years. Carbon-14 is said to decay exponentially. The decay rate is 0.000121. We start with one gram of carbon-14. We are interested in the time (years) it takes to decay carbon-14.

What is being measured here?

Are the data discrete or continuous?

continuous

In words, define the random variable X.

What is the decay rate (m)?

m = 0.000121

The distribution for X is ______.

Find the amount (percent of one gram) of carbon-14 lasting less than 5,730 years. This means, find P(x < 5,730).

  1. Sketch the graph, and shade the area of interest.
    This is a blank graph template. The vertical and horizontal axes are unlabeled.
  2. Find the probability. P(x < 5,730) = __________
  1. Check student’s solution
  2. P(x < 5,730) = 0.5001

Find the percentage of carbon-14 lasting longer than 10,000 years.

  1. Sketch the graph, and shade the area of interest.
    Blank graph with horizontal and vertical axes.
  2. Find the probability. P(x > 10,000) = ________

Thirty percent (30%) of carbon-14 will decay within how many years?

  1. Sketch the graph, and shade the area of interest.
    This is a blank graph template. The vertical and horizontal axes are unlabeled.
  2. Find the value k such that P(x < k) = 0.30.
  1. Check student’s solution.
  2. k = 2947.73

Homework

Suppose that the length of long distance phone calls, measured in minutes, is known to have an exponential distribution with the average length of a call equal to eight minutes.

  1. Define the random variable. X = ________________.
  2. Is X continuous or discrete?
  3. X ~ ________
  4. μ = ________
  5. σ = ________
  6. Draw a graph of the probability distribution. Label the axes.
  7. Find the probability that a phone call lasts less than nine minutes.
  8. Find the probability that a phone call lasts more than nine minutes.
  9. Find the probability that a phone call lasts between seven and nine minutes.
  10. If 25 phone calls are made one after another, on average, what would you expect the total to be? Why?

Suppose that the useful life of a particular car battery, measured in months, decays with parameter 0.025. We are interested in the life of the battery.

  1. Define the random variable. X = _________________________________.
  2. Is X continuous or discrete?
  3. X ~ ________
  4. On average, how long would you expect one car battery to last?
  5. On average, how long would you expect nine car batteries to last, if they are used one after another?
  6. Find the probability that a car battery lasts more than 36 months.
  7. Seventy percent of the batteries last at least how long?
  1. X = the useful life of a particular car battery, measured in months.
  2. X is continuous.
  3. X ~ Exp(0.025)
  4. 40 months
  5. 360 months
  6. 0.4066
  7. 14.27

The percent of persons (ages five and older) in each state who speak a language at home other than English is approximately exponentially distributed with a mean of 9.848. Suppose we randomly pick a state.

  1. Define the random variable. X = _________________________________.
  2. Is X continuous or discrete?
  3. X ~ ________
  4. μ = ________
  5. σ = ________
  6. Draw a graph of the probability distribution. Label the axes.
  7. Find the probability that the percent is less than 12.
  8. Find the probability that the percent is between eight and 14.
  9. The percent of all individuals living in the United States who speak a language at home other than English is 13.8.
    1. Why is this number different from 9.848%?
    2. What would make this number higher than 9.848%?

The time (in years) after reaching age 60 that it takes an individual to retire is approximately exponentially distributed with a mean of about five years. Suppose we randomly pick one retired individual. We are interested in the time after age 60 to retirement.

  1. Define the random variable. X = _________________________________.
  2. Is X continuous or discrete?
  3. X ~ = ________
  4. μ = ________
  5. σ = ________
  6. Draw a graph of the probability distribution. Label the axes.
  7. Find the probability that the person retired after age 70.
  8. Do more people retire before age 65 or after age 65?
  9. In a room of 1,000 people over age 80, how many do you expect will NOT have retired yet?
  1. X = the time (in years) after reaching age 60 that it takes an individual to retire
  2. X is continuous.
  3. X ~ Exp\(\left(\frac{1}{5}\right)\)
  4. five
  5. five
  6. Check student’s solution.
  7. 0.1353
  8. before
  9. 18.3

The cost of all maintenance for a car during its first year is approximately exponentially distributed with a mean of 💲150.

  1. Define the random variable. X = _________________________________.
  2. X ~ = ________
  3. μ = ________
  4. σ = ________
  5. Draw a graph of the probability distribution. Label the axes.
  6. Find the probability that a car required over 💲300 for maintenance during its first year.

Use the following information to answer the next three exercises. The average lifetime of a certain new cell phone is three years. The manufacturer will replace any cell phone failing within two years of the date of purchase. The lifetime of these cell phones is known to follow an exponential distribution.

The decay rate is:

  1. 0.3333
  2. 0.5000
  3. 2
  4. 3

a

What is the probability that a phone will fail within two years of the date of purchase?

  1. 0.8647
  2. 0.4866
  3. 0.2212
  4. 0.9997

What is the median lifetime of these phones (in years)?

  1. 0.1941
  2. 1.3863
  3. 2.0794
  4. 5.5452

c

Let X ~ Exp(0.1).

  1. decay rate = ________
  2. μ = ________
  3. Graph the probability distribution function.
  4. On the graph, shade the area corresponding to P(x < 6) and find the probability.
  5. Sketch a new graph, shade the area corresponding to P(3 < x < 6) and find the probability.
  6. Sketch a new graph, shade the area corresponding to P(x < 7) and find the probability.
  7. Sketch a new graph, shade the area corresponding to the 40th percentile and find the value.
  8. Find the average value of x.

Suppose that the longevity of a light bulb is exponential with a mean lifetime of eight years.

  1. Find the probability that a light bulb lasts less than one year.
  2. Find the probability that a light bulb lasts between six and ten years.
  3. Seventy percent of all light bulbs last at least how long?
  4. A company decides to offer a warranty to give refunds to light bulbs whose lifetime is among the lowest two percent of all bulbs. To the nearest month, what should be the cutoff lifetime for the warranty to take place?
  5. If a light bulb has lasted seven years, what is the probability that it fails within the 8th year.

Let T = the life time of a light bulb.

The decay parameter is m = 1/8, and T ∼ Exp(1/8). The cumulative distribution function is \(P\left(T<t\right)=1-{e}^{-\frac{t}{8}}\)

  1. Therefore, P(T < 1) = 1 – e\(–\frac{1}{8}\) ≈ 0.1175.
  2. We want to find P(6 < t < 10).

    To do this, P(6 < t < 10) – P(t < 6)

    = \(=\left(1–{e}^{–\frac{1}{8}*10}\right)–\left(1–{e}^{–\frac{1}{8}*6}\right)\) ≈ 0.7135 – 0.5276 = 0.1859

  3. We want to find 0.70 \(=P\left(T>t\right)=1–\left(1–{e}^{-\frac{t}{8}}\right)={e}^{-\frac{t}{8}}.\)

    Solving for t, e\(–\frac{t}{8}\) = 0.70, so \(–\frac{t}{8}\) = ln(0.70), and t = –8ln(0.70) ≈ 2.85 years.

    Or use t = \(\frac{ln\text{(area_to_the_right)}}{\left(–m\right)}=\frac{ln\text{(0}\text{.70)}}{–\frac{1}{8}}\approx 2.\text{85 years}\).

  4. We want to find 0.02 = P(T < t) = 1 – e\(–\frac{t}{8}\).

    Solving for t, e\(–\frac{t}{8}\) = 0.98, so \(–\frac{t}{8}\) = ln(0.98), and t = –8ln(0.98) ≈ 0.1616 years, or roughly two months.

    The warranty should cover light bulbs that last less than 2 months.

    Or use \(\frac{\mathrm{ln}\text{(area_to_the_right)}}{\text{(}–\text{m)}}=\frac{\mathrm{ln}\text{(1}–0.2\right)}{–\frac{1}{8}}\) = 0.1616.

  5. We must find P(T < 8|T > 7).

    Notice that by the rule of complement events, P(T < 8|T > 7) = 1 – P(T > 8|T > 7).

    By the memoryless property (P(X > r + t|X > r) = P(X > t)).

    So P(T > 8|T > 7) = P(T > 1) = \(1–\left(1–{e}^{–\frac{1}{8}}\right)={e}^{–\frac{1}{8}}\approx 0.8825\)

    Therefore, P(T < 8|T > 7) = 1 – 0.8825 = 0.1175.

At a 911 call center, calls come in at an average rate of one call every two minutes. Assume that the time that elapses from one call to the next has the exponential distribution.

  1. On average, how much time occurs between five consecutive calls?
  2. Find the probability that after a call is received, it takes more than three minutes for the next call to occur.
  3. Ninety-percent of all calls occur within how many minutes of the previous call?
  4. Suppose that two minutes have elapsed since the last call. Find the probability that the next call will occur within the next minute.
  5. Find the probability that less than 20 calls occur within an hour.

In major league baseball, a no-hitter is a game in which a pitcher, or pitchers, doesn’t give up any hits throughout the game. No-hitters occur at a rate of about three per season. Assume that the duration of time between no-hitters is exponential.

  1. What is the probability that an entire season elapses with a single no-hitter?
  2. If an entire season elapses without any no-hitters, what is the probability that there are no no-hitters in the following season?
  3. What is the probability that there are more than 3 no-hitters in a single season?

Let X = the number of no-hitters throughout a season. Since the duration of time between no-hitters is exponential, the number of no-hitters per season is Poisson with mean λ = 3.

Therefore, (X = 0) = \(\frac{{3}^{0}{e}^{–3}}{0\text{!}}\) = e–3 ≈ 0.0498

You could let T = duration of time between no-hitters. Since the time is exponential and there are 3 no-hitters per season, then the time between no-hitters is \(\frac{1}{3}\) season. For the exponential, µ = \(\frac{1}{3}\).

Therefore, m = \(\frac{1}{\mu }\) = 3 and TExp(3).

  1. The desired probability is P(T > 1) = 1 – P(T < 1) = 1 – (1 – e–3) = e–3 ≈ 0.0498.
  2. Let T = duration of time between no-hitters. We find P(T > 2|T > 1), and by the memoryless property this is simply P(T > 1), which we found to be 0.0498 in part a.
  3. Let X = the number of no-hitters is a season. Assume that X is Poisson with mean λ = 3. Then P(X > 3) = 1 – P(X ≤ 3) = 0.3528.

During the years 1998–2012, a total of 29 earthquakes of magnitude greater than 6.5 have occurred in Papua New Guinea. Assume that the time spent waiting between earthquakes is exponential.

  1. What is the probability that the next earthquake occurs within the next three months?
  2. Given that six months has passed without an earthquake in Papua New Guinea, what is the probability that the next three months will be free of earthquakes?
  3. What is the probability of zero earthquakes occurring in 2014?
  4. What is the probability that at least two earthquakes will occur in 2014?

According to the American Red Cross, about one out of nine people in the U.S. have Type B blood. Suppose the blood types of people arriving at a blood drive are independent. In this case, the number of Type B blood types that arrive roughly follows the Poisson distribution.

  1. If 100 people arrive, how many on average would be expected to have Type B blood?
  2. What is the probability that over 10 people out of these 100 have type B blood?
  3. What is the probability that more than 20 people arrive before a person with type B blood is found?
  1. \(\frac{100}{9}\) = 11.11
  2. P(X > 10) = 1 – P(X ≤ 10) = 1 – Poissoncdf(11.11, 10) ≈ 0.5532.
  3. The number of people with Type B blood encountered roughly follows the Poisson distribution, so the number of people X who arrive between successive Type B arrivals is roughly exponential with mean μ = 9 and m = \(\frac{1}{9}\). The cumulative distribution function of X is \(P\left(X<x\right)=1-{e}^{-\frac{x}{9}}\). Thus hus, P(X > 20) = 1 – P(X ≤ 20) = \(1-\left(1-{e}^{-\frac{20}{9}}\right)\approx 0.1084.\)
Note

We could also deduce that each person arriving has a 8/9 chance of not having Type B blood. So the probability that none of the first 20 people arrive have Type B blood is \({\left(\frac{8}{9}\right)}^{20}\approx 0.0948\). (The geometric distribution is more appropriate than the exponential because the number of people between Type B people is discrete instead of continuous.)

A web site experiences traffic during normal working hours at a rate of 12 visits per hour. Assume that the duration between visits has the exponential distribution.

  1. Find the probability that the duration between two successive visits to the web site is more than ten minutes.
  2. The top 25% of durations between visits are at least how long?
  3. Suppose that 20 minutes have passed since the last visit to the web site. What is the probability that the next visit will occur within the next 5 minutes?
  4. Find the probability that less than 7 visits occur within a one-hour period.

At an urgent care facility, patients arrive at an average rate of one patient every seven minutes. Assume that the duration between arrivals is exponentially distributed.

  1. Find the probability that the time between two successive visits to the urgent care facility is less than 2 minutes.
  2. Find the probability that the time between two successive visits to the urgent care facility is more than 15 minutes.
  3. If 10 minutes have passed since the last arrival, what is the probability that the next person will arrive within the next five minutes?
  4. Find the probability that more than eight patients arrive during a half-hour period.

Let T = duration (in minutes) between successive visits. Since patients arrive at a rate of one patient every seven minutes, μ = 7 and the decay constant is m = \(\frac{1}{7}\). The cdf is P(T < t) = \(1-{e}^{\frac{t}{7}}\)

  1. P(T < 2) = 1 – \(1-{e}^{-\frac{2}{7}}\) ≈ 0.2485.
  2. P(T > 15) = \(1-P\left(T<15\right)=1-\left(1-{e}^{-\frac{15}{7}}\right)\approx {e}^{-\frac{15}{7}}\approx 0.1173\).
  3. P(T > 15|T > 10) = P(T > 5) = \(1-\left(1-{e}^{-\frac{5}{7}}\right)={e}^{-\frac{5}{7}}\approx 0.4895\).
  4. Let X = # of patients arriving during a half-hour period. Then X has the Poisson distribution with a mean of \(\frac{30}{7}\), X ∼ Poisson\(\left(\frac{30}{7}\right)\). Find P(X > 8) = 1 – P(X ≤ 8) ≈ 0.0311.

Glossary

decay parameter
The decay parameter describes the rate at which probabilities decay to zero for increasing values of x. It is the value m in the probability density function f(x) = me(-mx) of an exponential random variable. It is also equal to m = \(\frac{1}{\mu }\)
, where μ is the mean of the random variable.
memoryless property
For an exponential random variable X, the memoryless property is the statement that knowledge of what has occurred in the past has no effect on future probabilities. This means that the probability that X exceeds x + k, given that it has exceeded x, is the same as the probability that X would exceed k if we had no knowledge about it. In symbols we say that P(X > x + k|X > x) = P(X > k).
Poisson distribution
If there is a known average of λ events occurring per unit time, and these events are independent of each other, then the number of events X occurring in one unit of time has the Poisson distribution. The probability of k events occurring in one unit time is equal to \(P\left(X=k\right)=\frac{{\lambda }^{k}{e}^{-\lambda }}{k!}\).

License

Icon for the Creative Commons Attribution 4.0 International License

The Exponential Distribution Copyright © 2013 by OpenStaxCollege is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.