I do not know where my line intercepts the $y-$axis. I know it intercepts the x axis at coordinate $(10, 0)$. At an angle of $30^{\circ}$.
So would $$y = mx + b = (10\tan(30)) + b$$
be correct? How do I find where my line intersects the $y-$axis and find the equation for this line?
$m=\tan(30^\circ)$Then you know that $(10,0)$ is on the line, so $10 \tan(30^\circ)+b=0$, or $b=-10\tan(30^\circ)$. Therefore the equation of the line is $$y=\tan(30^\circ)(x-10)$$