228k views
4 votes
How many ways are there of choose 5 objects, without replacement, from 14 distinct objects?

User Surgiie
by
8.4k points

1 Answer

4 votes
Use the combination formula (attached):
combinations = n! / [r! * (n-r)!]
r = 5 and n = 14
combinations = 14*13*12*11*10*9! / 5! * (9)! =

14*13*12*11*10 / 5*4*3*2

14*13*11

= 2,002



How many ways are there of choose 5 objects, without replacement, from 14 distinct-example-1
User Tom Bird
by
7.1k points