The problem involves finding two numbers given their difference and sum. Let's denote the two numbers as a and b, with a being the larger number.
\(a - b = 780\)
\(a + b = 1120\)
\((a - b) + (a + b) = 780 + 1120\)
\(2a = 1900\)
\(a = \frac{1900}{2} = 950\)
This verifies the given correct answer as 950. The alternative options are incorrect, as substituting them into the equations would not satisfy both the given sum and difference.