To write an slope-intercept equation (y = mx + b), we will need to find m and b
Given: point (-2, -1) and the equation is perpendicular to the line to be -3x - 2y =4
----
First, find the slope of the perpendicular equation
-3x - 2y =4 -> move everything to the right -> y = -3/2x - 2 -> slope = -3/2
- Because it is perpendicular, the slope of the original equation will be negative reciprocal of the perpendicular line. (search up "relationship between perpendicular lines" if you don't understand)
Therefore, slope of the original equation is 2/3
----
Now we have y = 2/3 x + b; plug (-2, -1) into x and y to find b
- -1 = 2/3 ( -2 ) + b
- -1 = -4/3 + b
- b = 1/3
----
Plug b into the equation
answer: y = 2/3 x + 1/3