For these questions the following functions have been defined.
$$la(x, y, z) = min (x+y, y+z)$$
$$le(x, y, z) = max(x -y, y-z)$$
$$ma (x, y, z) = \frac{1}{2} (le (x, y, z) + la (x, y, z))$$
For x=15, y=10 and z=9 , find the value of le(x, min(y, x-z), le(9, 8, ma(x, y, z)).
Given expression can be reduced to
le(15, min(10,15-9) , le(9,8,12))
Or le(15,6,1) = 9
Create a FREE account and get: