Step-by-step explanation
We must solve the following system of equations using Cramer's Rule:

First we need to write it as a matrix equation of the form AX=B. The elements of A are the coefficients multiplying the variables in the equation, matrix X has the variables and B has the constants at the right of the equal signs:

Cramer's rule requires the determinant of matrix A. Remember that for a 2x2 matrix the determinant is calculated as follows:

Then the determinant of A that we'll name D is:

Now we have two construct two new matrices by replaceing each column of A with B. The first matrix that we'll name A' is given by taking the first column of A and replacing it with B. Then this matrix is:

And its determinant D' is:

Since this matrix was built by replacing the first column which is the one associated with the variable x then the value of x is D'/D. Then we get:

For y we are going to make a similar calculation but with the matrix A'' which is given by replacing the second column of A with matrix B:

Its determinant D'' is:

Then y is given by:

Answer
Then the answers are x=3 and y=1.