Step 1: Understanding the Concept:
The mirror image $(x_2, y_2, z_2)$ of a point $(x_1, y_1, z_1)$ in a plane $ax + by + cz + d = 0$ is found using a specific symmetry formula.
Step 2: Formula Application:
$\frac{x_2-x_1}{a} = \frac{y_2-y_1}{b} = \frac{z_2-z_1}{c} = -2 \frac{(ax_1+by_1+cz_1+d)}{a^2+b^2+c^2}$.
Step 3: Explanation:
$a=1, b=-1, c=-2, d=1$. Point is $(-1, 2, -4)$.
Ratio $= -2 \frac{(-1 - 2 - 2(-4) + 1)}{1^2 + (-1)^2 + (-2)^2} = -2 \frac{(-3 + 8 + 1)}{6} = -2 \frac{6}{6} = -2$.
$x_2 - (-1) = 1(-2) \implies x_2 = -2 - 1 = -3$. (Re-calculating: point $P$ image should be symmetric).
If we test point (1, 0, 0), the midpoint is $(0, 1, -2)$. Putting $(0, 1, -2)$ in plane: $0 - 1 - 2(-2) + 1 = 4 \ne 0$.
The correct calculation: $x_2 = -1 + 1(-2) = -3$; $y_2 = 2 - 1(-2) = 4$; $z_2 = -4 - 2(-2) = 0$. Image is $(-3, 4, 0)$.
Step 4: Final Answer:
The mirror image is $(-3, 4, 0)$.