Answer:
We have the equation:
3x - 5y = 15
a) We want to create a table with at least 4 points.
To do this, first, let's write the equation as a function: We must isolate one of the variables. Let's isolate y.
5y = 3x - 15
y = (3/5)*x - 3.
Then we have a linear equation.
Now, we can input different values of x, and see what value takes y in each case, then in this way we can be sure that the points will be on the line.
x = 0.
y = (3/5)*0 - 3
y = -3
Then we have the point (0, -3).
x = 1.
y = (3/5)*1 - 3 = 3/5 - 15/5 = -12/5
y = -12/5
Then we have the point (1, -12/5)
x = 5
y = (3/5)*5 - 3 = 3 - 3 = 0
y = 0
then we have the point (5, 0)
x = 10
y = (3/5)*10 - 3 = 6 - 3 = 3
y = 3
Then we have the point (10, 3).
Now we can create the table
![\left[\begin{array}{ccc}x&y\\0&-3\\1&-12/5\\5&0\\10&3\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%26y%5C%5C0%26-3%5C%5C1%26-12%2F5%5C%5C5%260%5C%5C10%263%5Cend%7Barray%7D%5Cright%5D)
Below you can see a graph, where the blue dots are our 4 points, and the green line is the line that represents the equation.