A line AB intersects a triangular plane PQR. Given: A(15,20,10), B(55,40,50), P(20,10,15), Q(50,30,20), R(35,40,40). Find the point of intersection.

Draw projections of line AB and triangle PQR
In front view, extend line AB and note where it appears to cross the plane
Project this apparent intersection point to top view
Check if this point lies within triangle PQR in both views
If yes, this is the true intersection point
If not visible in one view, line misses the plane
Determine coordinates of intersection point from projections