Let's derive the equation of the tangent line at the point $(x_1,y_1)$.
The gradient is $\cfrac {dy}{dx}=-2x$. At $(x_1, y_1)$ this has the value $-2x_1$.
Now the line with gradient $m$ which passes through the point $(x_1,y_1)$ is best written as $y-y_1=m(x-x_1)$ [note below] $= -2x_1(x-x_1)$.
Now you have the equation of the line, you can find the condition for $(3,0)$ to lie on the line. You may be able to simplify it/modify it by using the condition that $(x_1,y_1)$ is on the curve.
Note: $\cfrac {dy}{dx}=\lim_{x\to x_1} \cfrac {y-y_1}{x-x_1}$ and this is directly related to the form of the tangent as $(x-x_1)\cfrac {dy}{dx}=y-y_1$ - the straight line which most closely approximates the curve.