We want to find "t" such that x = 3 + 2t, y = -1 + 3t For it, we substitute these expressions into equation y = 2x + 5. It gives us -1 + 3t = 2*(3+2t) + 5. Simplify and find "t" -1 + 3t = 6 + 4t + 5 -1 - 6 - 5 = 4t - 3t -12 = t. Then the point's coordinates are x = 3+2t = 3 + 2*(-12) = -21; y = -1 + 3t = -1 + 3*(-12) = -37. ANSWER. The intersection point is (-21,-37).