Code: Select all
\documentclass[12pt]{exam}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc,through,backgrounds}
\begin{document}
\begin{tikzpicture}[scale=.5]
\draw[<->,line width=1.5pt](-6,-3)--(5,0);
\draw[<->,line width=1.5pt](-6,0)--(5,-3);
\draw(-.5,-.8) node{$150^{\circ}$};
\draw(-.6,-2) node{$\angle 2$};
\filldraw[black](-.5,-1.50) circle(2pt);
\end{tikzpicture}
\end{document}
Best,
Nick