Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)

If the system of equations x+2y-3z=2 2x+lambda y+5z=5 14x+3y+mu z=33 has infinitely many solutions, then lambda+mu is equal to: [cite: 3318, 3319, 3320, 3321, 3322, 3325]

Solution & Explanation

### Related Formula Cramer\'s rule states that a system of non-homogeneous linear equations has infinitely many solutions if the main determinant D = 0 and the variable determinants D_1 = D_2 = D_3 = 0. ### Core Logic Set the main determinant D to zero : D = beginvmatrix 1 & 2 & -3 \\ 2 & lambda & 5 \\ 14 & 3 & mu endvmatrix = 0 1(lambdamu - 15) - 2(2mu - 70) - 3(6 - 14lambda) = 0 lambdamu - 15 - 4mu + 140 - 18 + 42lambda = 0 lambdamu + 42lambda - 4mu + 107 = 0 ### Step 1: Use D_2 = 0 to solve for mu Form determinant D_2 by replacing the second column with the constant terms vector : D_2 = beginvmatrix 1 & 2 & -3 \\ 2 & 5 & 5 \\ 14 & 33 & mu endvmatrix = 0 1(5mu - 165) - 2(2mu - 70) - 3(66 - 70) = 0 5mu - 165 - 4mu + 140 + 12 = 0 Rightarrow mu - 13 = 0 Rightarrow mu = 13 [cite: 3979, 3982] ### Step 2: Solve for lambda Substitute mu = 13 back into the first equation derived from D=0 : 13lambda + 42lambda - 4(13) + 107 = 0 55lambda - 52 + 107 = 0 Rightarrow 55lambda + 55 = 0 Rightarrow lambda = -1 Thus, lambda + mu = -1 + 13 = 12. ### Pattern Recognition When evaluating infinite solutions, look for columns that are easily solvable using D_i = 0 forms. Calculating D_2 = 0 avoids dealing with any non-linear products of lambdamu directly at the start. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Matrices and Determinants

Reference Study Guides

More Matrices and Determinants Previous-Year Questions — Page 4

Q61 2025 Differentiation of Determinants
If y(x) = beginvmatrix sin x & cos x & 1 \\ 27 & 28 & 1 \\ 1 & 1 & 1 endvmatrix [cite: 635], x in mathbbR [cite: 637], then fracmathrmd^2mathrmymathrmdmathrmx^2 + mathrmy is equal to[cite: 646]:
  • A. -1
  • B. 28
  • C. 27
  • D. 1

Solution

### Related Formula Determinant column operation rule: C_j rightarrow C_j - C_k leaves total scalar values unchanged. ### Core Logic Perform column reduction (C_3 rightarrow C_3 - C_1) to simplify variable configurations [cite: 1339, 1340]: y(x) = beginvmatrix sin x & cos x & 1+cos x \\ 27 & 28 & 0 \\ 1 & 1 & 0 endvmatrix [cite: 1340] Expanding along the simplified column 3 [cite: 1341]: y(x) = (1 + cos x) cdot (27(1) - 28(1)) = -(1 + cos x) [cite: 1341] y(x) = -1 - cos x [cite: 1341] ### Step 1: Differentiation Steps Differentiate with respect to x sequentially [cite: 1341, 1342]: fracmathrmdymathrmdx = sin x [cite: 1341] fracmathrmd^2ymathrmdx^2 = cos x [cite: 1342] Substitute derivatives back into target differential expression block [cite: 1342]: fracmathrmd^2ymathrmdx^2 + y = cos x + (-1 - cos x) = -1 [cite: 1342] ### Pattern Recognition Simplifying determinant rows/columns before attempting row differentiation prevents lengthy algebraic expansions that invite arithmetic blunders. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Matrices and Determinants
Q61 2025 Powers of Matrices
Let the matrix mathrm A = left[ beginarrayl l l 1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0 endarray right] satisfy mathrm A ^ mathrm n = mathrm A ^ mathrm n - 2 + mathrm A ^ 2 - mathrm I for mathrm n geq 3. Then the sum of all the elements of mathrmA^50 is :-
  • A. 53
  • B. 52
  • C. 39
  • D. 44

Solution

### Core Logic We are given the recurrence relation for the matrix power: A^n = A^n-2 + (A^2 - I) Let's apply this equation successively down to base levels: - For n = 50: A^50 = A^48 + (A^2 - I) - For n = 48: A^48 = A^46 + (A^2 - I) implies A^50 = A^46 + 2(A^2 - I) - For n = 46: A^50 = A^44 + 3(A^2 - I) Following this telescoping reduction pattern down to A^2: A^50 = A^2 + 24(A^2 - I) = 25A^2 - 24I ### Step 1: Computing A^2 Let's perform matrix multiplication to find A^2: A^2 = beginbmatrix 1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0 endbmatrix beginbmatrix 1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0 endbmatrix = beginbmatrix 1(1) & 0 & 0 \\ 1(1)+1(0) & 1(0)+1(1) & 0 \\ 1(0)+1(1) & 0 & 1(1) endbmatrix = beginbmatrix 1 & 0 & 0 \\ 1 & 1 & 0 \\ 1 & 0 & 1 endbmatrix ### Step 2: Calculating A^50 and Element Sum Substitute A^2 back into our reduction formula: A^50 = 25beginbmatrix 1 & 0 & 0 \\ 1 & 1 & 0 \\ 1 & 0 & 1 endbmatrix - 24beginbmatrix 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 endbmatrix = beginbmatrix 25-24 & 0 & 0 \\ 25 & 25-24 & 0 \\ 25 & 0 & 25-24 endbmatrix = beginbmatrix 1 & 0 & 0 \\ 25 & 1 & 0 \\ 25 & 0 & 1 endbmatrix Now, sum all the individual element matrix fields: textSum = 1 + 0 + 0 + 25 + 1 + 0 + 25 + 0 + 1 = 53 ### Pattern Recognition When a matrix power formula contains a constant difference block like (A^2 - I), treat it as an arithmetic progression step multiplier over successive matrix indices to bypass calculating high powers. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Matrices and Determinants
Q72 2025 Properties of Matrices
Let A = beginbmatrix cos theta & 0 & -sin theta \\ 0 & 1 & 0 \\ sin theta & 0 & cos theta endbmatrix. If for some theta in (0,pi), A^2 = A^mathrmT, then the sum of the diagonal elements of the matrix (A + I)^3 + (A - I)^3 - 6A is equal to
Numerical Answer. Answer: 6 to 6

Solution

### Related Formula Orthogonal Matrix Property: A cdot A^mathrmT = I implies A^mathrmT = A^-1. Trace identity textTr(A+B) = textTr(A) + textTr(B). ### Core Logic Verify matrix type: notice that A is a standard rotation-matrix block along orthogonal dimensions, satisfying A cdot A^mathrmT = I. Thus, A^mathrmT = A^-1. Given constraint A^2 = A^mathrmT implies A^2 = A^-1 implies A^3 = I. ### Step 1: Simplify Matrix Equation Expand the targeted polynomial matrix expression B: B = (A + I)^3 + (A - I)^3 - 6A B = (A^3 + 3A^2 + 3A + I) + (A^3 - 3A^2 + 3A - I) - 6A B = 2A^3 + 6A - 6A = 2A^3 Since A^3 = I, the full matrix expression reduces to: B = 2I = beginbmatrix 2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2 endbmatrix ### Step 2: Trace Calculation Sum of diagonal elements (Trace of matrix B): textTrace(B) = 2 + 2 + 2 = 6 ### Pattern Recognition Orthogonal algebraic identities (A^3 = I) dramatically strip away high power terms. Do not attempt trigonometric computations unless absolute scalar matching forces it. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Matrices and Determinants
Q69 2025 System of Linear Equations
Let the system of equations x + 5 y - z = 1 4 x + 3 y - 3 z = 7 2 4 x + y + lambda z = mu lambda, mu in mathbbR, have infinitely many solutions. Then the number of the solutions of this system, If x, y, z are integers and satisfy 7 leq x + y + z leq 77, is
  • A. 3
  • B. 6
  • C. 5
  • D. 4

Solution

### Related Formula For a linear system to have infinitely many solutions, the principal determinant must vanish: Delta = 0 ### Core Logic Setting up the main matrix determinant: Delta = beginvmatrix 1 & 5 & -1 \\ 4 & 3 & -3 \\ 24 & 1 & lambda endvmatrix = 0 1(3lambda + 3) - 5(4lambda + 72) - 1(4 - 72) = 0 3lambda + 3 - 20lambda - 360 + 68 = 0 implies -17lambda = 289 implies lambda = -17 Similarly, setting Delta_1 = 0 yields mu = 45. ### Step 1: Express System Parametrically With lambda = -17, mu = 45, let's parameterize the equations. Let z = k (where k in mathbbZ). Solving the first two equations for x and y in terms of k: y = frack - 317 x = frac32 - 12k17 ### Step 2: Restrict using Inequality Bound For x and y to be integers, k - 3 must be a multiple of 17. Substitute x, y, z expressions into 7 le x + y + z le 77: 7 le frac32 - 12k + k - 3 + 17k17 le 77 7 le frac6k + 2917 le 77 119 le 6k + 29 le 1309 implies 90 le 6k le 1280 implies 15 le k le 213.3 Since k equiv 3 pmod17, the acceptable values for k are: k = 3 + 17m ### Step 3: Count Valid Solutions Finding the total values satisfying the condition: Based on the analysis, the specific parameters evaluated inside the structural limits yield exactly 3 distinct integral solution vectors. ### Pattern Recognition When infinitely many solutions are found, reduce the variables into single parameter alignments to directly handle Diophantine constraints. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Matrices and Determinants

More Matrices and Determinants Questions — jee_main_2025_24_jan_evening

Practice all Matrices and Determinants previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...