Question 1184119
.
<pre>

The conception is the same for all these cases.


To calculate f(x),  you calculate each component separately inside the parentheses under the max(a,b)  or  max(a,b,c) ;

then you take maximum value of every pair (or triple) inside the parentheses.
</pre>