Step 1: Understand the goal.
We want to maximize the expression \[ abc - (a+b+c). \] To make this large, we need:
Strategy: Choose two negative numbers (large in magnitude) and one positive number. This gives \(abc > 0\) (positive product) and \(a+b+c < 0\) (negative sum).
Step 2: Choose numbers under constraints.
The largest allowed distinct magnitudes are \(10, 9, 8\). To satisfy \(|a|\ne|b|\ne|c|\) and keep two negatives: \[ a = -10, \quad b = -9, \quad c = 8. \] (We cannot use \(c=10\) or \(c=9\) because that would duplicate absolute values.)
Step 3: Compute the value.
\[ abc = (-10)(-9)(8) = 720 \] \[ a+b+c = -10 - 9 + 8 = -11 \] \[ abc - (a+b+c) = 720 - (-11) = 720 + 11 = \boxed{731}. \]
Step 4: Why this is maximal.
\[ \boxed{731 \quad \text{(maximum possible value)}} \]