by asharma8080 Sun May 19, 2013 8:23 pm
I recently got this wrong and wondering how I can think more logically about this?
My approach on this was to plug-in numbers. I started with
A = 102, 103, 104
r, Range of A = 104-102 = 2
Highest height = 104
Lowest Height = 102
B = 5, 6, 8
Highest height = 8
Lowest Height = 5
s, Range of B = 8-5 = 3
For these numbers, r < s and lowest height of A > lowest height of B.
Then, I tried thinking of another case and came up with. During the actual problem, I got stuck here. But afterwards, here is what I produced:
A = 2, 3, 4
r, Range of A = 4-2 = 2
Highest height = 4
Lowest Height = 2
B = 3,4,5,6
Highest height = 6
Lowest Height = 3
s, Range of B = 6-3 = 3
For these numbers, r < s BUT lowest height of B > lowest height of B.
Statement 1 is NOT sufficient.
I did not approach this as an inequalities approach, and I see that knowing that Range = Highest - Lowest is not sufficient but I should be able to massage around that equation to meet my needs.