Question:medium

If \( \begin{vmatrix} 9 & 25 & 16 \\ 16 & 36 & 25 \\ 25 & 49 & 36 \end{vmatrix} = K \), then \( K, K+1 \) are the roots of the equation

Show Hint

When evaluating determinants, look for recognizable patterns such as perfect squares or arithmetic progressions. Suitable row and column operations can simplify the determinant and make the computation much easier.
Updated On: Mar 30, 2026
  • \( x^2 - 13x + 42 = 0 \)
  • \( x^2 - 15x + 56 = 0 \)
  • \( x^2 - 19x + 90 = 0 \)
  • \( x^2 - 17x + 72 = 0 \)
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Understanding the Concept: 

First, we must calculate the value of the determinant K. Then, we construct a quadratic equation with roots K and K+1.

Step 2: Key Formula or Approach:

The quadratic equation with roots α, β is:
x² - (α + β)x + αβ = 0

Step 3: Detailed Explanation:

Let D be the determinant:

 

92516
163625
254936


Apply column operation C₂ → C₂ - C₁:

 

91616
162025
252436


Now apply C₃ → C₃ - C₁:

 

9167
16209
252411


Factor 4 from column 2:

D = 4 ×

947
1659
25611


Apply row operations:
R₂ → R₂ - R₁
R₃ → R₃ - R₂

 

947
712
200


Expand along third row:

D = 4 × [ 2 × (4×2 - 7×1) ]
D = 4 × [ 2 × (8 - 7) ]
D = 4 × 2 = 8

So, K = 8.

Roots are: 8 and 9
Sum = 17
Product = 72

Equation:
x² - 17x + 72 = 0

Step 4: Final Answer:

The equation is x² - 17x + 72 = 0.

Was this answer helpful?
0