Question 657550
{{{y = 1.5x}}}...since you have {{{x^1}}}, this is linear function and the graph will be a line

to graph a line on Cartesian coordinate system, you need two points

set {{{y=0}}} and find {{{x-intercept}}}

{{{0= 1.5x}}}...->...{{{0 = x}}}... {{{x-intercept}}} is at ({{{0}}}),{{{(0))}}}

as you can see {{{y-intercept}}} is also at ({{{0}}}),{{{(0))}}}; so, we need one more point

let {{{x=1}}}, then {{{y= 1.5*1=1.5}}}...point is at ({{{1}}}),{{{(1.5))}}}

plot these points and draw a line through them:



{{{drawing(600,600,-5,5,-5,5,grid(1),circle(1,1.5,0.1),graph(600,600,-5,5,-5,5,1.5x))}}}