let the least height in class A be a and the least height in class B be b
given r=g-a, and s=h-b
to find if a>b?
1) r<s
=> g-a<h-b
=>g-h<a-b
we do not know the sign of g-h, if g-h>0, a-b>0 or a>b
if g-h<0; a-b<0 or a<b
not sufficient
2) g>h
we have no information about the range. cant say if a>b.
not sufficient
together,
g>h
g-h>0 or a-b>0 (from statement 1)
=>a>b
hence, C