Find the value of $\frac{1}{d_1}+\frac{1}{d_2}+\dots+\frac{1}{d_k}$.

132 Views Asked by At

Let $d_1,d_2,\dots,d_k$ be all the factors of a positive integer $n$ including $1$ and $n$. Suppose $d_1+d_2+\dots+d_k=72$. Then the value of $$\frac{1}{d_1}+\frac{1}{d_2}+\dots+\frac{1}{d_k}$$ is

(a) $\frac{k^2}{72}$

(b) $\frac{72}{k}$

(c) $\frac{72}{n}$

(d) cannot be computed.

I can't express $n$ in terms of $d_1,d_2,\dots,d_k$ . Here I am stuck. Please help.

3

There are 3 best solutions below

0
On BEST ANSWER

There are only finitely many cases where the factors add up to 72. And these are the numbers 30, 46, 51, 55 and 71. You may want to check what happens to the sum of the reciprocal of their factors.

Now, for the general case, let $1 = d_1 < d_2 < \cdots < d_k = n$ be the factors of $n$. Then $\dfrac{1}{d_1} = \dfrac{d_k}{n}$, and in general $\dfrac{1}{d_i} = \dfrac{d_{k-i+1}}{n}$. Thus,

$\dfrac{1}{d_1} + \cdots \dfrac{1}{d_k} = \dfrac{d_k + d_{k-1} + \cdots + d_1}{n} = \dfrac{\sigma(n)}{n}$,

where $\sigma(n)$ is the sum of factors of $n$.

0
On

The sum of divisors function is usually written with a letter $\sigma,$ so they are asking about $\sigma(n) = 72.$ Now, for a prime number $p,$ we do get $\sigma(p) = 1 + p,$ so in particular $\sigma(71) = 72.$ And that leads to at least one value for the sum of the reciprocals of the divisors.

We know that $\sigma(n) \geq n+1.$ So, the target 72 demands that $n \leq 71.$ Find out what other numbers solve $\sigma(n) = 72.$

0
On

There's no need to find $n$. Note that for every $d$ dividing $n$, $\frac{n}{d}$ is also a divisor of $n$. Therefore the sum of all $d_i$ is equal to the sum of all $\frac{n}{d_i}$, which means...