Hey, how do I check if two lines have an intersection point (vector calculus)?

Hey, I was supposed to check if two lines have a common intersection point. I had equated the two systems of equations and now wanted to calculate the two parameters t and s to check if there is an intersection point. However, this system of equations can't be solved using the addition method. So, how…