+0  
 
0
170
1
avatar

Suppose we want to choose 5 objects, without replacement, from 16 distinct objects.

 Dec 4, 2022
 #1
avatar+21 
0

Easy. 

 

When wanting to choose something from a group we use the choose function which states:

 

n!/r! (n-r)!

 

So applying this to your problem we get 16!/5!*11!

This simplifies to (16*15*14*13*12) / (5*4*3*2*1)

 

So the answer should be 4368 if I'm not mistaken.

cheekycheekycheekycheeky

 Dec 4, 2022

6 Online Users

avatar
avatar
avatar
avatar
avatar