188k views
2 votes
Solve x + y = 5 using matrices. 2x – y = 1 I have the answer, x = 2 and y =3, how do I phrase this as a matrices? (2,3)?

User ErhWen Kuo
by
7.8k points

1 Answer

4 votes
x +y = 5

x = 5-y

---------------------

2x -y = 1

2•(5-y) -y = 1

10 -2y -y = 1

10 -3y = 1

-3 y = 1-10


-3y = -9

then you can divide it
y = -9/-3

y= 3


for x :

x + y = 5

x + (3) = 5
x= 5-3
x= 2


(x,y)

(2,3)
User Preslav Rachev
by
8.5k points