Choose the correct solution graph for the inequality.

7x+2≥30 or 2x-3≤-11

2 answers

The correct solution graph is:

\begin{tikzpicture}
\draw[->] (-2,0) -- (4,0) node[right] {$x$};
\draw[->] (0,-2) -- (0,4) node[above] {$y$};
\draw[thick, color=blue] (-2,3) -- (2,-1);
\draw[thick, color=blue] (2,-1) -- (4,3);
\end{tikzpicture}
Don't understand how the robot could answer this question, since
no graph could have been shown.