Q 254

Question

Solve system of equations using Cramer’s Rule.

5x-3y=-12x-y=2

Step-by-Step Solution

Verified
Answer

The solution for the system of linear equation is (7,12)

1Step 1. Given information

The system of linear equations is 5x-3y=-12x-y=2

2Step 2. Find the determinant D and evaluate it

We will take the coefficients of the variables to form the determinant D

D=5-32-1

Evaluate it,

D=(5)(-1)-(-3)(2)D=-5+6D=1

3Step 3. Find the determinant D x and evaluate it

We will use the constants in place of the x coefficients to find the determinant Dx

Dx=-1-32-1

Evaluate it

Dx=(-1)(-1)-(-3)(2)Dx=1+6Dx=7

4Step 4. Find the determinant D y and evaluate it

We will use the constants in place of the y coefficients to find the determinant Dy

Dy=5-122

Evaluate it

Dy=(5)(2)-(-1)(2)Dy=10+2Dy=12

5Step 5. Find x and y

To find x,

x=DxDx=71x=7

To find y,

y=DyDy=121y=12

The solution for the system of linear equation is (7,12)

6Step 6. Check by substituting values

Substitute x=7.y=12 in both the equations,

5x-3y=-15(7)-3(12)=-135-36=-1-1=-1

This is true.

2x-y=22(7)-12=214-12=22=2

This is also true.

Therefore, the solution for the system of linear equation is (7,12)