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) (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.
|
|
|