1. Point of intersection of the two lines:
Let: \[ \frac{x - 1}{1} = \frac{y - 2}{2} = \frac{z - 2}{3} = t_1 \quad \text{and} \quad \frac{x - 1}{0} = \frac{y - 3}{-3} = \frac{z - 7}{2} = t_2. \] From the first line: \[ x = 1 + t_1, \quad y = 2 + 2t_1, \quad z = 2 + 3t_1. \] From the second line: \[ x = 1, \quad y = 3 - 3t_2, \quad z = 7 + 2t_2. \] Equate \( x, y, z \) for consistency:
- From \( x \): \( 1 + t_1 = 1 \quad \Rightarrow \quad t_1 = 0. \)
- From \( y \): \( 2 + 2t_1 = 3 - 3t_2 \quad \Rightarrow \quad 2 = 3 - 3t_2 \quad \Rightarrow \quad t_2 = \frac{1}{3}. \) Substitute \( t_1 = 0 \) into the first line: \[ x = 1, \quad y = 2, \quad z = 2. \] Thus, the point of intersection is \( (1, 2, 2) \).
2. Direction vectors of the given lines:
- First line: \( \vec{d_1} = \langle 1, 2, 3 \rangle \).
- Second line: \( \vec{d_2} = \langle 0, -3, 2 \rangle \).
3. Direction of the required line:
The required line is perpendicular to both \( \vec{d_1} \) and \( \vec{d_2} \). Use the cross product: \[ \vec{d} = \vec{d_1} \times \vec{d_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & 3 \\ 0 & -3 & 2 \end{vmatrix}. \] Expand: \[ \vec{d} = \hat{i} \begin{vmatrix} 2 & 3 \\ -3 & 2 \end{vmatrix} - \hat{j} \begin{vmatrix} 1 & 3 \\ 0 & 2 \end{vmatrix} + \hat{k} \begin{vmatrix} 1 & 2 \\ 0 & -3 \end{vmatrix}. \] \[ \vec{d} = \hat{i}(4 + 9) - \hat{j}(2 - 0) + \hat{k}(-3 - 0) = \langle 13, -2, -3 \rangle. \] 4. Equation of the required line:
The line passing through \( (1, 2, 2) \) with direction vector \( \langle 13, -2, -3 \rangle \) is: \[ \frac{x - 1}{13} = \frac{y - 2}{-2} = \frac{z - 2}{-3}. \] Final Answer:
\[ \boxed{\frac{x - 1}{13} = \frac{y - 2}{-2} = \frac{z - 2}{-3}.} \]
Self-study helps students to build confidence in learning. It boosts the self-esteem of the learners. Recent surveys suggested that close to 50% learners were self-taught using internet resources and upskilled themselves.
A student may spend 1 hour to 6 hours in a day in upskilling self. The probability distribution of the number of hours spent by a student is given below: \[ P(X = x) = \begin{cases} kx^2, & \text{for } x = 1, 2, 3, \\ 2kx, & \text{for } x = 4, 5, 6, \\ 0, & \text{otherwise.} \end{cases} \] where \( x \) denotes the number of hours. Based on the above information, answer the following questions:
1. Express the probability distribution given above in the form of a probability distribution table.
2. Find the value of \( k \).
3. (a) Find the mean number of hours spent by the student. (b) Find \( P(1 < X < 6) \).