36.3k views
1 vote
Given the system of equations, match the following items.

2 x - y = 0 x + y = -3

A. [0 -1

-3 1]

B. [2 0

1 -3]

C. [2 -1

1 1]


x determint
y determint
system determent

1 Answer

5 votes

Answer:

A. x-determinant

B. y-determinant

C. system determinant

Explanation:

The "augmented" matrix for the system is the system coefficient matrix with the constants added as an extra column on the right:


\left[\begin{array}c2&-1&0\\1&1&-3\end{array}\right]

The x-determinant is the determinant of the system matrix after the x-coefficients have been replaced by the constants:


\left|\begin{array}{cc}0&-1\\-3&1\end{array}\right|

The y-determinant is the determinant of the system matrix after the y-coefficients have been replaced by the constants:


\left|\begin{array}{cc}2&0\\1&-3\end{array}\right|

Of course, the system determinant is the determinant of the matrix of coefficients of the variables:


\left|\begin{array}{cc}2&-1\\1&1\end{array}\right|

_____

Comment on these determinants

Cramer's rule tells you the solution to the system is ...

x = (x-determinant)/(system determinant)

y = (y-determinant)/(system determinant)

User Thexande
by
8.9k points

Related questions

asked Jan 23, 2020 49.7k views
LordTribual asked Jan 23, 2020
by LordTribual
8.5k points
2 answers
4 votes
49.7k views
asked Oct 26, 2022 49.1k views
Clive Machado asked Oct 26, 2022
by Clive Machado
8.8k points
1 answer
5 votes
49.1k views