I have searched a lot and don't really understand the answers I've come across. So apologies in advance if I'm repeating a common question.
The problem is as follows: Distribute $69$ identical items across $4$ groups where each groups needs to contain at least $5$ items.
The way I see the problem: $x_1 + x_2 + x_3 + x_4 = 69$, $x_i \geq 5$
Could this then be the same as: $x_1 + x_2 + x_3 + x_4 = 49$, $x_i \geq 0$, and therefore be solved using ${n + k -1} \choose {k - 1}$ = ${52}\choose{3}$ = $\frac{52!}{3!(52 - 3)!}$ = $\frac{52!}{3!49!}$
Or am I thinking completely wrong here?
You are completely right.
Distribute 5 items to each $x_i$ before using star and bars. Hence we get to find non negative integral solutions of $$a+b+c+d=49$$ Hence the answer would be $\binom {52}{3}$