Question 114452
To graph -6 < x < -4 on a number line, simply plot the endpoints x=-6 and x=-4


{{{drawing(500,50,-10,10,-10,10,
number_line( 500, -15, 5),


circle(-1,-5.8,0.35),
circle(-1,-5.8,0.4),
circle(-1,-5.8,0.45),

circle(1,-5.8,0.35),
circle(1,-5.8,0.4),
circle(1,-5.8,0.45)


)}}}



And shade everything in between the two points




{{{drawing(500,50,-10,10,-10,10,
number_line( 500, -15, 5),
blue(line(-0.75,-7,0.85,-7)),
blue(line(-0.75,-6,0.85,-6)),
blue(line(-0.75,-5,0.85,-5)),

circle(-1,-5.8,0.35),
circle(-1,-5.8,0.4),
circle(-1,-5.8,0.45),

circle(1,-5.8,0.35),
circle(1,-5.8,0.4),
circle(1,-5.8,0.45)


)}}}


Note: at {{{x=-6}}} there is a <font size="4"><b>open</b></font>  circle (which means this point is excluded) and at {{{x=-4}}} there is a <font size="4"><b>open</b></font> circle (which means this point is excluded)