Question 1110672
-----


{{{f(x)<=g(x)}}}

Substitute for each function.

{{{10-3x<=2x-5}}}

{{{-3x-2x<=-5-10}}}

{{{-5x<=-15}}}

{{{highlight(x>=3)}}}


Functions f and g both are for lines.  Graph them and you can see for {{{x>=3}}} is where g becomes greater than f.


These are JUST the two lines not showing anything else:
{{{graph(400,400,-5,5,-5,5,10-3x,2x-5)}}}