Question 1154809
{{{y=(3/4)x-1/2}}}-> linear function, graph is a line

a line is defined by two points, so find two points

easiest way is to find x and y intercepts

{{{x}}}|{{{y}}}
{{{0}}}|{{{-1/2}}}->{{{y=(3/4)0-1/2}}}->{{{y=-1/2}}}
{{{2/3}}}|{{{0}}}->{{{0=(3/4)x-1/2}}}->{{{(3/4)x=1/2}}}->{{{x=(1/2)/(3/4)=2/3}}}

plot these points and draw a line through


{{{drawing( 600, 600, -5,5, -5, 5,

circle(0,-1/2,.1), circle(2/3,0,.1),locate(0.2,-0.4,p(0,-1/2)),locate(1/3,0.9,p(2/3,0)),
 graph( 600, 600, -5,5, -5, 5, (3/4)x-1/2)) }}}