Shortest path from $A$ to $C$ via reflection: reflect $C$ about line $2x + y - 7 = 0$, then find distance from $A$ to reflected point $C'$.
Line equation: $2x + y - 7 = 0$
Point $C = (0,1)$, reflect about the line using formula:
Reflected point $C'$ = $\left(\dfrac{x(a^2 - b^2) - 2by(ab - c)}{a^2 + b^2}, \dfrac{y(b^2 - a^2) - 2ax(ab - c)}{a^2 + b^2}\right)$
Or use geometric method to find $C'$ and then compute distance $AB$ on path $A \to B \to C$ as a straight line
Let reflected point $C'$ = $(x', y')$, then compute $AB = \text{distance}(A, C')$ = $\dfrac{68}{\sqrt{170}}$