$$\sum_{k=1}^{70}\frac{k}{x-k} \ge \frac{5}{4}$$ The solution set of this inequality is a union of disjoint intervals and let $S$ be the sum of lengths of intervals of $x$ which satisfy the given inequality, then $S=?$
Expanding out gives $$\frac{1}{x-1}+\frac{2}{x-2}+\frac{3}{x-3} + \dots + \frac{70}{x-70} \ge \frac{5}{4}$$ Also I could just conclude that it will be an equation of degree $70$ but I have no clue on how to approach/solve this problem or what can be the possible values of $x$. Graphing this equation would be really tedious. If anyone can suggest some hints/clues, it would be a great help. Thank You
The function $f(x) = \sum_{k=1}^n \frac{k}{x-k}$ is defined on $\Bbb R \setminus \{ 1, 2, \ldots, n \}$, and
Now fix a number $a > 0$. The set $\{ x \mid f(x) \ge a \}$ is the union of $n$ intervals $(k, x_k]$, where $x_k$ is the unique solution of $f(x) = a$ in $(k, k+1)$ (resp. $(n, \infty)$). The total length is therefore $$ S = \sum_{k=1}^n (x_k -k) \, . $$ Writing the equation $f(x) = a$ in the form $$ \prod_{k=1}^n (x-k) - \frac 1a \sum_{k=1}^n \left( k \prod_{l \ne k} (x-l) \right) = 0 $$ and applying Vieta's formulas gives $$ \sum_{k=1}^n x_k = \left( 1 + \frac 1a\right)\sum_{k=1}^n k $$ and therefore $$ S = \frac 1a \sum_{k=1}^n k = \frac{n(n+1)}{2a} \, . $$ In your case is $n=70$ and $a=5/4$, so that the total length is $S=1988$.
Generalization: The same approach works to compute the solution set of $$ \sum_{k=1}^n \frac{b_k}{x-c_k} \ge a $$ where $a$ and $b_1, \ldots b_n$ are positive real numbers, and $c_1, \ldots, c_n$ are distinct real numbers.
Again the solution set is a union of half-open intervals $[c_k, x_k)$ where $x_1, \ldots, x_n$ are the solutions of $$ \prod_{k=1}^n (x-c_k) - \frac 1a \sum_{k=1}^n \left( b_k \prod_{l \ne k} (x-c_k) \right) = 0 $$ and Vieta's formula gives $$ \sum_{k=1}^n x_k = \sum_{k=1}^n \left( c_k + \frac 1a b_k \right) \, . $$ The total length of the solution set is therefore $$ S = \frac 1a \sum_{k=1}^n b_k \, . $$ Interestingly, the total length does not depend on the $c_k$.