SOLUTION: Write the equation of a line that passes through (-5,3) and is parallel to 12x-3y=10

Algebra ->  College  -> Linear Algebra -> SOLUTION: Write the equation of a line that passes through (-5,3) and is parallel to 12x-3y=10      Log On


   



Question 1021697: Write the equation of a line that passes through (-5,3) and is parallel to 12x-3y=10
Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
To find the slope of
12x - 3y = 10 (which is in standard form Ax + By = C)
you find m = -A/B = -12/-3 = 4
Then use y = mx + b to find b...like this
3 = 4(-5) + b
3 = -20 + b
b = 23
so that your line is
y = 4x + 23