Angela has to distribute 15 chocolates among 5 of her children cupcake, pancake, lollipop, pie and gingerbread. She needs to make sure that cupcake get at least 3 and at most 6 chocolates. Find the number of ways can this be done. The answer is 435
Okay now I am getting 425. this is my way.
The question is same as asking the number of integer solutions of the equation
constraint to the relation that and . Which is equivalent to finding the coefficient of in .
I checked from wolfram alpha that the coefficient is coming out to be 425. But the answer is 435. Can anyone provide a correct solution and tell me what I am doing wrong?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
You're not doing anything wrong. A brute force check using Python also reports that the answer is indeed 425.
Log in to reply
Thanks. Then I guess there must have been some sort of printing mistake.