.
After opening the parentheses, you have ab = 30.
So, actually, you have this system of two equations
a + b = 11,
ab = 30.
There are two pairs of solutions: (a,b) = (5,6) and (a,b) = (6,5).
I found them MENTALLY.
If you want ALGEBRAIC solution, express a = 11-b from one of the equations and substitute it into the other.
You will get (11-b)*b = 11.
It is a quadratic equation. Write it in the standard form and solve by any method you want / (you know) / (you like).
After finding "a" and "b",
c = 7a - 4b = 7*5-4*6 = 35-24 = 11 or
c = 7a - 4b = 7*6-4*5 = 42-20 = 22.
So, the two possible values for "c" are 11 and 22.
-----------------
Ignore writing by @josgarithmetic, since it will lead you to N O W H E R E.