Determine the number of its n-combinations

  • Context: Graduate 
  • Thread starter Thread starter Jrb599
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
Jrb599
Messages
24
Reaction score
0
Consider the multiset {n*a, n*b, 1, 2 , 3,..., n+1} of size 3n + 1. Determine the number of its n-combinations.

I'm stuck on this one, any help would great.
 
Physics news on Phys.org
Consider the case n=2

you get

(a,a,b,b 1,2,3) which gives you 7 elements

not 5, so 3n + 1 holds.
 
PRoblem solved, will this thread be deleted?