Question 865908
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
 y = 2x - 10  P(0,-10) and P(5,0) on this Line. Plot and connect.
{{{drawing(300,300,   -10,10,-12,12, 
 grid(1),
circle(0, -10,0.4),
circle(5, 0,0.4),
graph( 300, 300, -10,10,-12,12,0, 2x-10))}}}