Let the sum of the original \( n \) numbers be \( S \).
When 50 is subtracted from each number, the new sum is \( S - 50n = -10 \), so:
\[
S = 50n - 10 \quad \cdots (1)
\]
When 46 is subtracted from each number, the new sum is \( S - 46n = 70 \), so:
\[
S = 46n + 70 \quad \cdots (2)
\]
Equating equations (1) and (2):
\[
50n - 10 = 46n + 70
\]
Solving for \( n \):
\[
4n = 80 \quad \Rightarrow \quad n = 20
\]
Substitute \( n = 20 \) into equation (1):
\[
S = 50 \times 20 - 10 = 1000 - 10 = 990
\]
Thus, the mean of the numbers is:
\[
\frac{S}{n} = \frac{990}{20} = 49.5
\]