I had some help on a previous post where I learned that
The distribution of $X(t)-X(s)$, for $s<t$, is Poisson with rate $\lambda(t-s)$. That is, $$ \mathbb P(X(t)-X(s)=k) = > \frac{e^{-\lambda(t-s)}(\lambda(t-s))^k}{k!}.$$
Now the question is as follows:
"Errors in a computer surfaces according to a Poisson process with rate 0.4 per day. Calculate the probability of errors surfacing in three consecutive 5-day periods, with at least 1 error surfacing in each period."
Here, $\lambda=0.4/$day, and so I figured for a 5-day period the rate would be $\lambda=0.4/5$ = $0.08$.
Now when calculating this probability, would it be correct to assume an error occurring in one period is independent of an error occurring next period? and regarding "at least 1 error surfacing in each period", how should that condition be be taken in consideration?