Question:

If a point $P (\alpha, \beta, \gamma)$ satisfying $(\alpha\,\, \beta\,\, \gamma) \begin{pmatrix} 2 & 10 & 8 \\9 & 3 & 8 \\8 & 4 & 8\end{pmatrix}=(0\,\,0\,\,0) $ lies on the plane $2 x+4 y+3 z=5$, then $6 \alpha+9 \beta+7 \gamma$ is equal to :

Show Hint

When solving systems of linear equations, substitution is an effective method. Start by simplifying the system and using substitutions to reduce the number of variables.
Updated On: Apr 24, 2025
  • $\frac{5}{4}$
  • $-1$
  • 11
  • $\frac{11}{5}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

.........(1)
.........(2)
.........(3)
.........(4)
Subtract (4) from (2)

.........(5)
From equation (4)

.........(6)
From equation (1)







So, the correct option is (C) : 11
Was this answer helpful?
17
1
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Write down the matrix equation: \[ 2\alpha + 4\beta + 3\gamma = 5 \quad \cdots (1) \] \[ 2\alpha + 9\beta + 8\gamma = 0 \quad \cdots (2) \] \[ 10\alpha + 3\beta + 4\gamma = 0 \quad \cdots (3) \] \[ 8\alpha + 8\beta + 8\gamma = 0 \quad \cdots (4) \] Step 2: Subtract equation (4) from equation (2): \[ 2\alpha + 9\beta + 8\gamma - (8\alpha + 8\beta + 8\gamma) = 0 \] Simplifying: \[ -6\alpha + \beta = 0 \quad \Rightarrow \quad \beta = 6\alpha \quad \cdots (5) \] Step 3: Substitute equation (5) into equation (4): \[ 8\alpha + 8(6\alpha) + 8\gamma = 0 \] Simplifying: \[ 8\alpha + 48\alpha + 8\gamma = 0 \quad \Rightarrow \quad \gamma = -7\alpha \quad \cdots (6) \] Step 4: Substitute equations (5) and (6) into equation (1): \[ 2\alpha + 4(6\alpha) + 3(-7\alpha) = 5 \] Simplifying: \[ 2\alpha + 24\alpha - 21\alpha = 5 \quad \Rightarrow \quad 5\alpha = 5 \quad \Rightarrow \quad \alpha = 1 \] Step 5: Now substitute \( \alpha = 1 \) into equations (5) and (6): \[ \beta = 6(1) = 6 \] \[ \gamma = -7(1) = -7 \] Step 6: Now calculate \( 6\alpha + 9\beta + 7\gamma \): \[ 6(1) + 9(6) + 7(-7) = 6 + 54 - 49 = 11 \] Thus, the value of \( 6\alpha + 9\beta + 7\gamma \) is \( 11 \).
Was this answer helpful?
0
0

Concepts Used:

Matrices

Matrix:

A matrix is a rectangular array of numbers, variables, symbols, or expressions that are defined for the operations like subtraction, addition, and multiplications. The size of a matrix is determined by the number of rows and columns in the matrix.

The basic operations that can be performed on matrices are:

  1. Addition of Matrices - The addition of matrices addition can only be possible if the number of rows and columns of both the matrices are the same.
  2. Subtraction of Matrices - Matrices subtraction is also possible only if the number of rows and columns of both the matrices are the same.
  3. Scalar Multiplication - The product of a matrix A with any number 'c' is obtained by multiplying every entry of the matrix A by c, is called scalar multiplication. 
  4. Multiplication of Matrices - Matrices multiplication is defined only if the number of columns in the first matrix and rows in the second matrix are equal. 
  5. Transpose of Matrices - Interchanging of rows and columns is known as the transpose of matrices.