::
Once you’ve chosen 4 out of 12 employees, you have 8 left to choose from.
Choose another 4 out of the 8 employees left, you have 8C4.
Order matters, but it’s the other way around – use nPr (permutation) in situations where order matters, and nCr (combination) in situations where order does not matter.
When you’re choosing people for teams, order doesn’t matter so you use nCr. When order matters, such as picking lottery balls to decide a winning set of numbers, then you use nPr.