For some positive and distinct real numbers x,y and z, if y+z1 is the arithmetic mean of x+z1 and x+y1, then the relationship which will always hold true, is
Solution
✅ Correct Option: 1
We're told that y+z1 is the arithmetic mean of x+z1 and x+y1.
If A is the arithmetic mean of B and C, then A=2B+C
So our condition is:
y+z1=21(x+z1+x+y1)
Multiply both sides by 2:
y+z2=x+z1+x+y1
To make this easier, let's substitute:
a=x
b=y
c=z
Our equation becomes:
b+c2=a+c1+a+b1
To add the fractions on the right side, find common denominator:
b+c2=(a+c)(a+b)(a+b)+(a+c)=(a+c)(a+b)2a+b+c
Cross multiply:
2(a+c)(a+b)=(2a+b+c)(b+c)
Expand the left side: 2(a+c)(a+b)=2(a2+ab+ac+bc)
Expand the right side: (2a+b+c)(b+c)=2ab+2ac+b2+2bc+c2
Setting them equal:
2a2+2ab+2ac+2bc=2ab+2ac+b2+2bc+c2
Cancel 2ab+2ac+2bc from both sides:
2a2=b2+c2
Substitute back a=x, b=y, c=z:
2(x)2=(y)2+(z)2
2x=y+z
Therefore, the relationship that always holds true is 2x=y+z.