The second number in the given number pairs is obtained by performing certain mathematical operation(s) on the first number. The same operation(s) are followed in all the number pairs, except one. Find that odd number pair. |
537 : 15 917 : 17 459 : 19 673 : 16 |
459 : 19 |
The logic followed here is : sum of the digit of ist number = second number 537 : 15 - 5 + 3 + 7 = 15 917 : 17 - 9 + 1+ 7 = 17 459 : 19 - 4 + 5 + 9 = 18 but 19 is given (odd) 673 : 16 - 6 + 7 + 3 = 16 |