If $x_i>0$, for i=1,2,...50 and $x_1+x_2+x_3+ \cdots+x_{50}=50$, find the minimum value of $ \frac{1}{x_1}+\frac{1}{x_2}+\cdots+\frac{1}{x_{50}}$
I have no idea as to how to go about solving this. I have just tried hit and try and have realised the minimum value comes when all terms have a value of 1. I have figured out why that happens in a very basic sense:
Let $x_i$ be the only term having a value greater than one then there should be many terms with a value less than one to make the sum 50. Those "many terms" when reciprocated become greater than one while there is only one number less than one(i.e. $1/x_i$). Hence the sum of $ \frac{1}{x_1}+\frac{1}{x_2}+\cdots+\frac{1}{x_{50}}$ becomes larger than 50. In case all terms are taken as 1, the sum of $ \frac{1}{x_1}+\frac{1}{x_2}+\cdots+\frac{1}{x_{50}}$ comes out to be 50. Similarly, this can be proved for any no. of terms greater than one.
I am pretty sure this explanation is not enough to justify the answer of a maths problem but I don't know how to give a mathematical proof to this...It would be great if someone could help me solve this.
Hint: due to inequality of means:
$$ \frac{x_1 + \cdots + x_n}{n} \geq \frac{n}{\frac{1}{x_1} + \cdots + \frac{1}{x_n}} $$
Values are equal if and only if $x_1=x_2=\cdots=x_n$