Use Cramer’s Rule to solve each system. 3. 3x-5y=4 6x+5y=23

We must solve the following system of equations using Cramer's Rule:
[tex]\begin{gathered} 3x-5y=4 \\ 6x+5y=23 \end{gathered}[/tex]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:
[tex]AX=\begin{bmatrix}{3} & {-5} \\ {6} & {5}\end{bmatrix}\begin{bmatrix}{x} \\ {y}\end{bmatrix}=\begin{bmatrix}{4} \\ {23}\end{bmatrix}=B[/tex]Cramer's rule requires the determinant of matrix A. Remember that for a 2x2 matrix the determinant is calculated as follows:
[tex]det(\begin{bmatrix}{a} & {b} \\ {c} & {d}\end{bmatrix})=ad-bc[/tex]Then the determinant of A that we'll name D is:
[tex]D=det(A)=3\cdot5-(-5)\cdot6=15+30=45[/tex]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:
[tex]A^{\prime}=\begin{bmatrix}{4} & {-5} \\ {23} & {5}\end{bmatrix}[/tex]And its determinant D' is:
[tex]D^{\prime}=det(A^{\prime})=4\cdot5-(-5)\cdot23=135[/tex]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:
[tex]x=\frac{D^{\prime}}{D}=\frac{135}{45}=3[/tex]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:
[tex]A^{\prime\prime}=\begin{bmatrix}{3} & 4{} \\ {6} & {23}\end{bmatrix}[/tex]Its determinant D'' is:
[tex]D^{\prime}^{\prime}=det(A^{\prime}^{\prime})=3\cdot23-4\cdot6=69-24=45[/tex]Then y is given by:
[tex]y=\frac{D^{\prime\prime}}{D}=\frac{45}{45}=1[/tex]AnswerThen the answers are x=3 and y=1.