!
If the image above doesn't show, the equation could be rendered as follows:
$$\frac{a}{b+c}+\frac{b}{a+c}+\frac{c}{a+b}=4$$
How would you go about solving this? Trying to do LCD and substituting does not seem to work well.
!
If the image above doesn't show, the equation could be rendered as follows:
$$\frac{a}{b+c}+\frac{b}{a+c}+\frac{c}{a+b}=4$$
How would you go about solving this? Trying to do LCD and substituting does not seem to work well.
Consider the case where $apple = 0$ and $banana = 1$. Denote the pineapple by $p$. Then we have,
$$\frac{0}{1+p}+\frac{1}{0+p}+\frac{p}{1+0} = 4$$ $$\frac{1}{p}+p = 4$$ $$1+p^2 = 4p$$ $$p^2-4p+1 = 0$$ $$p = \frac{4\pm \sqrt{16-4}}{2} = 2\pm \sqrt{3}$$
Thus $$(apple=0, banana=1, pineapple= 2+\sqrt{3})$$ $$(apple=0, banana=1, pineapple= 2-\sqrt{3})$$and are two possible solutions in the real numbers.