Question 1168873

passes through (6,1), parallel to the line with x-intercept -3 and y-intercept 5
<pre>He's WRONG, once GAIAN!!
Most of what this person does in this forum just doesn't make sense!! So, <b><u>BEWARE!!</b></u>
Slope of line with x-intercept - 3 [point: (- 3, 0)], and y-intercept 5 [point: (0, 5)]: {{{matrix(1,5, (y[2] - y[1])/(x[2] - x[1]), "=", (5 - 0)/(0 - - 3), "=", 5/3)}}}
Equation with same slope {{{5/3}}}, and passing through point (6, 1): {{{highlight_green(system(matrix(4,3, y - y[1], "=", m(x - x[1]), y - 1, "=", (5/3)(x - 6), y - 1, "=", (5/3)x - 10, y, "=", (5/3)x - 9), or, highlight(matrix(1,3, 5x - 3y, "=", 27))))}}}