Graph the system of equations.

{4x+4y=16x+6y=−6

1 answer

The graph of the system of equations is shown below:

\begin{tikzpicture}
\draw[->] (-2,0) -- (4,0) node[right] {$x$};
\draw[->] (0,-2) -- (0,4) node[above] {$y$};
\draw[color=blue] (0,2) -- (2,0);
\draw[color=red] (0,-3) -- (3,0);
\end{tikzpicture}