For 31<x<y<2, which of the following statements is/are always correct?
I. x+x1<y+y1
II. y1+y2<x1+x2
Select the answer using the code given below.
Select an option to attempt
Explanation
Answer: B (II only)
Statement I — Not always true.
Consider f(t)=t+t1. Its derivative is f′(t)=1−t21, which is negative on (0,1) and positive on (1,∞). So f decreases on (31,1) and increases on (1,2) — not monotonic on the whole interval.
Counterexample: x=21,y=43. Then x+x1=2.5 but y+y1=0.75+1.333…≈2.083. So x+x1>y+y1, contradicting I.
Statement II — Always true.
Rewrite:
t1+t2=t21+t2=t21+1
For t>0, as t increases, t21 decreases, so t21+1 decreases. Thus g(t)=t1+t2 is strictly decreasing on (0,∞).