Question 1101293
What are the points on a graph for 14x-15y=-1
===================================

The question should be revised.   There are an infinite number of points on the line  14x-15y=-1.

-15y = -14x - 1
    y =  (14/15)x + (1/15)

Slope is 14/15
y-intercept is at  1/15  (i.e. when x = 0, y = 1/15)
x-intercept is at  -1/14 
—

Graph:
{{{ graph(500,500, -1.5,+1.5, -1.5, +1.5,  (14/15)x + (1/15)); }}}
—