I've found this challenge to solve that I have no idea where to start. We are supposed to find the symmetric line to this one
$r: (10,1,2) + \lambda (3,1,1)$
with regard to the plane
$\alpha \ \{ 3x+y-z-2 = 0$
Where should I begin? The info that I've extracted are:
Intersection point of $r$ and $\alpha$: $(1,-2,-1)$
Vector of $\alpha$: (3,1,-1)
Vector of line $r$: $(3,1,1)$
Thank you.