Solveeit Logo

Question

Mathematics Question on Linear Algebra

The values of m,nm, n, for which the system of equations
x+y+z=4,x + y + z = 4,
2x+5y+5z=17,2x + 5y + 5z = 17,
x+2y+mz=nx + 2y + mz = n
has infinitely many solutions, satisfy the equation :

A

m2+n2mn=46m^{2} + n^{2} - m - n = 46

B

m2+n2+m+n=64m^{2} + n^{2} + m + n = 64

C

m2+n2+mn=68m^{2} + n^{2} + mn = 68

D

m2+n2mn=39m^{2} + n^{2} - mn = 39

Answer

m2+n2mn=39m^{2} + n^{2} - mn = 39

Explanation

Solution

To find the values of m and n such that the system has infinitely many solutions, we start by setting the determinant of the coefficient matrix to zero:

D=111 255 12m=0.D = \begin{vmatrix} 1 & 1 & 1 \\\ 2 & 5 & 5 \\\ 1 & 2 & m \end{vmatrix} = 0.

Expanding the determinant:

D=1(5m10)1(2m5)+1(45)=3m6.D = 1 \cdot (5m - 10) - 1 \cdot (2m - 5) + 1 \cdot (4 - 5) = 3m - 6.

Setting D=0D = 0:

3m6=0    m=2.3m - 6 = 0 \implies m = 2.

Next, consider the augmented matrix determinant D3D_3:

D3=114 2517 12n=0.D_3 = \begin{vmatrix} 1 & 1 & 4 \\\ 2 & 5 & 17 \\\ 1 & 2 & n \end{vmatrix} = 0.

Expanding D3D_3 and setting it to zero gives:

n=7.n = 7.

Substitute m=2m = 2 and n=7n = 7 into the given equation:

m2+n2mn=22+72(2×7)=4+4914=39.m^2 + n^2 - mn = 2^2 + 7^2 - (2 \times 7) = 4 + 49 - 14 = 39.

Therefore, the correct answer is Option (4).