Question 397517
   <pre><font size = 3 color = "indigo"><b>
Hi
the standard slope-intercept form for an equation of a line is: y = mx + b
  where m is the slope and b the y-intercept.  
9x = 25y + 13    |solving for y
 9x/25 - 13/25 = y
 y = (9/25)x - 13/25 
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, -13/25,0.3),
graph( 300, 300, -6, 6, -6, 6,(9/25)x - 13/25 
))}}}