asked 109k views
0 votes
Given matrix Y = [4,8,-3,-6] and matrix Z = [-1,-2,7,2]. What is matrix X if 1/2(X+Z)=Y?

2 Answers

6 votes

Answer: [9,18,-13,-14]

answered
User Han Tran
by
8.0k points
6 votes

Answer:

[9,14,-13,-14]

Explanation:

if 1/2(X+Z)=Y

X+Z=2Y

X+Z=2([4,8,-3,-6])=[8,16,-6,-12]

X=2Y-Z

X=[8,16,-6,-12]-[-1,-2,7,2]=[9,14,-13,-14]

X=[9,14,-13,-14]

answered
User Milan Raval
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.