Neha J. answered 04/16/21
Experienced and patient reading and writing tutor
Answer for a is
Npermutations = nPr = n!/ (n-r)!
Npermutations = 9P6 = 9!/(9-6)! = 9*8*7*6*5*4 = 60480
Answer for b is
Ncombinations = nCr = n!/((n-r)!r!)
Ncombinations = 9C6 = 9!/((9-6)!6!) = (9*8*7)/(3*2*1) = 84