Question 463656


graph the function {{{f(x)=-5x}}}

it's linear function and graph will be a line, so you need two points to graph it

x|f(x)
0|0
1|-5


plot these points on a Cartesian coordinate system and draw a line through


{{{ graph( 500, 500, -10, 10, -10, 10, -5x) }}}