Question 1159541
to sketch the graph you need two points for {{{y=2x-5}}}:

{{{x}}}|{{{y}}}
{{{0}}}|{{{-5}}}
{{{5/2}}}|{{{0}}}


 and for the {{{y=abs(x-2)}}}:

{{{x}}}|{{{y}}}
{{{0}}}|{{{2}}}
{{{2}}}|{{{0}}}
{{{3}}}|{{{1}}}

plot the points and draw a graph

{{{drawing ( 600, 600, -10, 10, -10, 10,
circle(3,1,.12),locate(3,1,p(3,1)),
graph( 600, 600, -10, 10, -10, 10, 2x-5, abs(x-2))) }}}