Find the angle of intersection in radians of the plane $4x+4y−1z=0$ with the plane $−4x−2y+3z=0$.
Attempt:
Write $\overrightarrow{n_1} = (4,4,-1)$ and $\overrightarrow{n_2} = (-4, -2, 3)$ and then $\displaystyle \theta = \cos^{-1}\Big(\frac{\overrightarrow{n_1}\cdot\overrightarrow{n_2}}{|\overrightarrow{n_1}|\overrightarrow{n_2}|}\Big)=\cos^{-1}\big(\frac{-27}{|\sqrt{33}|\sqrt{29}|}\big)$.
However, this was the incorrect answer.