Question
Question: If \( A = \begin{bmatrix} 1 & 3 & 3 \\ 1 & 4 & 4 \\ 1 & 3 & 4 \end{bmatrix} \begin{bmatrix} x \\ y \...
If A=111343344xyz=121513 then the values of x, y, z respectively are
A
1, 2, 3
B
3, 2, 1
C
2, 2, 1
D
1, 1, 2
Answer
3, 2, 1
Explanation
Solution
Given the system:
x+3y+3zx+4y+4zx+3y+4z=12(1)=15(2)=13(3)Subtract (1) from (2):
(x+4y+4z)−(x+3y+3z)=15−12⇒y+z=3(4)Subtract (1) from (3):
(x+3y+4z)−(x+3y+3z)=13−12⇒z=1Substitute z=1 in (4):
y+1=3⇒y=2Now substitute y=2 and z=1 in (1):
x+3(2)+3(1)=12⇒x+6+3=12⇒x=12−9=3Thus, x=3, y=2, z=1.