JEE Challenger
More from Matrices

Find Sum of Variables x y z for Matrix Transformation

Let MM be a 3×33 \times 3 matrix such that
M(100)=(123),M(010)=(012) and M(001)=(111).M \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} = \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}, M \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 0 \\ 1 \\ 2 \end{pmatrix} \text{ and } M \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} = \begin{pmatrix} -1 \\ 1 \\ 1 \end{pmatrix}.
If M(xyz)=(1711)M \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 7 \\ 11 \end{pmatrix}, then x+y+zx + y + z equals :

Options

A

4

B

5

Correct
C

7

D

11

Topics & Concepts

Step-by-Step Solution

Given that MM is a 3×33 \times 3 matrix and its action on the standard basis vectors is given by:
M(100)=(123),M(010)=(012),andM(001)=(111)M \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} = \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}, \quad M \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 0 \\ 1 \\ 2 \end{pmatrix}, \quad \text{and} \quad M \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} = \begin{pmatrix} -1 \\ 1 \\ 1 \end{pmatrix}

The columns of matrix MM correspond directly to the transformations of the standard basis vectors. Thus, the matrix MM is formed as: M=(101211321)M = \begin{pmatrix} 1 & 0 & -1 \\ 2 & 1 & 1 \\ 3 & 2 & 1 \end{pmatrix}

We are given that: M(xyz)=(1711)M \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 7 \\ 11 \end{pmatrix}

Substituting the matrix MM gives: (101211321)(xyz)=(1711)\begin{pmatrix} 1 & 0 & -1 \\ 2 & 1 & 1 \\ 3 & 2 & 1 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 7 \\ 11 \end{pmatrix}

This matrix equation yields the following system of linear equations:

  1. xz=1x - z = 1
  2. 2x+y+z=72x + y + z = 7
  3. 3x+2y+z=113x + 2y + z = 11

From equation (1), we express xx in terms of zz: x=z+1x = z + 1

Substituting x=z+1x = z + 1 into equations (2) and (3):

  • From equation (2): 2(z+1)+y+z=7    y+3z+2=7    y+3z=5— (4)2(z + 1) + y + z = 7 \implies y + 3z + 2 = 7 \implies y + 3z = 5 \quad \text{--- (4)}

  • From equation (3): 3(z+1)+2y+z=11    2y+4z+3=11    2y+4z=8    y+2z=4— (5)3(z + 1) + 2y + z = 11 \implies 2y + 4z + 3 = 11 \implies 2y + 4z = 8 \implies y + 2z = 4 \quad \text{--- (5)}

Subtracting equation (5) from equation (4): (y+3z)(y+2z)=54    z=1(y + 3z) - (y + 2z) = 5 - 4 \implies z = 1

Substituting z=1z = 1 into equation (5) to find yy: y+2(1)=4    y=2y + 2(1) = 4 \implies y = 2

Substituting z=1z = 1 to find xx: x=1+1=2x = 1 + 1 = 2

Thus, the values of the variables are x=2x = 2, y=2y = 2, and z=1z = 1.

Finally, the sum x+y+zx + y + z is: x+y+z=2+2+1=5x + y + z = 2 + 2 + 1 = 5

Find Sum of Variables x y z for Matrix Transformation | Mathematics PYQ Solution - JEE Challenger