25.6k views
2 votes
Use an augmented matrix to solve the system. What is the Value of x and y?

x+y=5
3x-y=-1

A. (1,4)
B. (1,5)
C. (3,-1)
D. (5,-1)

When converting a linear equation into an augmented matrix, which equation form is needed?

A. Slope-intercept form
B. Negative form
C. Graph form
D. Standard form

What does the vertical line in an augmented matrix represent?

A. x - Value
B. y - Value
C. Equals sign
D. Line on a graph

2 Answers

3 votes
D,a,a
Hope it helps
And right..
User Elad Lachmi
by
6.5k points
4 votes

QUESTION 1

The given equations are;


x+y=5

and


3x-y=-1

The augmented matrix is


\left[\begin{array}{ccc}1&1&|5\\3&-1&\:\:\:\:\:|-1\end{array}\right]


-3R_1+R_2\rightarrow R_2


\left[\begin{array}{ccc}1&1&|5\\0&-4&\:\:\:\:\:|-16\end{array}\right]


-(1)/(4) R_2\rightarrow R_2


\left[\begin{array}{ccc}1&1&|5\\0&1&|4\end{array}\right]


R_1-R_2\rightarrow R_1


\left[\begin{array}{ccc}1&0&|1\\0&1&|4\end{array}\right]

This implies that
x=1 and
y=4

The correct answer is A(1,4).

QUESTION 2

To convert a linear equation into an augmented matrix we need to write the equation in the form;


ax+by=c

This is referred to as the standard form.

The correct answer is D.

QUESTION 3

When we write a system of equation as an augmented matrix, we use a straight line to separate the coefficient matrix from the constant matrix just like how the equal sign separates the variables from the constants in the standard form.

The straight line represents the equal sign.

The correct answer is C

User Lavvo
by
5.6k points