Arturo O. answered 05/18/20
Experienced Physics Teacher for Physics Tutoring
n = original number
24/n = x
24/(n + 2) = x - 1
From the second equation,
x = 24/(n + 2) + 1
But this must equal the same x as in the first equation.
24/n = 24/(n + 2) + 1
Multiply both sides by n(n + 2).
24(n + 2) = 24n + n(n + 2)
24n + 48 = 24n + n2 + 2n
n2 + 2n - 48 = 0
(n + 8)(n - 6) = 0
n must be positive, so
n = 6
(Same answer as in Mona's solution, but a different approach.)