Tag: applications of determinants

Questions Related to applications of determinants

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

$x + 2y + 3z = 0$ 

$2x + 3y + 4z = 0$
$7x + 13y + 19z =0$
The system of equations have non trivial solutions

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A system of homogeneous linear equations has non-trivial solutions if the determinant of the coefficient matrix is zero. The determinant of [[1, 2, 3], [2, 3, 4], [7, 13, 19]] is 1(57-52) - 2(38-28) + 3(26-21) = 5 - 20 + 15 = 0. Since the determinant is zero, non-trivial solutions exist.

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

$2x - 3y + z = 0$ 

$x + 2y - 3z =0$
$4x - y - 2z = 0$
The system of equations have a non trivial solution

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

For the system to have non-trivial solutions, the determinant must be zero. The determinant of [[2, -3, 1], [1, 2, -3], [4, -1, -2]] is 2(-4-3) - (-3)(-2+12) + 1(-1-8) = 2(-7) + 3(10) - 9 = -14 + 30 - 9 = 7. Since the determinant is not zero, the system has only the trivial solution (0,0,0).

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

If the lines $L _{1}:\lambda ^{2}x-y-1=0$ $L _{2}:x-\lambda ^{2}y+1=0$ $L _{3}:x+y-\lambda ^{2}=0$ pass through the same point the value(s) of $\lambda$ equals

  1. $1$
  2. $\sqrt{2}$
  3. $2$
  4. $0$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The given equations passes through same point.So, they are concurrent lines

$\Rightarrow \left| \begin{matrix} { \lambda  }^{ 2 } & -1 & -1 \ 1 & -{ \lambda  }^{ 2 } & 1 \ 1 & 1 & -{ \lambda  }^{ 2 } \end{matrix} \right| =0$

$\Rightarrow { \lambda  }^{ 6 }-3{ \lambda  }^{ 2 }-2=0$

By doing synthetic division we get,
$(\lambda^4-2\lambda^2+1)(\lambda^2-2)=0$
$(\lambda^2-1)^2(\lambda^2-2)=0$
$\lambda=\pm \sqrt 2 or \lambda=\pm1$
But here $\lambda=\pm1\  does\  not\  satisfies\  ,hence\  \lambda=\sqrt2$
Option B satisfies above equation

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

Three digits numbers $ 7x,36y$  and  $12z$ where  $x , y , z$ are integers from  $0$  to  $9 ,$  are divisible by a fixed constant $k.$  Then the determinant  $\left| \begin{array} { l l l } { x } & { 3 } & { 1 } \ { 7 } & { 6 } & { z } \ { 1 } & { y } & { 2 } \end{array} \right|$ $\ +48$ must be divisible by 

  1. $k$
  2. $k ^ { 2 }$
  3. $k ^ { 3 }$
  4. $k ^ { 4}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Since $7x,36y,12z$ are divisible by $k$

Let us Assume $x=ka,y=kb,z=kc$
So the det $\implies \left| \begin {array}{c c c} ka&3&1\7&6&kc\1&kb&2 \end{array} \right|$
$\implies 12ka-k^3abc+3kc+7kb-48$
$\implies From \  Question, 12ka-k^3abc+3kc+7kb-48+48$
Hence A

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

Numbers of ways in which 75600 can be resolved as product of two divisors which are relatively prime ?

  1. 44

  2. $8$
  3. $9$
  4. $16$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

First we will have to find the prime factors of $75600$

Prime factorization of $75600=2\times 2\times 2\times 2\times 3\times 3\times 3\times 5\times 5\times 7$
$\Rightarrow 75600=2^4\times 3^3 \times 5^2\times 7$
The number of ways in which a composite number N can be resolved as product of two divisors which are relatively prime.
$=2^{n-1}$ where n is number of different factors of N
$=2^{n-1}$
$=2^{4-1}$
$=2^3$
$=8$ ways
Hence, the answer is $8.$

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

Number of values of $a$ for which the lines $2x+y-1=0, ax+3y-3=0, 3x+2y-2=0$ are concurrent is

  1. 0

  2. 1

  3. 2

  4. $\infty$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Here coefficient matrix,  $\Delta = \begin{vmatrix} 2 & 1 & -1 \ a & 3 & -3 \ 3 & 2 & -2 \end{vmatrix}$
Using $C _2 \to C _2+C _3$
$\Delta = \begin{vmatrix} 2 & 0 & -1 \ a & 0 & 3 \ 3 & 0 & -2 \end{vmatrix}=0$
Clearly $\Delta=0$, Hence given lines are concurrent for all values of $a$

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

If the lines $\displaystyle y-x=5,3x+4y=1$ and $\displaystyle y=mx+3$ are concurrent then the value of m is

  1. $\displaystyle \frac{19}{5}$
  2. $\displaystyle 1$
  3. $\displaystyle \frac{5}{19}$
  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Given lines $\displaystyle y-x=5,3x+4y=1$ and $\displaystyle y=mx+3$
For concurrency,
$\begin{vmatrix} -1 & 1 & 5 \ 3 & 4 & 1 \ -m & 1 & 3 \end{vmatrix}=0$
$\Rightarrow -5+19m=0$
$\Rightarrow \displaystyle m =\frac{5}{19}$

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

Three lines $px + qy + r = 0, qx + ry + p = 0$ and $rx + py + q = 0$ are concurrent if

  1. $p + q + r = 0$
  2. $p^2 + q^2 + r^2 = pr + qr + pq$
  3. $p^3 + q^3 + r^3 = 3pqr$
  4. none of these

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

These lines are concurrent when area formed from these lines is zero
$\begin{vmatrix} p & q & r \ q & r & p \ r & p & q \end{vmatrix}=0$
Applying ${ R } _{ 1 }\rightarrow { R } _{ 1 }+{ R } _{ 2 }+{ R } _{ 3 }$
$\Rightarrow \begin{vmatrix} p+q+r & p+q+r & p+q+r \ q & r & p \ r & p & q \end{vmatrix}=0\ \Rightarrow \left( p+q+r \right) \begin{vmatrix} 1 & 1 & 1 \ q & r & p \ r & p & q \end{vmatrix}=0$
Again applying ${ C } _{ 2 }\rightarrow { C } _{ 2 }-{ C } _{ 1 },{ C } _{ 3 }\rightarrow { C } _{ 3 }-{ C } _{ 1 }$
$\Rightarrow \left( p+q+r \right) \begin{vmatrix} 1 & 0 & 0 \ q & r-q & p-q \ r & p-r & q-r \end{vmatrix}\ \Rightarrow \left( p+q+r \right) \left( \left( r-q \right) \left( q-r \right) -\left( p-r \right) \left( p-q \right)  \right) =0$<br>$\Rightarrow p^3+q^3+r^3-3pqr =0 $
Hence, options A, B and C are correct.

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

If the lines $2\mathrm{x}-\mathrm{a}\mathrm{y}+1 =0,\ 3\mathrm{x}-\mathrm{b}\mathrm{y}+1 =0,\ 4\mathrm{x}-\mathrm{c}\mathrm{y}+1 =0$ are concurrent then $\mathrm{a}$, b,c are in ?

.

  1. G.P.

  2. A.P.

  3. H.P.

  4. A.G.P.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

$2x-ay+1 =0,\ 3x-by+1 =0,\ 4x-cy+1 =0$


Given lines are concurrent

$\Rightarrow \begin{vmatrix} 2 & -a & 1 \ 3 & -b & 1 \ 4 & -c & 1 \end{vmatrix}=0$

$\Rightarrow  2b-a-c=0$

$\Rightarrow 2b=a+c$

Hence, a,b,c are in A.P.

Multiple choice lines in planes applications of determinants inverse of a matrix and linear equations matrix algebra maths

The points $(k, 2-2k)$, $(-k+1, 2k)$ and $(-4-k, 6-2k)$ are collinear for

  1. all values of k

  2. $k=-1$
  3. $k=1/2$
  4. no value of k.

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

The given points are collinear if 


$\displaystyle \begin{vmatrix} k  & 2-2k  & 1 \ -k+1  & 2k  & 1 \ -4-k & 6-2k  & 1  \end{vmatrix}=0$

$\Rightarrow  
\begin{vmatrix} k  & 2-2k  & 1 \ -2k+1  & 4k-2  & 0 \ -4-2k & 4  & 0  \end{vmatrix}=0$       $ \left [ R _{2}\rightarrow R _{2}-R _{1}, R _{3}\rightarrow R _{3}-R _{1} \right ]$


$\Rightarrow 4(-2k+1)-(-4-2k)(4k-2)=0$

$\Rightarrow (1-2k)(4-8-4k)=0$

$\Rightarrow (1-2k)(k+1)=0$

$\Rightarrow k=-1 \ or \ k=1/2$