Question

    Four number pair have been given, out of which three are alike in a certain way and one is different. Select the one that is different. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g., 13 - operation 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)

    A 10 - 96 Correct Answer Incorrect Answer
    B 14 - 192 Correct Answer Incorrect Answer
    C 16 - 255 Correct Answer Incorrect Answer
    D 20 – 396 Correct Answer Incorrect Answer

    Solution

    The logic followed here is: Second number = (First number)² - 4. Option 'A': 10 – 96 → 10² - 4 = 100 - 4 = 96 Option 'B': 14 – 192 → 14² - 4 = 196 - 4 = 192 Option 'C': 16 – 252 → 16² - 4 = 256 - 4 = 252 Option 'D': 20 – 396 → 20² - 4 = 400 - 4 = 396

    Practice Next