SOLUTION: Suppose we want to choose 5 objects, without replacement, from 14 distinct objects. (a) How many ways can this be done, if the order of the choices is taken into consideration

Algebra ->  Probability-and-statistics -> SOLUTION: Suppose we want to choose 5 objects, without replacement, from 14 distinct objects. (a) How many ways can this be done, if the order of the choices is taken into consideration      Log On


   



Question 1171754: Suppose we want to choose 5 objects, without replacement, from 14 distinct objects.

(a) How many ways can this be done, if the order of the choices is taken into consideration?

(b) How many ways can this be done, if the order of the choices is not taken into consideration?

Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!

a) 14P5 = 14!/(14-5)!
b) 14C5 = 14!/((14-5)!5!)