$L1 : r = u[-3, 2, 4] + v[-4, 7, 1], u, r \in \mathbb{R}$
$L2 : r = s[-1, 5, -3] + t[-1, -5, 7] , s, t \in \mathbb{R}$
(Hint: Express each direction vector in the first equation as a linear combination of the direction vectors in the second equation.)
Even the hint doesn't make sense to me
The first plane passes through the origin and has normal vector $n1 = [-3, 2, 4] \times [-4, 7, 1]$. The second plane also passes through the origin, and has normal vector $n2 = [-1, 5, -3] -\times [1, -5, 7]$.
So, the two planes are equal if and only if $n1$ and $n2$ are parallel. You can do the calculations to check this.
This doesn't use the hint, but I think it's an easy approach.