Question 1151797

Graph {{{y=4x-9}}}

since linear, graph will be a line
so, you need two points

make table

{{{x}}}|{{{y}}}
{{{0}}}|{{{-9}}}........{{{y=4*0-9=-9}}}
{{{0}}}|{{{0}}}........{{{0=4x-9}}}=>{{{9=4x}}}=>{{{x=9/4=2.25}}}

plot points and draw a line through:

{{{drawing( 600, 600, -15, 15, -15, 15,
circle(0,-9,.12),circle(2.25,0,.12),locate(0.5,-9,p(0,-9)),
locate(2.25,-0.5,p(2.25,0)),
 graph( 600, 600, -15, 15, -15, 15, 4x-9)) }}}