219,941 views
22 votes
22 votes
Pls i need help with this

Solve using Matlab three problems:

One using the combination formula

One using the permutation of n objects formula

One using the permutation of r objects out of n objects

You can make up your own questions

User Illidanek
by
2.6k points

1 Answer

28 votes
28 votes

Answer:

%%%%Problem 1%%%

while n<1:

c=(n!)/((n-r)!(r!))

end

%%end of solution 1%

User Reversebind
by
3.2k points