Find all natural values of $k$ for which the system $$\begin{cases}x_1+x_2+\ldots+x_k=9\\\frac1{x_1}+\frac1{x_2}+\ldots+\frac1{x_k}=1\end{cases}$$has solutions in positive numbers. Find these solutions. I. Dimovski
Problem
Source: Bulgaria 1968 P1
Tags: algebra
27.06.2021 18:42
Just plain cauchy schwarz.
29.06.2021 19:22
29.06.2021 20:09
You still have to prove that there are solutions for $k\in[3]$.
29.06.2021 20:09
jasperE3 wrote: You still have to prove that there are solutions for $k\in[3]$. Yes, this is what I am about to add right now. EDIT: I have just updated my solution.
16.07.2021 08:11
By AM GM inequality, $(x_1+x_2+ \cdots + x_k)(\frac{1}{x_1} + \frac{1}{x_2} + \cdots + \frac{1}{x_k}) \ge k^2$ $\implies k^2 \le 9.1$ $\implies k \le 3$ If $k=1$, $x_1=9$ and $\frac{1}{x_1} = 1$ which has no solutions. If $k=2$, $x_1+x_2=9$ and $\frac{x_1+x_2}{x_1x_2}=1$ Then $x_1x_2=9$. Solving them we get a solution(looks creepy that's why not writing it). If $k=3$ we are getting the equality case of AM GM. Thus $x_1=x_2=x_3=3$ is a solution.