For combinations without repetition, the formula is n!/r!(n-r)!
Where n is the number of things to choose from and r is the amount of things we chose
So in this question, there are 5 people to choose from and we have to choose 3 of them
So the amount of ways is 5!/(3!(5-3)!) = 5!/(3!2!) =...