Let x+y = A and xy = B. Then
A^2 - 2B = 25
A^3 - 3AB = 91
AB = 25A - 91
B = 25 - \frac{91}{A}
A^2 + \frac{192}{A} - 50 = 25
A^3 - 75A + 192 = 0
You already observed that $A=7$ is a solution, which helps us factor this.
(A - 7)(A^2 + 7A - 26) = 0
Now we can use the quadratic formula to do the last bit. The possibilities are
A = 7, \frac{-7 \pm 3\sqrt{17}}{2}
I don't really want to find the values of $x$ and $y$ that give the other two roots. But if you want to do it, just plug into find $B$, and then you have values for X + Y and XY, so you can solve for X in terms of Y, plug into the other equation, and solve for Y (it will be a quadratic).
Doing it for 7 would be like:
A = 7
So B = 25 - 91/7 = 25 - 13 = 12.
We have X + Y = 7 and XY = 12. Then X = 7 - Y, so (7-Y)Y = 12, or Y^2 - 7Y + 12 = 0, or (Y-3)(Y-4) = 0. Then Y = 3 or Y = 4, and that gives X = 4 or X = 3.
There may be a simpler way than what I did, but basically you're going to have to do a lot of algebraic manipulation no matter what.