Find $S = \frac{a}{b+c}+\frac{b}{c+a} + \frac{c}{a+b}$ if values of $a+b+c$ and $\frac1{a+b}+\frac1{b+c}+\frac1{a+c}$ are given

8.3k Views Asked by At

I just stumbled upon a contest question from last year's city olympiad math contest:

Question: For the real numbers $a,b,c$ such that: $a+b+c = 6, \dfrac{1}{a+b}+\dfrac{1}{b+c} + \dfrac{1}{c+a} = \dfrac{47}{60}$, find the value of $S = \dfrac{a}{b+c}+\dfrac{b}{c+a} + \dfrac{c}{a+b}$.

Since I just saw it from an online forum "elsewhere", I thought I'd want to hear from other more skilled and experienced MSE members about your tactics and approaches to the solution of this interesting question.

6

There are 6 best solutions below

0
On BEST ANSWER

Hint: $$\frac{a}{b+c}=\frac{a+b+c}{b+c}-1.$$

0
On

Hint:$$\frac{a+b+c}{b+c}=1+\frac{a}{b+c}$$

2
On

$$a+b+c=6\tag{1}$$

$$\frac{1}{a+b}+\frac{1}{b+c}+\frac{1}{c+a}=\frac{47}{60}\tag{2}$$

$$S = \frac{a}{b+c}+\frac{b}{c+a}+\frac{c}{a+b}$$

$S = \left(\frac{a+b+c}{b+c}-1\right)+\left(\frac{a+b+c}{c+a}-1\right)+\left(\frac{a+b+c}{a+b}-1\right) =6\left(\frac{1}{a+b}+\frac{1}{b+c}+\frac{1}{c+a}\right)-3=6\cdot\frac{47}{60}-3$

$S =\frac{47}{10}-3 =\frac{17}{10}$

0
On

Multiplying the given expressions together:

\begin{align} \frac{47}{10} &= (a+b+c)\bigg(\frac{1}{a+b}+\frac{1}{b+c}+\frac{1}{c+a}\bigg) \\ \\ &= \frac{a+b+c}{a+b}+\frac{a+b+c}{b+c}+\frac{a+b+c}{c+a} \\ \\ &=3+\frac{c}{a+b}+\frac{a}{b+c}+\frac{b}{c+a} \\ \\ \end{align}

$$\Longrightarrow \frac{c}{a+b}+\frac{a}{b+c}+\frac{b}{c+a} = \frac{17}{10}$$

3
On

The only possible numbers a, b, c that add up to 6 are 1, 2, 3.

Substituting these in the first equation gives you 47/60 so they are the correct values and there is no repeated number for example a and b both being 1 and c being 4.

So simply substituting in the second equation gives you 17/10 immediately.

The three fractions in each equation are all the available permutations.

There is no need for any other manipulations.

1
On

Even if the Joshua's answer is probably the most elegant solution, let me offer you an alternative way of solving it, that is through simplification due to arbitrary values.

You have three unknowns and only two equations. This allows you to get rid of one variable, for example, c = 0. (Note that only one can be zero).

Hence, the problem can be rewritten as:

1) $a + b = 6$

2) $\dfrac{1}{a + b} + \dfrac{1}{b} + \dfrac{1}{a} = \dfrac{1}{a + b} + \dfrac{a + b}{ab} = \dfrac{47}{60}$

$S = \dfrac{a}{b} + \dfrac{b}{a} = \dfrac{a^2 + b^2}{ab} = \dfrac{(a + b)^2 - 2ab}{ab}$.

At this point, you can clearly either find both the values of $a$ and $b$ (annoying) or trick a little more.

Substituting $x = a + b$ and $y = ab$, we have the perfectly equivalent problem

1) $x = 6$

2) $\dfrac{1}{x} + \dfrac{x}{y} = \dfrac{47}{60}$

$S = \dfrac{x^2 - 2y}{y}$.

Substituting the first equation to the second, we get $\dfrac{6}{y} = \dfrac{47}{60} - \dfrac{1}{6} = \dfrac{37}{60}$ and $y = \dfrac{10\cdot6^2}{37}$.

Finally, $S = \dfrac{x^2 - 2y}{y} = \left(6^2-2\cdot\dfrac{10\cdot6^2}{37}\right)\dfrac{37}{10\cdot6^2} = \left(1-\dfrac{20}{37}\right)\dfrac{37}{10} = \dfrac{37-20}{37} \cdot \dfrac{37}{10} = \dfrac{17}{10}$.

Answer $S = \dfrac{17}{10}$.