answered 10 years ago
var("x y p")
solve( [ 4x + 6/y == 15, 6x - 8/y == 14, y == p*x - 2 ], [p, x, y] )
[[p == (4/3), x == 3, y == 2]]