Use Cramer's rule to find the solution to the following system of linear equations.
x-2y = -7
5x-9y=-5

Answer:
x = 53
y = 30
Step-by-step explanation:
Step(I):-
Given equations are
x -2y =-7 ...(I)
5x-9y =-5 ..(ii)
The matrix form AX = B
[tex]\left[\begin{array}{ccc}1&-2\\ 5 & -9\\\end{array}\right] \left[\begin{array}{ccc}x\\y\\\end{array}\right] = \left[\begin{array}{ccc}-7\\-5\\\end{array}\right][/tex]
The determinant
[tex]= \left|\begin{array}{ccc}1&-2\\5&-9\\\end{array}\right| = -9+10 =1[/tex]
By using Cramer's Rule
Δ₁ = [tex]\left[\begin{array}{ccc}-7&-2\\\\-5&-9\end{array}\right][/tex]
The determinant is Δ₁ = -9 X -7 - (10 ) = 53
x = Δ₁ / Δ
x = 53
The determinant
Δ₂ =
Δ₂ = -5 +35
y = Δ₂/Δ = 30
x - 2y = -7
5x - 9y = -5
[tex]D=\left|\, 1\quad-2\atop5\quad-9\right|=1\cdot(-9)-(-2)\cdot5=-9+10=1\\\\\\x=\dfrac{\left|-7\quad-2\atop-5\quad-9\right|}1=-7(-9)-(-2)(-5)=63-10=53\\\\\\y=\dfrac{\left|\, 1\quad-7\atop5\quad-5\right|}1=1\cdot(-5)-(-7)\cdot5=-5+35=30[/tex]