The point of intersection of two lines is, by definition, the point at which the equations of both lines have the same X and Y values.
The general method of solving these types of problems is:
- Solve each equation for the same variable (i.e. isolate the same indeterminate quantity).
(You already have your equations solved for Y, so that step is done.)
- Set the equations equal to each other.
(Since the equality operator is transitive, if Y is equal to two separate things, then those two separate things must also be equal to each other.)
- Perform algebra to isolate the unknown variables.
(You can perform any operation to either side of the equality, and the equality will remain true.)
Once you have your X-variable isolated (i.e. alone on one side of the equals sign), you are done. (This is true in determined systems of equations of two variables only. If you had more than two variables, you would have to perform this process for each variable in the form of Gaussian elimination.)