Let $X$ be the lifetime of a personal computer. Suppose the pdf of $X$ is $$ f_X(x) = \begin{cases}\frac{1}{5}e^{-\frac{1}{5}x} & x > 0 \\ 0 & {\rm otherwise}\end{cases} $$ Assume that costumers replace their computers at failure or three years, whichever comes first. Let the actual life of a computer, which denoted the duration of a computer kept by an costumer before replacement.
(a) Find the cdf of $F_T(t)$ of the actual life $T$ of a computer and then write it in one formula using the unit step functions
I learn that i can get the cdf by integrating the pdf. $$\int 1/5e^{-t/5} \,dt= -e^{-t/5}$$ my way to get the cdf : \begin{cases} 0 & \text{$t<0$} \\ -e^{-t/5} & \text{0≤t≤3}\\ 1 & \text{$t>3$} \end{cases}$ solution: \begin{cases} 0 & \text{$t<0$} \\ 1-e^{-t/5} & \text{0≤t≤3}\\ 1 & \text{$t>3$} \end{cases}$
Hope someone can explain why it is $1-e^{-1/5t}$ and the meaning of it.