Q 279

Question

Explain the steps for solving a system of equations
using Cramer’s rule.

Step-by-Step Solution

Verified
Answer

For the system of equations a1x+b1y=k1a2x+b2y=k2, the solution (x,y) can be determined by, x=DxD,

y=DyD

Where, D=a1b1a2b2

           Dx=k1b1k2b2

           Dy=a1k1a2k2

1Step 1. To explain

To explain the steps for solving the system of equations by using Cramer's rule.

2Step 2. Consider the linear equation

Consider the system of linear equations,

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

3Step 3. Find the value of D

Evaluate the determinant D by using the coefficients of variables.

D=-2313

   =-6-3

   =-9

The value of D is -9

4Step 4. Find D x

Evaluate Dx by replacing the coefficient of x,-2,1 with the constants 3,12

Dx=31123

     =9-12

     =-3

The value of Dx is -3

5Step 5. Find D y

Evaluate Dy by replacing the coefficient of y,3,3 by the constants 3,12

Dy=-23112

     =-24-3

     =-27

The value of Dy is -27

6Step 6. Find ( x , y )

Find the solution x,y

x=DxD

  =-3-9

  =13

y=DyD

  =-27-9

  =3

The solution (x,y) is (13,3)