How many ways an examiner can assign 15 marks to 5 questions?
2,188
This is a straightforward stars-and-bars question. Since each question must receive at least two marks, you have $15-2\cdot5=5$ marks left to distribute as you please amongst the $5$ questions, so you’re putting $5$ indistinguishable objects into $5$ distinguishable containers. As is explained quite clearly in the article to which I linked, this can be done in $$\binom{5+5-1}{5-1}=\binom94=126$$ ways.
Related videos on Youtube
Author by
Mistu4u
Hiya all, If you feel like contacting me, shoot me on Gmail or Catch me on Facebook
Updated on June 14, 2022Comments
-
Mistu4u less than a minute
The number of ways in which an examiner can assign 15 marks to 5 questions giving not less than 2 marks to any question is
a.1 b.126 c.120 d.240
I am getting no clue!-
Admin over 9 yearsThis problem is very similar: math.stackexchange.com/questions/101432/…
-
lab bhattacharjee over 9 yearsSo, we need to find $a,b,c,d,e\ge 0$ such that $a+b+c+d+e=5$. By divide & conquer approach, I've arrived at $^{5+5-1}C_4=126$ possible values which must be available from some standard formula of which I'm unfortunately not aware.
-