Respuesta :

Step-by-step explanation:

given :

2x - 3y = 11

-6x + 8y = 34

find : the solutions of the system by using Cramers Rule.

solutions:

in the matrix 2x2 form =>

[ 2 -3] [x] [11]

=

[-6 8] [ y] [34]

D =

| 2 -3 |

|-6 8 |

= 8×2 - (-3) (-6)

= 16-18 = -2

Dx = | 11 -3 |

| 34 8 |

= 11×8 - (-3) (34)

= 88 + 102

= 190

Dy = | 2 11 |

|-6 34 |

= 2×34 - (-6) (11)

= 68 + 66

= 134

x = Dx/D = 190/-2 = -95

y = Dy/D = 134/-2 = -67

the solutions = {-95, -67}

Answer:

(x , y ) = ( -95, -67)

Step-by-step explanation:

Given system :-

2x - 3y = 11

-6x + 8y = 34

Find :- Solutions of system by using Cramers rule.

Solution :-

To solve the system using Cramer's rule, list all needed determinants.

[tex] D = \left|\begin{array}{cc}2& - 3 \\ - 6 & 8\end{array}\right| [/tex]

[tex]D_1 = \left|\begin{array}{cc}11 & - 3 \\ 34 & 8\end{array}\right| [/tex]

[tex]D_2 = \left|\begin{array}{cc} 2& 11 \\ - 6 & 34\end{array}\right| [/tex]

  • Evaluate the determinants.

D = 8 × 2 - ( -3) ( -6 )

= 16 - 18 = -2

[tex]D_1[/tex] = 11 × 8 - ( -3 ) ( 34 )

= 88 + 102 = 190

[tex]D_2[/tex] = 2 × 34 - ( 11 ) ( -6 )

= 68 + 66 = 134

  • Since D ≠ 0, Cramer'rs rule can be applied , so find x , y using the formulas;- x = [tex] \frac{D_1}{D}[/tex] , y = [tex]\frac{D_2}{D}[/tex].

Plug the value into the formula:-

x = [tex] \frac{190}{-2}\\[/tex] , y = [tex]\frac{134}{-2} \\[/tex].

Divide

x = -95 , y = -67

  • The possible solution of the system is the ordered pair ( x , y ).

(x , y ) = ( -95, -67)