- #1
toothpaste666
- 516
- 20
Homework Statement
The amount of time that a surveillance camera will run without having to be reset is a random variable having the exponential distribution with beta = 50 days. find the probabilities that such a camera will
a) have to be reset in less than 20 days
b) not have to be reset in at least 60 days
The Attempt at a Solution
first we integrate the function
f(x) = (1/beta)e^(-x/beta) = (1/50)e^(-x/50)
after integrating we get
-e^(-x/50) evaluated from a to b
for part a)
we are evaluating from 0 to 20 so we get
-(e^(-20/50) - 1) = 1 - e^(-20/50) = .3297
for part b) we evaluate from 60 to ∞
-(0 - e^(-60/50)) = e^(-60/50) = .3012
is this method correct?