Solve Algebra Challenge: $(x+1)(y+1)/(x+y)+\cdots

  • Topic:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Algebra Challenge
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Given that $x,\,y$ and $z$ are non-zero real numbers such that $x + y + z = 3$ and $xy + yz + zx = −1$.

Evaluate $$\frac{(x + 1)(y + 1)}{x + y}+ \frac{(y + 1)(z + 1)}{y + z}+ \frac{(z + 1)(x + 1)}{z + x}$$.
 
Mathematics news on Phys.org
Hi anemone,

Here is my solution.

The expression reduces to zero. Using the cyclic summation notation $\sum_\sigma$, we write the expression as

$$\sum_\sigma \frac{(x+1)(y+1)}{x + y}.$$

Note $(x + 1)(y + 1) = (x + y) + (xy + 1) = (x + y) - (yz + zx) = (x + y)(1 - z)$. Thus

$$\sum_\sigma \frac{(x + 1)(y + 1)}{x + y} = \sum_\sigma (1 - z) = 3 - \sum_\sigma z = 0.$$
 
anemone said:
Given that $x,\,y$ and $z$ are non-zero real numbers such that $x + y + z = 3$ and $xy + yz + zx = −1$.

Evaluate $$\frac{(x + 1)(y + 1)}{x + y}+ \frac{(y + 1)(z + 1)}{y + z}+ \frac{(z + 1)(x + 1)}{z + x}$$.

$$\frac{(x+1)(y+1)}{x+y}=\frac{xy+x+y+1}{x+y}=\frac{-1-z(3-z)+3-z+1}{3-z}=1-z$$

Similarly for the other two summands:

$$1-z+1-y+1-x=3-3=0$$
 
Very well done to both of you! (Cool)