Let's say the 3 consecutive numbers are x, y and z. ( x = y - 1, z = y + 1)
xyz/x + xyz/y + xyz/z = 74
yz + xz + xy = 74
y(y + 1) + (y -1)(y + 1) + y(y - 1) = 74
(y² + y) + (y² - 1) + y² - y = 74
3y² - 1 = 74
3y² = 75
y² = 25
∴ y = 5 , x = 4 , z = 6
The 3 consecutive numbers are 4, 5 and 6.