Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

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!

share|improve this question
This problem is very similar: math.stackexchange.com/questions/101432/… – Byron Schmuland Sep 30 '12 at 18:20
So, 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. – lab bhattacharjee Sep 30 '12 at 18:53

1 Answer

up vote 2 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.