The larger one is (-11 + 41)/2 = 15.
The smaller one is (-11 -41)/2 = -26.
_____
For two numbers a and b with sum s and difference d, you can write the equations
[tex]a+b=s\\a-b=d[/tex]
Then adding the equations and dividing that sum by 2, you get
[tex](a+b)+(a-b)=(s)+(d)\\2a=s+d\\a=\dfrac{s+d}{2}[/tex]
You can subtract the second eqution from the first and get a similar result for the smaller number
[tex](a+b)-(a-b)=(s)-(d)\\2b=s-d\\b=\dfrac{s-d}{2}[/tex]
These are the formulas we used above.