Some key points to remember when dealing such range questions
When you are given the range of a data set, then by adding values i.e by increasing the size of the set you cannot reduce the range. You can only increase the range.
Eg if you have a set of values say [1 , 2 , 3 ,4 ,5 ], now if you have to add another value say x to this set, there will be only 3 possibilties :
x will be a number which falls in between the highest and lowest values in the set. In that case the range wont change.
x will be equal to the highest or the lowest value in the set. In that case again the range wont change.
x will either be less than lowest value or higher than highest values. In this case the value of range will
INCREASE.
Now here when you know the distance between the highest value of a set of with a lower range and the highest value of the set with the higher range, it means that the overall distance between the highest value and the lowest value of both sets combined is fixed.
Example
1 _____________ 14.2__________20
Lower range set ^^^^ ---> this distance is fixed i.e given as 5.8
Hence the range of the combined set would be 19. Hence A is sufficient