I have a bag of size $B$ and I am drawing $k$ balls at a time in each draw. The $k$ draw is uniform over all the balls in the bag. I get $k_1 (\leq k)$ red balls in the first draw. I want to know what is the expected $new$ red balls in the second draw.
Similarly if I get $k_1$, $k_2$... $k_n$ in the n-th draw, what should be my expectation of getting $new$ red balls in the next draw $k_{n+1}$ ? I am unable to analyse the different cases with the important factor $B$.
Clarification : The $k$ balls in a single draw are distinct. But the next draw is sampling with replacement.