(NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits.)
(17, 13, 68),
(55, 46, 495)
Correct Answer: (b) (45, 39, 270)
Solution:Logic :- [a, b, a × (a−b)]
In (17, 13, 68) : 17 × (17 - 13)
= 17 × 4 = 68
In (55, 46, 495) : 55 × (55 - 46)
= 55 × 9 = 495
Similarly, in (45, 39, 270) : 45 × (45 - 39)
= 45 × 6 = 270