Michael J. answered 07/26/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
To find the intersection of these two lines, we need to solve the system of equations. We need to simplify each equation so that they are easier to work with.
a(1 - ax) = y --------> a - a2x = y
2(ax - y) + 1 = -3(x + y) ------> 2ax - 2y + 1 = -3x - 3y -------> y = -2ax - 3x - 1
These are the equations we will work with.
a - a2x = y eq1
y = -2ax - 3x -1 eq2
Notice that y is defined in both equations. We can just equate the y's.
a - a2x = -2ax - 3x - 1
Move all the x terms to one side of the equation.
a + 1 = a2x - 2ax - 3x
a + 1 = x(a2 - 2a - 3)
(a + 1) / (a - 3)(a + 1) = x
1 / (a - 3) = x
Substitute this value of x into eq1 to solve for y. This is because eq1 is simpler.
y = a - (a2 / (a - 3))
y = (a(a - 3) - a2) / (a - 3)
y = (a2 - 3a - a2) / (a - 3)
y = 3a / (a - 3)
Mark M.
07/26/15