Select the odd group of numbers. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g.13 - Operations on 13 such as adding /subtracting /multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed) |
20 - 406 14 - 200 10 - 106 12 - 150 |
14 - 200 |
The logic followed here is : (Ist number)2 + 6 = second number 20 - 406 = (20)2 + 6 = 406 14 - 200 = (14)2 + 6 = 202 ODD 10 - 106 = (10)2 + 6 = 106 12 - 150 = (12)2 + 6 = 150 |