The exercise
A focus consists of $20$ bulbs that operate independently.
The lifetime of each bulb is a continuous random variable $X$, whose density function is as follows:
$$\displaystyle F_X(x)=1-e^{-\dfrac{x}{50}}$$$$x>0$$
When more than $2$ light bulbs are failed, the maintenance service is called to renew the focus.
What is the probability that in $10$ days the maintenance service is not required?
My solution
-I will use in the distribution of a discrete random variable, the probability of a continuous random variable-
Let Y be the number of bulbs that do not function when analyzing $n=20$ of them, each with an independent probability $p=1-F_X(x)$ to fail, that is: not having $x$ days of useful life. Then, $Y$~$B(n,p)$ so that:
$$\displaystyle f_Y(x,y)=C_y^{20}(1-F_X(x))^y(F_X(x))^{20-y}$$$$x>0$$$$y=0,...,20$$
And if all of the above was right, the probability would be:
$$1-P(Y>2)=P(Y≤2)=f_Y(10,0)+f_Y(10,1)+f_Y(10,2)$$
Is it okay to do what I did? The solution is correct? Thank you very much.