-1

If 100 apples are to be divided among 25 people,how they can be divided so that none of them gets an even number of apples?

4 Answers4

2

The sum of any 25 odd numbers is odd, so this is impossible in the case when everybody gets whole apples.


But formally, the condition

none of them gets an even number of apples

allows noninteger numbers of apples, I mean to divide an apple into 2 halves and give halves to different people ($0.5$ or $3.5$ are NOT EVEN numbers).

So for example:

$27$ apples for person 1,

$3.5$ for person 2 and 3,

$3$ apples for all others.

0

Give 4 apples to each person and ask them to break off in pairs. Ask a person in every pair to pass one of their apples to the other one in the pair such that in each pair, one has 3 apples and the other has 1 apple. (This all works because no where in the question has it asked to divide them equally among the people. Also, this is one of the many ways in which it can be done)

0

The number of ways in which you can do that is given by the coefficient of $x^{100}$ in $$(x^1+x^3+x^5+x^7+\ldots)^{25}\tag{1}$$ i.e. by: $$ [x^{100}]\left(\frac{x}{1-x^2}\right)^{25} = [x^{75}]\frac{1}{(1-x^2)^{25}} \tag{2}$$ and since: $$ \frac{1}{(1-z)^{25}}=\sum_{n\geq 0}\binom{24+n}{n}z^n \tag{3}$$ by stars and bars, $$ \frac{1}{(1-x^2)^{25}}=\sum_{n\geq 0}\binom{24+n}{n}x^{2n} \tag{4}$$ and the RHS of $(2)$ simply equals $\color{red}{0}$.

Unsurprisingly, since the sum of $25$ odd numbers is an odd number, while $100$ is an even number.

Jack D'Aurizio
  • 353,855
0

With $\quad n_{k} \in \left\lbrace 0,1,2,\ldots,49\right\rbrace\quad\mbox{and}\quad k = 1,2,\ldots 25$:

$$ \sum_{k = 1}^{25}\left(2n_{k} + 1\right) = 2\left(\sum_{k = 1}^{25}n_{k}\right) + 25 \not= 100 $$ because the 'left side' is $\color{#f00}{\mbox{an odd number}}$. It's not possible to do that.

Felix Marin
  • 89,464