Customers arrive at a facility according to a Poisson process $N(t)$ of rate $\lambda = 5.5$ customers/hour. Each customer is admitted to the facility with probability $p=0.6$. All customers, who are not admitted, leave and do not come back. Let $X(t)$ be the number of customers admitted from time $0$ to time $t$. Compute the following:
$(a)$ The mean value $\mathbb E[X(10)]$
$(b)$ The probability $\mathbb P(X(10) = 31)$
$(c)$ The conditional probability $\mathbb P(X(10) = 31 \mid N(10) = 54)$.
So far I have figured out that $\mathbb E[X(10)] = p\lambda t = 33$.
My attempt for $(b)$ is $$\mathbb P(X(10)=31) = 0.6\cdot\frac{(5.5\cdot10)^{31}e^{-5.5\cdot10}}{31!},$$ which is wrong. I hope someone will help me figure out the next parts and lead me in the right direction