Respuesta :

1 - 15
2 - 17
3 - 18
4 - 19
5 - 20
irspow
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