Customers arrive at a service facility according to a Poisson process of rate $\lambda = 5$ customers/hour. Let N(t) be the number of customers that have arrived up to time t hours. Let $W_1,W_2,W_3,...$ be the successive arrival times of the customers.
a) Find the expected arrival time of the 7th customer $E[W_7]$
b) Given N(1) = 4, determine the expected arrival time of the 7th customer, $E[W_7|N(1)=4]$
so far I have calculated that each one customer arrives at a rate of $\frac{1}{5}$ and used that to calculate $E[W_7] = \sum_{1}^7\frac{1}{5} = \frac{7}{5}$
I am currently having trouble figuring out how to approach b). Any help would be appreciated