29,848 views
5 votes
5 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 Rajat Goel
by
3.0k points

1 Answer

3 votes
3 votes

Answer:

%%%%Problem 1%%%

while n<1:

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

end

%%end of solution 1%

User Rondel
by
3.6k points