Math Problem Statement
The length of time in minutes, X, between 911 calls in Metropolis has an exponential distribution with a mean of 20.00 minutes. Thus, the density of X is:
f(x,𝜆) = 𝜆 e−𝜆x
for 0 ≤ x ≤ ∞, 𝜆 is what R calls rate.
Hint: This is a problem involving the exponential distribution. Knowing the parameter 𝜆 for the distribution allows you to easily answer parts a ,b ,c and use the built-in R functions for the exponential distribution (dexp(), pexp(), qexp()) for other parts . Or (not recommended) you should be able to use the R integrate command with f(x) defined as above or with dexp() for all parts.
a) What is the value of 𝜆?
b) What is the variance of X?
c) What is the standard deviation of X?
d) What is the probability that X is greater than its expected value?
e) What is the probability that X is > 25?
f) What is the probability that X is > 50?
g) What is the probability that X > 50 given that X > 25?
h) What is the median of X?
l) Enter any comments in the text box below.
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Exponential Distribution
Probability
Statistics
Formulas
Rate (𝜆) = 1 / Mean (𝜇)
Variance = 1 / 𝜆^2
Standard Deviation = sqrt(Variance)
P(X > x) = e^(-𝜆 x)
Median = ln(2) / 𝜆
Theorems
Memoryless Property of Exponential Distribution
Suitable Grade Level
College Statistics or Advanced High School
Related Recommendation
Exponential Distribution Probability: Time Between Calls
Statistics Problem: Exponential Distribution with Mean 0.88
Exponential Distribution with Average Time of 18 Minutes - Find m and PDF
Exponential Distribution: Pub Waiting Time Problem with Average Wait of 41 Minutes
Poisson and Exponential Distribution: Customer Arrival Times in a Convenience Store