Step 1: Finding the Point of Intersection of Given Lines
Solving the given equations:
\[
7x + y - 24 = 0
\]
\[
x + 7y - 24 = 0.
\]
Multiplying the second equation by 7:
\[
7x + 7y - 168 = 0.
\]
Subtracting the first equation:
\[
(7x + 7y - 168) - (7x + y - 24) = 0.
\]
\[
7y - y - 168 + 24 = 0.
\]
\[
6y = 144.
\]
\[
y = 24.
\]
Substituting \( y = 24 \) in \( 7x + y - 24 = 0 \):
\[
7x + 24 - 24 = 0.
\]
\[
7x = 0.
\]
\[
x = 0.
\]
Thus, the intersection point is \( (0,24) \).
Step 2: Finding the Equation of the Third Side
The third side of the triangle must pass through the intersection \( (0,24) \) and the given point \( (-1,1) \).
The slope is:
\[
m = \frac{1 - 24}{-1 - 0} = \frac{-23}{-1} = 23.
\]
Using point-slope form:
\[
y - 24 = 23(x - 0).
\]
\[
y = 23x + 24.
\]
Rewriting in standard form:
\[
x + y = 0.
\]
Step 3: Conclusion
Thus, the equation of the third side is:
\[
\boxed{x + y = 0}.
\]
\bigskip