contestada

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

Respuesta :

Answer:

%%%%Problem 1%%%

while n<1:

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

end

%%end of solution 1%