Hi guys!
I have three variables X Y Z and I HAVE MIN(two argument) and MAX(two argument) how can I find the medium number of those three variables? the medium number is smaller than max of X Y Z , and bigger than min of X Y Z ..
for finding it I've read on internet and they said we can find it by doing this math equation .. but I didn't get the concept behind it .. any help? really it complex for me to understand it and would be much appreciated to give me analogy that this math equation stand behind ..
equation for finding the medium : Max( min(Z,max(X,Y)), min(Y, max(Z,X)))
thanks alot
I have three variables X Y Z and I HAVE MIN(two argument) and MAX(two argument) how can I find the medium number of those three variables? the medium number is smaller than max of X Y Z , and bigger than min of X Y Z ..
for finding it I've read on internet and they said we can find it by doing this math equation .. but I didn't get the concept behind it .. any help? really it complex for me to understand it and would be much appreciated to give me analogy that this math equation stand behind ..
equation for finding the medium : Max( min(Z,max(X,Y)), min(Y, max(Z,X)))
thanks alot