satishreddy
Is the range of a combined set (S,T) bigger than the sum of ranges of sets S and T ?
(1) The largest element of T is bigger than the largest element of S.
(2) The smallest element of T is bigger than the largest element of S.
Let S= {x,...,y} where x is the smallest element and y is the largest element in set S
Let T= {z,...,a} where z is the smallest element and a is the largest element in set T
Let Range of Set S and T combined = \(R_{st}\)
Let Range of Set S = \(R_s\)
Let Range of Set T = \(R_t\)
Question : \(R_{st}\)> \(R_s\) + \(R_t\)
1. a>y
\begin{array}{c|c|c|c|c|c|c|c|c}
x & y & z & a & \(R_s\) & \(R_t\) & \(R_s\)+\(R_t\) & \(R_{st}\) & \(R_{st}\) > \(R_s\)+\(R_t\) \\
\hline
1 & 2 & 1 & 3 & 1 & 2 & 3 & 2 &2>3? No \\
1 & 1 & 2 & 2 & 0 & 0 & 0 & 1 &1>0? Yes \\
\hline
\end{array}
Yes and No. Hence Not Sufficient
2. z>y
\begin{array}{c|c|c|c|c|c|c|c|c}
x & y & z & a & \(R_s\) & \(R_t\) & \(R_s\)+\(R_t\) & \(R_{st}\) & \(R_{st}\) > \(R_s\)+\(R_t\) \\
\hline
1 & 2 & 3 & 3 & 1 & 0 & 1 & 2 & 2>1 ? Yes \\
1 & 1 & 2 & 2 & 0 & 0 & 0 & 1 & 1>0 ? Yes \\
1 & 2 & 3 & 4 & 1 & 1 & 2 & 3 & 3>2 ? Yes \\
\hline
\end{array}
Always Yes. Hence Sufficient
Hence answer is B.