Respuesta :
Since order is not important, we are looking for unique combinations. For this type of problem you use the "n choose k" equation.
n!/(k!(n-k)!), where n=total amount of choices, k=number of choices made.
In this case:
20!/(15!(20-15)!)
20!/(15!*5!)
15504
n!/(k!(n-k)!), where n=total amount of choices, k=number of choices made.
In this case:
20!/(15!(20-15)!)
20!/(15!*5!)
15504