I have to give the equations of the planes that go through the point $(3,4,5)$ that are parallel to the lines with direction $(0,2,1)$ and that are on a distance 2 from the point $(1,1,1)$.
So if you say that the other vector of this plane is given by $(a, b, c)$ then I came to the conclusion that the equations of these planes are given by
$\alpha \leftrightarrow (2c-b)x + ay - 2az = -6a-3b+6c$
but now I don't know how I can use the distance to calculate the specific equations because you can't really derive a relation between $a,b$ and $c$.
Is there something I'm missing or an easier approach to solve this problem?
HINT
Let consider the plane equation $ax+by+cz+1=0$ (recall indeed that we can assume wlog $d=1$) and the given conditions
$3a+4b+5c+1=0$
$0\cdot a+2\cdot b+1\cdot c=0$
$\frac{|1\cdot a+1\cdot b+1\cdot c+1|}{\sqrt{a^2+b^2+c^2}}=2$
from which we can find $a,b,c$.