Graph the inequality. 2 <= x

1 answer

To graph the inequality, start by drawing a number line. Then, place an open circle on 2 to represent that 2 is not included in the solution. Finally, draw a line moving to the right from the open circle to represent all the numbers greater than or equal to 2. The graph should look like this:

<math>
<graph>
{
{
"vertex_style": {},
"edge_style": {"color": "red"},
"label": "x >= 2",
"vertices": [[2, -1]],
"edges": []
}
}
</graph>
</math>