Assume that we have a serial circuit with three bulbs. Each bulb's life time is exponentially distributed: $$f_{bulb}(t) =\left\{ \begin{aligned} &\lambda e^{-\lambda t} & t \ge 0\\ &0 & t < 0 \end{aligned} \right.$$ Find the distribution function of the circuit's work-time (the circuit works when all three bulbs work). \begin{align} t &= \min \{t_1,t_2,t_3\}\\ F_{circuit}(t) &= P(T_1<t, T_2 < t,T_3 < t) \end{align}
I'm stuck here. Did I do this correctly? If yes how do i proceed?
(I don't know how to process the $\min\{t_1,t_2,t_3\}$ part)
Sorry if i have bad grammar or messy notation.