1.

A(x, y, z)=" min. "(x+y, y+z, z+x) B(x, y, z)="max "(x-y, y-z, z-x) C(x, y, z)=" max"(A(x, y, z), B(x, y, z)) D(x, y, z)=" min "(A(x, y, z), B(x, y, z)) What is the value of A(2, 3, 4)+B(2, 3, 4)?

Answer»

13
4
7
none of these

Answer :C


Discussion

No Comment Found