Homework Statement
The maximum of 2 numbers x and y is denoted by max(x,y) and the minimum of 2 numbers
x and y is denoted by min(x,y). Prove that max(x,y) = (x + y + l y - x l) / 2
and min(x,y) = (x + y - ly - xl ) / 2.
Homework Equations
The Attempt at a Solution
Theorem...