Question 248574
Substitute x=6 in the function {{{y=(3/2)x}}}
So
{{{y = (3/2)*6 = 18/2 = 9}}}
This defines the point (6,9).
.
Substituting x=0 in the function, we get y=0, which defines the point (0,0).
.
You can plot these two points and draw the graph.
.
The graph is:
{{{
graph(500,500,-10,10,-10,10,3/2*x)
}}}