I wanted to ask a followup question on these questions
How to find angle between line and plane?
Finding acute angle between line and plane (Vectors)
On this page: How to find angle between line and plane?
I want to know why 77.3 degrees isn't the correct answer. 77.3 is already acute. Why do we have to subtract 90 degrees from 77.3 and obtain 12.7 degrees as the correct answer?
In your case the actual angle should be
Step one $$ 180-102.7=77.3 $$ and as a result the angle between the plane and the line should be
Step two $$ 90-77.3=12.7 $$ instead.
Why isn't 77.3 degrees a reasonable answer for the angle between some line and a plane? I think the angle between the plane and the line isn't 12.7 degrees but rather 77.3 degrees.
As a short cut, we could have just used arcsin instead of arccosine to find the angle between the plane and the line. Why is using arcsin a good idea?
One nice thing about three-dimensional vectors is it's still possible to draw a reasonably intuitive graph.
The picture below is a graph of the line $(x,y,z) = t(2,4,3)$ (a line whose direction vector is $(2,4,3)$) and the plane $-5x+8y-14z = 0$ (a plane whose normal vector is $(-5,8,-14)$) drawn by https://www.geogebra.org/classic/3d.
As you can see, the angle is not very large, certainly not $77.3$ degrees. However, the normal vector $(-5,8,-14)$ (not shown here) would stick perpendicularly out from the blue plane and would make a much larger angle with the line $(x,y,z) = t(2,4,3).$
Measuring the angle between the line and the normal vector is usually much easier to do than to measure the angle between the line and the plane directly, which is why we end up going about this in such a roundabout way (calculating the angle we don't want, and then subtracting it from $90$ degrees to get the angle we do want).