SOLUTION: graph on number line x<-3 please note, the < is less then or equal to, i could not get a line under the < sign.

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: graph on number line x<-3 please note, the < is less then or equal to, i could not get a line under the < sign.      Log On


   



Question 331758: graph on number line
x<-3
please note, the < is less then or equal to, i could not get a line under the < sign.

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
graph on number line
x<-3
please note, the < is less then or equal to, i could not get a line under the < sign.
----------
Use <= for that, and >= for greater than or equal.
---------------
x <= -3 includes the point -3 and all points on the line less than that.