Find the equation of a plane that goes through the intersection of the planes $x_1+5x_2+x_3-5=0$ and $x_1-3x_3-2x_3=0$ and contains the point $(1,1,0)$ .
I calculated the cross product of the given plane to obtain the intersection and it gave me $-7x_1+3x_2-8x_3$, but I'm stuck there.
Given $$\alpha:x_1+5x_2+x_3-5=0,\;\beta:x_1-3x_2-2x_3=0$$ Any linear combination of the two planes passes through the intersection line $$\lambda(x_1+5x_2+x_3-5)+\mu(x_1-3x_2-2x_3)=0\tag{1}$$ plug the coordinates of the point $(1,1,0)$ $$\lambda(1+5+0-5)+\mu(1-3-0)=0\to \lambda=2\mu$$ substitute in $(1)$ $$2\mu(x_1+5x_2+x_3-5)+\mu(x_1-3x_2-2x_3)=0$$ $$2(x_1+5x_2+x_3-5)+(x_1-3x_2-2x_3)=0\to 3x_1+7x_2-10=0$$