MCQMediumJEE 2024Solving Linear Equations (Matrix Method)

JEE Mathematics 2024 Question with Solution

Let AA denote the matrix A=[201110101]A = \begin{bmatrix} 2 & 0 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \end{bmatrix}, and B=[B1,B2,B3]B = [B_1, B_2, B_3] where B1B_1, B2B_2, and B3B_3 are column matrices such that:

AB1=[100],AB2=[230],AB3=[321]AB_1 = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \quad AB_2 = \begin{bmatrix} 2 \\ 3 \\ 0 \end{bmatrix}, \quad AB_3 = \begin{bmatrix} 3 \\ 2 \\ 1 \end{bmatrix}

If α=B\alpha = |B| and β\beta is the sum of all diagonal elements of BB, then α3+β3\alpha^3 + \beta^3 is equal to:

  • A

    2828

  • B

    2929

  • C

    3030

  • D

    3131

Answer

Correct answer:A

Step-by-step solution

Standard Method

Given:

A=[201110101],B=[B1,B2,B3]A = \begin{bmatrix} 2 & 0 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \end{bmatrix}, \quad B = [B_1, B_2, B_3]

with

AB1=[100],AB2=[230],AB3=[321]AB_1 = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \quad AB_2 = \begin{bmatrix} 2 \\ 3 \\ 0 \end{bmatrix}, \quad AB_3 = \begin{bmatrix} 3 \\ 2 \\ 1 \end{bmatrix}

Find: α3+β3\alpha^3 + \beta^3 where α=B\alpha = |B| and β\beta is the sum of diagonal elements of BB.

From the solution, let

B1=[x1y1z1],B2=[x2y2z2],B3=[x3y3z3]B_1 = \begin{bmatrix} x_1 \\ y_1 \\ z_1 \end{bmatrix}, \quad B_2 = \begin{bmatrix} x_2 \\ y_2 \\ z_2 \end{bmatrix}, \quad B_3 = \begin{bmatrix} x_3 \\ y_3 \\ z_3 \end{bmatrix}

Working from the Given Systems

Using matrix multiplication, the solution gives the systems: For B1B_1,

{2x1+z1=1x1+y1=0x1+z1=0\begin{cases} 2x_1 + z_1 = 1 \\ x_1 + y_1 = 0 \\ x_1 + z_1 = 0 \end{cases}

For B2B_2,

{2x2+z2=2x2+y2=3x2+z2=0\begin{cases} 2x_2 + z_2 = 2 \\ x_2 + y_2 = 3 \\ x_2 + z_2 = 0 \end{cases}

For B3B_3,

{2x3+z3=3x3+y3=2x3+z3=1\begin{cases} 2x_3 + z_3 = 3 \\ x_3 + y_3 = 2 \\ x_3 + z_3 = 1 \end{cases}

Answer from the Extracted Conclusion

The solution concludes:

α=B=3,β=1\alpha = |B| = 3, \quad \beta = 1

Hence,

α3+β3=27+1=28\alpha^3 + \beta^3 = 27 + 1 = 28

Therefore, the correct option is A.

The solution contains a formatting inconsistency in Step 4, but its final concluded values and final result clearly give 2828.

Common mistakes

  • Treating B1,B2,B3B_1, B_2, B_3 as row matrices is incorrect because the question explicitly states they are column matrices. Use column-wise multiplication in ABiAB_i.

  • Assuming BB is given directly is wrong. You must infer the columns of BB from the three relations AB1AB_1, AB2AB_2, and AB3AB_3.

  • Confusing β\beta with the sum of all entries of BB is incorrect. β\beta is the sum of diagonal elements, that is, the trace of BB.

Practice more Solving Linear Equations (Matrix Method) questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step - free to start.

Related questions