Q 248

Question

Solve system of equations using Cramer’s Rule.

-2x+3y=3x+3y=12

Step-by-Step Solution

Verified
Answer

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

1Step 1. Given information

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

2Step 2. Find the determinant D and evaluate it

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

D=-2313

Evaluate it,

D=(-2)(3)-(3)(1)D=-6-3D=-9

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=33123

Evaluate it

Dx=(3)(3)-(3)(12)Dx=9-36Dx=-27

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=-23112

Evaluate it

Dy=(-2)(12)-(3)(1)Dy=-24-3Dy=-27

5Step 5. Find x and y

To find x,

x=DxDx=-27-9x=3

To find y,

y=DyDy=-27-9y=3

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

6Step 6. Check by substituting values

Substitute x=3,y=3 in both the equations,

x+3y=123+3(3)=123+9=1212=12

This is true.

-2x+3y=3-2(3)+3(3)=3-6+9=33=3

This is also true.

Therefore, the solution is (3,3)