Given the plane $2x + y - 3z = 1$. How to obtain the equation of a plane which intersects this plane in the line $$r=\left( \begin{array}{c}1\\2\\1\\\end{array}\right)+t\left( \begin{array}{c}1\\-2\\0\\\end{array}\right)?$$
I have assumed that the other plane is $ax+by+cz=d$. Then the line satisfies this plane $$a(1+t)+b(2-2t)+c=d.$$ But I can't proceed from here.
I will follow your idea. From $$a(1+t)+b(2-2t)+c=d$$ you get
$$at-2bt+a+2b+c=d.$$ To have the equality it is obvious that $a=2b.$ So you have the relation
$$4b+c=d.$$
Thus, any plane of the form
$$2bx+by+cz=4b+c$$ solves the problem. (Well, you have to exclude $2x+y-3z=1$.)