Combination with repeatation formula

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
rajeshmarndi
Messages
319
Reaction score
0

Homework Statement


The combination of n different object, taken r at a time(repeatation allowed) is given by
Cnr = (n-1+r)! / [(n-1)! r!]

Homework Equations

The Attempt at a Solution


The above formula is deducted, as it is same as no. of ways of placing n-1 bar in n-1+r places, which is same as combination (repeatation not allowed) of n-1 object placed in n-1+r places. But permutation and combination formula or online calculator doesn't allow when r>n, (r= place, n= no. of objects). Then how is the prove of the above formula deducted?

Also the above formula is similar to combination(repeatation not allowed) of n-1+r object placed in r places.
 
on Phys.org
rajeshmarndi said:
The combination of n different object, taken r at a time(repeatation allowed)
"At a time" should not be used when describing combinations that allow repetition. See e.g. http://en.wikipedia.org/wiki/Combination.
rajeshmarndi said:
calculator doesn't allow when r>n
Does your calculator have separate functions for with and without repetition? If it does, you must be selecting the wrong one. If it does not, you must do the n+r-1 calculation separately and plug that into the function as 'n'.