0
$\begingroup$

enter image description here

Hey,

I could not solve even a bit of above problem. I asked my teacher for help after trying for conceivable time, he said there is some incorrect or missing information in the question.

Can you please give me hint on solving it if the question is correct.

  • 0
    If I'm not mistaken, the summation on the right should be corrected to be $\sum\limits_{j=\color{red}{1}}^{99}c_j$ and it be clarified that $c_j$ represents the number of people having equal to or greater than $j$ friends (*or alternatively, leave it as is and change it so it is strictly greater than $j$ friends*).2017-01-30

2 Answers 2

1

$c_j$ should be clarified to denote the number of students with greater than or equal to $j$ friends and the summation on the right should be corrected to be $\sum\limits_{j=\color{red}{1}}^{99}c_j$


Sort the people in order of number of friends they have, highest to lowest.

Draw a Young Diagram (or Ferrers Diagram) in the following way:

  • In column $i$, draw a number of dots in a grid filling spaces from top to bottom equal to the number of friends person $i$ has.

You wind up with something looking like this:

$$\begin{array}{ccccccc}\bullet&\bullet&\bullet&\bullet&\bullet&\bullet&\bullet\\\bullet&\bullet&\bullet\\\bullet&\bullet&\bullet\\\bullet&\bullet\\\bullet\end{array}$$

We may count how many dots there are in this diagram in two different ways

  • Add up the amounts in each column individually, and add the results together
  • Add up the amounts in each row individually, and add the results together

Since these two methods both correctly count the total number of dots, their expressions must be equal.

Now, recognize that the action of adding column by column corresponds to $\sum a_i$.

Further recognize that row $j$ will have exactly $c_j$ dots in it, and so summing row by row corresponds to $\sum c_j$.

Finally, notice that the bounds on both summations will not prevent any row or column from being counted in the total.

0

You have probably remarked that $a_i$ and $c_j$ can both be expressed as sums. Indeed, since the $i^{th}$ student has at most 99 friends, we can write $$a_i = \sum_{j=0}^{99} \textbf{1}_{\{j < a_i\}}.$$ You could now be able to end the problem.