The maximum electric power required in a city with a random variable X is modeled has a probability density function Below:
$$f(x) = c^{2}xe^{-cx}$$ $$c= 5\times10^{-6} per kilowatt$$ First if the available power is 1 million kilowatts, what is the probability of blackout?
Second what is the amount of power needed so that the probability of blackout to be less than 0.005?
how can we calculate the blackout probability?
Step: the cumulative distribution $F(x)=1-e^{-cx}(1+cx)$
For the first question, $cx=5$, blackout probability is $1-F(x)=(1+cx)e^{-cx}=.0337$.
For the second question, let $1-F(x)=.005$, or $(1+cx)e^{-cx}=.005$. Solve for $cx$. Numerical method needed for solution. I got $cx=7.425$ or $x=1.485$ million kilowatts.