Directions for next 4 questions: Answer the questions based on the following information.
le(x, y) = Least of (x, y) mo(x) = |x| me(x, y) = Maximum of (x, y)
Which of the following must always be correct for a, b > 0?
mo(le(a, b)) ≥ (me(mo(a), mo(b))
mo(le(a, b)) > (me(mo(a), mo(b))
mo(le(a, b)) < (le(mo(a), mo(b))
mo(le(a,b)) = le(mo(a), mo(b))