If for some $\alpha$ and $\beta$ in R, the intersection of the
following three places
x + 4y – 2z = 1
x + 7y – 5z = b
x + 5y + $\alpha$z = 5
is a line in R3, then $\alpha$ + $\beta$ is equal to :
Solution
For planes to intersect on a line there should be infinite solution of the
given system of equations.
<br><br>For infinite solutions
<br><br>$\Delta$ = $$\left| {\matrix{
1 & 4 & { - 2} \cr
1 & 7 & { - 5} \cr
1 & 5 & \alpha \cr
} } \right|$$ = 0
<br><br>$\Rightarrow$ 1(7$\alpha$ + 25) – 4($\alpha$ + 5) – 2(5 – 7) = 0
<br><br>$\Rightarrow$ 7$\alpha$ + 25 – 4$\alpha$ – 20 + 4 = 0
<br><br>$\Rightarrow$ 3$\alpha$ + 9 = 0
<br><br>$\Rightarrow$ $\alpha$ = -3
<br><br>Also $\Delta$<sub>z</sub> = 0
<br><br>$\Rightarrow$ $$\left| {\matrix{
1 & 4 & 1 \cr
1 & 7 & \beta \cr
1 & 5 & 5 \cr
} } \right|$$ = 0
<br><br>$\Rightarrow$ 1(35 – 5$\beta$) – 4(5 – $\beta$) + 1(5 – 7) = 0
<br><br>$\Rightarrow$ 35 - 5$\beta$ - 20 + 4$\beta$ - 2 = 0
<br><br>$\Rightarrow$ $\beta$ = 13
<br><br>$\therefore$ $\alpha$ + $\beta$ = -3 + 13 = 10
About this question
Subject: Mathematics · Chapter: Matrices and Determinants · Topic: Types of Matrices and Operations
This question is part of PrepWiser's free JEE Main question bank. 274 more solved questions on Matrices and Determinants are available — start with the harder ones if your accuracy is >70%.