I have the following review problem I've been working through and would appreciate any help towards solving it.
Customers enter a store according to a Poisson process of rate $\lambda$ = 5 per hour. Independently, each customer buys something with probability p = 0.8 and leaves without making a purchase with probability q = 0.2. Each customer buying something will spend an amount of money uniformly distributed between \$1 and \$101 (independently of the purchases of the other customers). What are the mean and the standard deviation of the total amount of money spent by customers within any given 10-hour day?
So far I think the mean spend over the 10 hour block is given by $\lambda t\times E[spend]$, where E[spend] = E[spend|buy]*P(buy) = 40.8 and $\lambda_{p} t = 10\times4 = 40$ ($\lambda_{p} = 0.8 \times 5 = 4$).
$\therefore$ mean spend is 40.8 $\times$ 40 = \$1631
I'm not 100% certain this is correct, and I'm also unsure on how to approach the standard deviation part of the question.