The number pair that does not belong to the group is 2, 10.
## The Logic:
In the other three pairs, the relationship follows the formula: (n3−1) (The second number is the cube of the first number minus 1).
* 3, 26 ⟹33−1=27−1=26 (Matches)
* 5, 124 ⟹53−1=125−1=124 (Matches)
* 4, 63 ⟹43−1=64−1=63 (Matches)
The Odd One Out:
* 2, 10 ⟹23−1=8−1=7 (Does not match, as the given number is 10).