Solution:Given statement : J > H = N ≥ B < C < E
(a) H < B = false (as H = N ≥ B) here, B is less than H.
(b) B < J = true (as J > H = N ≥ B)
(c) N ≥ C = false (as N ≥ B ≤ C) here, there is no relation between N and C.
(d) N > E = false (as N ≥ B ≤ C < E) here, there is no relation between N and E.
Hence only option (b) is true.