Difficulty: Medium
Correct Answer: 1
Explanation:
Introduction / Context:
This question is a good example of algebraic simplification using given symmetric relations. You are told that xy + yz + zx = 1 and are asked to evaluate a rational expression involving x, y, and z. The key is to expand the denominator, recognise the given condition inside that expansion, and then simplify the expression to a single constant value.
Given Data / Assumptions:
Concept / Approach:
The strategy is to expand the denominator (x + y)(y + z) and see whether it contains the sum xy + yz + zx. Once we recognise that xy + yz + zx equals 1, we can substitute this value directly into the denominator. If the denominator simplifies to 1 + y^2, then the entire fraction becomes (1 + y^2) / (1 + y^2) = 1, provided this denominator is not zero. This type of manipulation is common in algebraic identity questions and trains you to spot known patterns inside larger expressions.
Step-by-Step Solution:
Start with the denominator: (x + y)(y + z).Expand it using distributive law: (x + y)(y + z) = xy + xz + y^2 + yz.Group terms as (xy + yz + xz) + y^2.From the given condition, xy + yz + zx = 1, which is the same as xy + yz + xz.Substitute this into the expansion: (x + y)(y + z) = 1 + y^2.Now the original expression becomes (1 + y^2) / (1 + y^2) = 1.
Verification / Alternative check:
We can test with a concrete example that satisfies xy + yz + zx = 1. Take x = 1, y = 0, and z = 1. Then xy + yz + zx = 1*0 + 0*1 + 1*1 = 1, so the condition is satisfied. Now evaluate the expression: numerator 1 + y^2 = 1 + 0^2 = 1. Denominator (x + y)(y + z) = (1 + 0)(0 + 1) = 1*1 = 1. Thus the value is 1/1 = 1, matching our algebraic simplification.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
1
Discussion & Comments