First we determne the values we will need for Cramer's Rule:
a1 = 1 b1 = -3 c1 = 6
a2 = 2 b2 = 3 c2 = 3
So the solution is (3, -1).
Check: [1] 3 + 3 = 6 OK
[2] 6 - 3 = 3 OK