Question 577834
{{{2x>=10}}}



{{{2x/2>=10/2}}}



{{{x>=5}}}



So the solution is {{{x>=5}}} and it's graph on the number line is 


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

arrow(5,0,15,0),
arrow(5,0.30,15,0.30),
arrow(5,0.15,15,0.15),
arrow(5,-0.15,15,-0.15),
arrow(5,-0.30,15,-0.30),

circle(5,0,0.2),
circle(5,0,0.15),
circle(5,0,0.1),
circle(5,0,0.2-0.02)
)}}}