Answer:
(x, y) = (2, -1)
Explanation:
You want to solve this system of equations using an algebraic method:
Cross multiplication method
Writing these equations in general form and making an array of coefficients with the x-coefficient repeated, we get the equations and array ...
- 4x -7y -15 = 0
- 5x -2y -12 = 0

Working from the left calculating determinants of pairs of columns, we have ...
∆ = 4(-2) -5(-7) = 27
∆x = -7(-12) -(-2)(-15) = 54
∆y = -15(5) -(-12)(4) = -27
The variable values are ...
x = ∆x/∆ = 54/27 = 2
y = ∆y/∆ = -27/27 = -1
The solution is (x, y) = (2, -1).
__
Additional comment
The graph confirms this solution.
The "cross multiplication method" is useful when the coefficients are such that elimination or substitution involves more arithmetic operations than the minimum. The amount of math involved in calculating the x- and y-values is on par with what would be required for "elimination." The method is substantially equivalent to "Cramer's Rule."