SOLUTION: How many permutations and combinations can be made for: three of the digits 3,5,7, and 9?

Algebra ->  Permutations -> SOLUTION: How many permutations and combinations can be made for: three of the digits 3,5,7, and 9?      Log On


   



Question 425634: How many permutations and combinations can be made for: three of the digits 3,5,7, and 9?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi
permutations and combinations for 3 of 4 digits: 3,5,7,9
permutations = 4P3 = 4! = 24
combinations = 4C3 = 4!/3! = 4
Note: Combinations (order not important) are:
(3,5,7)
(3,5,9)
(3,7,9) &
(5,7,9)