The question I have in front of me is the very first problem in Trench's Introduction to Real Analysis:
Write the following expression in equivalent form not involving absolute values:
$a+b+|a-b|$
Looking at the provided answer in the back of the book its:
$2\max(a,b)$
In the chapter I can't find any examples with solutions involving the min/max functions, so feel at a complete loss as to how to get to the above answer.
If $a\ge b$ then we can safely say that:$$a+b+|a-b|=a+b+a-b=2a$$If $a\lt b$ then we can safely say that:$$a+b+|a-b|=a+b-(a-b)=a+b-a+b=2b$$Hopefully you reason to the answer from here...