Introduction to Board Exam Questions

This section contains 30 highly important board-style questions based on standard Class 12 three-dimensional geometry patterns. In board exams, presentation is as important as the final answer. Always state the formula first, identify clearly whether you are working with a point, a position vector, a direction vector, a normal vector, or direction ratios, and then substitute values carefully. In 3D geometry, many errors happen because students mix up the coordinates of a point with the components of a direction vector, so write each step neatly.

Question 1 [CBSE 2026]

Find the direction cosines of the line x12=y+23=z46\frac{x-1}{2} = \frac{y+2}{-3} = \frac{z-4}{6}.

Solution: Step 1: Compare the given line with the standard symmetric form xx1a=yy1b=zz1c.\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}. Hence, the direction ratios of the line are a=2,b=3,c=6.a=2, \quad b=-3, \quad c=6.

Step 2: Direction cosines are obtained by dividing each direction ratio by the magnitude of the direction vector. So first compute a2+b2+c2=22+(3)2+62=4+9+36=49=7.\sqrt{a^2+b^2+c^2} = \sqrt{2^2+(-3)^2+6^2} = \sqrt{4+9+36} = \sqrt{49} = 7.

Step 3: Therefore, l=27,m=37,n=67.l = \frac{2}{7}, \quad m = -\frac{3}{7}, \quad n = \frac{6}{7}.

Step 4: Check the identity for direction cosines: (27)2+(37)2+(67)2=4+9+3649=1.\left(\frac{2}{7}\right)^2 + \left(-\frac{3}{7}\right)^2 + \left(\frac{6}{7}\right)^2 = \frac{4+9+36}{49} = 1. So the answer is correct.

Answer: 27,37,67\frac{2}{7}, -\frac{3}{7}, \frac{6}{7}

Question 2 [CBSE 2025]

Find the Cartesian equation of the line passing through the points (3,2,5)(3, -2, -5) and (3,2,6)(3, -2, 6).

Solution: Step 1: Let the given points be A(3,2,5),B(3,2,6).A(3,-2,-5), \quad B(3,-2,6). The line through two points has direction ratios a=x2x1,b=y2y1,c=z2z1.a = x_2-x_1, \quad b = y_2-y_1, \quad c = z_2-z_1. So, a=33=0,b=2(2)=0,c=6(5)=11.a = 3-3=0, \quad b = -2-(-2)=0, \quad c = 6-(-5)=11.

Step 2: Use the two-point symmetric form xx1a=yy1b=zz1c.\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}. Substituting A(3,2,5)A(3,-2,-5) and direction ratios (0,0,11)(0,0,11), x30=y+20=z+511.\frac{x-3}{0} = \frac{y+2}{0} = \frac{z+5}{11}.

Step 3: Interpret the zero denominators correctly. This means x3=0    x=3,x-3=0 \implies x=3, y+2=0    y=2.y+2=0 \implies y=-2. So the line is parallel to the z-axis and passes through (3,2,5)(3,-2,-5).

Answer: x30=y+20=z+511\frac{x - 3}{0} = \frac{y + 2}{0} = \frac{z + 5}{11}

Question 3 [CBSE 2024]

Find the shortest distance between the lines r=(i^+2j^+k^)+λ(i^j^+k^)\vec{r} = (\hat{i} + 2\hat{j} + \hat{k}) + \lambda(\hat{i} - \hat{j} + \hat{k}) and r=(2i^j^k^)+μ(2i^+j^+2k^)\vec{r} = (2\hat{i} - \hat{j} - \hat{k}) + \mu(2\hat{i} + \hat{j} + 2\hat{k}).

Solution: Step 1: Compare with the standard vector forms L1:r=a1+λb1,L2:r=a2+μb2.L_1: \vec{r}=\vec{a}_1+\lambda\vec{b}_1, \qquad L_2: \vec{r}=\vec{a}_2+\mu\vec{b}_2. Thus, a1=i^+2j^+k^,b1=i^j^+k^,\vec{a}_1 = \hat{i}+2\hat{j}+\hat{k}, \quad \vec{b}_1 = \hat{i}-\hat{j}+\hat{k}, a2=2i^j^k^,b2=2i^+j^+2k^.\vec{a}_2 = 2\hat{i}-\hat{j}-\hat{k}, \quad \vec{b}_2 = 2\hat{i}+\hat{j}+2\hat{k}.

Step 2: Find the vector joining the known points on the two lines: a2a1=(21)i^+(12)j^+(11)k^=i^3j^2k^.\vec{a}_2-\vec{a}_1 = (2-1)\hat{i}+(-1-2)\hat{j}+(-1-1)\hat{k} = \hat{i}-3\hat{j}-2\hat{k}.

Step 3: Use the shortest distance formula for skew lines: d=(a2a1)(b1×b2)b1×b2.d = \left|\frac{(\vec{a}_2-\vec{a}_1)\cdot(\vec{b}_1\times\vec{b}_2)}{|\vec{b}_1\times\vec{b}_2|}\right|. So first compute the cross product: b1×b2=i^j^k^111212.\vec{b}_1\times\vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -1 & 1 \\ 2 & 1 & 2 \end{vmatrix}. Expanding, b1×b2=i^((1)(2)1(1))j^(1212)+k^(11(1)2)\vec{b}_1\times\vec{b}_2 = \hat{i}((-1)(2)-1(1)) - \hat{j}(1\cdot2-1\cdot2) + \hat{k}(1\cdot1-(-1)\cdot2) =3i^+0j^+3k^.= -3\hat{i} + 0\hat{j} + 3\hat{k}.

Step 4: Its magnitude is b1×b2=(3)2+02+32=18=32.|\vec{b}_1\times\vec{b}_2| = \sqrt{(-3)^2+0^2+3^2} = \sqrt{18} = 3\sqrt{2}.

Step 5: Compute the scalar triple product in the numerator: (i^3j^2k^)(3i^+3k^)=3+06=9.(\hat{i}-3\hat{j}-2\hat{k})\cdot(-3\hat{i}+3\hat{k}) = -3 + 0 - 6 = -9.

Step 6: Therefore, d=932=32=322.d = \left|\frac{-9}{3\sqrt{2}}\right| = \frac{3}{\sqrt{2}} = \frac{3\sqrt{2}}{2}.

Answer: 322\frac{3\sqrt{2}}{2} units

Question 4 [CBSE 2023]

Find the coordinates of the foot of the perpendicular drawn from the point P(0,2,3)P(0, 2, 3) to the line x+35=y12=z+43\frac{x+3}{5} = \frac{y-1}{2} = \frac{z+4}{3}.

Solution: Step 1: Let the foot of the perpendicular be QQ. A general point on the given line can be written by taking the common parameter as λ\lambda: x=5λ3,y=2λ+1,z=3λ4.x = 5\lambda - 3, \quad y = 2\lambda + 1, \quad z = 3\lambda - 4. So, Q(5λ3, 2λ+1, 3λ4).Q(5\lambda-3,\ 2\lambda+1,\ 3\lambda-4).

Step 2: The direction ratios of the given line are (5,2,3).(5,2,3). Since PQPQ is perpendicular to the line, the vector PQ\overrightarrow{PQ} must be orthogonal to (5,2,3)(5,2,3). Now, PQ=(5λ30, 2λ+12, 3λ43)\overrightarrow{PQ} = (5\lambda-3-0,\ 2\lambda+1-2,\ 3\lambda-4-3) =(5λ3, 2λ1, 3λ7).= (5\lambda-3,\ 2\lambda-1,\ 3\lambda-7).

Step 3: Apply perpendicularity condition: (5λ3)(5)+(2λ1)(2)+(3λ7)(3)=0.(5\lambda-3)(5) + (2\lambda-1)(2) + (3\lambda-7)(3) = 0.

Step 4: Simplify: 25λ15+4λ2+9λ21=025\lambda - 15 + 4\lambda - 2 + 9\lambda - 21 = 0 38λ38=038\lambda - 38 = 0 λ=1.\lambda = 1.

Step 5: Substitute back in the coordinates of QQ: Q=(5(1)3, 2(1)+1, 3(1)4)=(2,3,1).Q = (5(1)-3,\ 2(1)+1,\ 3(1)-4) = (2,3,-1).

Answer: (2,3,1)(2, 3, -1)

Question 5 [CBSE 2026]

Find the value of λ\lambda so that the lines 1x3=7y142λ=z32\frac{1-x}{3} = \frac{7y-14}{2\lambda} = \frac{z-3}{2} and 77x3λ=y51=6z5\frac{7-7x}{3\lambda} = \frac{y-5}{1} = \frac{6-z}{5} are at right angles.

Solution: Step 1: Rewrite both lines in standard symmetric form. For the first line, 1x3=7y142λ=z32\frac{1-x}{3} = \frac{7y-14}{2\lambda} = \frac{z-3}{2} becomes (x1)3=7(y2)2λ=z32.\frac{-(x-1)}{3} = \frac{7(y-2)}{2\lambda} = \frac{z-3}{2}. Hence its direction ratios are a1=3,b1=2λ7,c1=2.a_1=-3, \quad b_1=\frac{2\lambda}{7}, \quad c_1=2.

For the second line, 77x3λ=y51=6z5\frac{7-7x}{3\lambda} = \frac{y-5}{1} = \frac{6-z}{5} becomes 7(x1)3λ=y51=(z6)5.\frac{-7(x-1)}{3\lambda} = \frac{y-5}{1} = \frac{-(z-6)}{5}. Thus its direction ratios are a2=3λ7,b2=1,c2=5.a_2=-\frac{3\lambda}{7}, \quad b_2=1, \quad c_2=-5.

Step 2: For two lines to be perpendicular, the dot product of their direction ratios must be zero: a1a2+b1b2+c1c2=0.a_1a_2 + b_1b_2 + c_1c_2 = 0. So, (3)(3λ7)+(2λ7)(1)+2(5)=0.(-3)\left(-\frac{3\lambda}{7}\right) + \left(\frac{2\lambda}{7}\right)(1) + 2(-5) = 0.

Step 3: Simplify: 9λ7+2λ710=0\frac{9\lambda}{7} + \frac{2\lambda}{7} - 10 = 0 11λ7=10\frac{11\lambda}{7} = 10 11λ=7011\lambda = 70 λ=7011.\lambda = \frac{70}{11}.

Answer: 7011\frac{70}{11}

Question 6 [CBSE 2025]

Find the equation of the plane passing through the points A(1,1,1),B(6,4,5),A(1, 1, -1), B(6, 4, -5), and C(4,2,3)C(-4, -2, -3).

Solution: Step 1: Find two vectors lying in the plane: AB=(61, 41, 5(1))=(5,3,4),\vec{AB} = (6-1,\ 4-1,\ -5-(-1)) = (5,3,-4), AC=(41, 21, 3(1))=(5,3,2).\vec{AC} = (-4-1,\ -2-1,\ -3-(-1)) = (-5,-3,-2).

Step 2: A normal vector to the plane is n=AB×AC.\vec{n} = \vec{AB} \times \vec{AC}. So, n=i^j^k^534532.\vec{n} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 5 & 3 & -4 \\ -5 & -3 & -2 \end{vmatrix}. Expanding, n=i^(3(2)(4)(3))j^(5(2)(4)(5))+k^(5(3)3(5))\vec{n} = \hat{i}(3(-2)-(-4)(-3)) - \hat{j}(5(-2)-(-4)(-5)) + \hat{k}(5(-3)-3(-5)) =i^(612)j^(1020)+k^(15+15)= \hat{i}(-6-12) - \hat{j}(-10-20) + \hat{k}(-15+15) =18i^+30j^+0k^.= -18\hat{i} + 30\hat{j} + 0\hat{k}. A simplified normal vector is (3,5,0).(3,-5,0).

Step 3: Use the point-normal form through A(1,1,1)A(1,1,-1): 3(x1)5(y1)+0(z+1)=0.3(x-1) - 5(y-1) + 0(z+1) = 0.

Step 4: Simplify: 3x35y+5=03x - 3 - 5y + 5 = 0 3x5y+2=0.3x - 5y + 2 = 0.

Step 5: Verify with the third point C(4,2,3)C(-4,-2,-3): 3(4)5(2)+2=12+10+2=0.3(-4) - 5(-2) + 2 = -12 + 10 + 2 = 0. So the equation is correct.

Answer: 3x5y+2=03x - 5y + 2 = 0

Question 7 [CBSE 2024]

Find the equation of the plane passing through the line of intersection of the planes r(i^+j^+k^)=6\vec{r} \cdot (\hat{i} + \hat{j} + \hat{k}) = 6 and r(2i^+3j^+4k^)=5\vec{r} \cdot (2\hat{i} + 3\hat{j} + 4\hat{k}) = -5, and passing through the point (1,1,1)(1, 1, 1).

Solution: Step 1: Convert both planes into Cartesian form: x+y+z=6    x+y+z6=0,x+y+z=6 \implies x+y+z-6=0, 2x+3y+4z=5    2x+3y+4z+5=0.2x+3y+4z=-5 \implies 2x+3y+4z+5=0.

Step 2: The family of planes through their line of intersection is (x+y+z6)+λ(2x+3y+4z+5)=0.(x+y+z-6) + \lambda(2x+3y+4z+5)=0.

Step 3: Since the required plane passes through (1,1,1)(1,1,1), substitute this point: (1+1+16)+λ(2+3+4+5)=0(1+1+1-6) + \lambda(2+3+4+5)=0 3+14λ=0-3 + 14\lambda = 0 λ=314.\lambda = \frac{3}{14}.

Step 4: Substitute this back: (x+y+z6)+314(2x+3y+4z+5)=0.(x+y+z-6) + \frac{3}{14}(2x+3y+4z+5)=0. Multiply throughout by 14: 14(x+y+z6)+3(2x+3y+4z+5)=0.14(x+y+z-6) + 3(2x+3y+4z+5)=0.

Step 5: Simplify: 14x+14y+14z84+6x+9y+12z+15=014x+14y+14z-84 + 6x+9y+12z+15 = 0 20x+23y+26z69=0.20x + 23y + 26z - 69 = 0.

Answer: 20x+23y+26z=6920x + 23y + 26z = 69

Question 8 [CBSE 2022]

Find the distance of the point (2,5,3)(2, 5, -3) from the plane r(6i^3j^+2k^)=4\vec{r} \cdot (6\hat{i} - 3\hat{j} + 2\hat{k}) = 4.

Solution: Step 1: Convert the plane into Cartesian form: 6x3y+2z=4    6x3y+2z4=0.6x - 3y + 2z = 4 \implies 6x - 3y + 2z - 4 = 0. Thus, A=6,B=3,C=2,D=4.A=6, \quad B=-3, \quad C=2, \quad D=-4.

Step 2: Use the point-to-plane distance formula: d=Ax1+By1+Cz1+DA2+B2+C2.d = \frac{|Ax_1 + By_1 + Cz_1 + D|}{\sqrt{A^2+B^2+C^2}}. Substitute (x1,y1,z1)=(2,5,3)(x_1,y_1,z_1)=(2,5,-3): d=6(2)3(5)+2(3)462+(3)2+22.d = \frac{|6(2) - 3(5) + 2(-3) - 4|}{\sqrt{6^2+(-3)^2+2^2}}.

Step 3: Simplify numerator and denominator: 121564=13=13,|12 - 15 - 6 - 4| = |-13| = 13, 36+9+4=49=7.\sqrt{36+9+4} = \sqrt{49} = 7.

Step 4: Therefore, d=137.d = \frac{13}{7}.

Answer: 137\frac{13}{7} units

Question 9 [CBSE 2026]

Find the angle between the line x+12=y3=z36\frac{x+1}{2} = \frac{y}{3} = \frac{z-3}{6} and the plane 10x+2y11z=310x + 2y - 11z = 3.

Solution: Step 1: The direction vector of the line is taken from the denominators: b=(2,3,6).\vec{b} = (2,3,6). The normal vector of the plane is taken from the coefficients of x,y,zx,y,z: n=(10,2,11).\vec{n} = (10,2,-11).

Step 2: If ϕ\phi is the angle between the line and the plane, then sinϕ=bnbn.\sin\phi = \frac{|\vec{b}\cdot\vec{n}|}{|\vec{b}|\,|\vec{n}|}.

Step 3: Compute the dot product: bn=2(10)+3(2)+6(11)=20+666=40.\vec{b}\cdot\vec{n} = 2(10) + 3(2) + 6(-11) = 20 + 6 - 66 = -40. So, bn=40.|\vec{b}\cdot\vec{n}| = 40.

Step 4: Compute magnitudes: b=22+32+62=49=7,|\vec{b}| = \sqrt{2^2+3^2+6^2} = \sqrt{49} = 7, n=102+22+(11)2=225=15.|\vec{n}| = \sqrt{10^2+2^2+(-11)^2} = \sqrt{225} = 15.

Step 5: Substitute: sinϕ=40715=40105=821.\sin\phi = \frac{40}{7\cdot 15} = \frac{40}{105} = \frac{8}{21}. Therefore, ϕ=sin1(821).\phi = \sin^{-1}\left(\frac{8}{21}\right).

Answer: sin1(8/21)\sin^{-1}(8/21)

Question 10 [CBSE 2023]

Show that the lines x+33=y11=z55\frac{x+3}{-3} = \frac{y-1}{1} = \frac{z-5}{5} and x+11=y22=z55\frac{x+1}{-1} = \frac{y-2}{2} = \frac{z-5}{5} are coplanar.

Solution: Step 1: Identify a point and direction ratios from each line. For the first line: (x1,y1,z1)=(3,1,5),(a1,b1,c1)=(3,1,5).(x_1,y_1,z_1)=(-3,1,5), \quad (a_1,b_1,c_1)=(-3,1,5). For the second line: (x2,y2,z2)=(1,2,5),(a2,b2,c2)=(1,2,5).(x_2,y_2,z_2)=(-1,2,5), \quad (a_2,b_2,c_2)=(-1,2,5).

Step 2: The condition for coplanarity is x2x1y2y1z2z1a1b1c1a2b2c2=0.\begin{vmatrix} x_2-x_1 & y_2-y_1 & z_2-z_1 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} = 0. So, 210315125.\begin{vmatrix} 2 & 1 & 0 \\ -3 & 1 & 5 \\ -1 & 2 & 5 \end{vmatrix}.

Step 3: Expand the determinant: 2(1552)1((3)55(1))+02(1\cdot 5 - 5\cdot 2) - 1((-3)\cdot 5 - 5(-1)) + 0 =2(510)(15+5)= 2(5-10) - (-15+5) =2(5)(10)=10+10=0.= 2(-5) - (-10) = -10 + 10 = 0.

Step 4: Since the determinant is zero, the two lines are coplanar.

Answer: Proved.

Question 11 [CBSE 2025]

Find the equation of the plane passing through the point (1,1,2)(1, -1, 2) and parallel to the plane 3x2y+5z=103x - 2y + 5z = 10.

Solution: Step 1: A plane parallel to 3x2y+5z=103x - 2y + 5z = 10 must have the same normal vector. So its equation is of the form 3x2y+5z=d.3x - 2y + 5z = d.

Step 2: Since it passes through (1,1,2)(1,-1,2), substitute this point: 3(1)2(1)+5(2)=d.3(1) - 2(-1) + 5(2) = d.

Step 3: Simplify: 3+2+10=d    d=15.3 + 2 + 10 = d \implies d = 15.

Step 4: Hence the required plane is 3x2y+5z=15.3x - 2y + 5z = 15.

Answer: 3x2y+5z=153x - 2y + 5z = 15

Question 12 [CBSE 2024]

Find the vector equation of the line passing through the point (1,2,3)(1, 2, 3) and parallel to the line r=(i^j^+2k^)+t(2i^+3j^k^)\vec{r} = (\hat{i} - \hat{j} + 2\hat{k}) + t(2\hat{i} + 3\hat{j} - \hat{k}).

Solution: Step 1: The required line passes through the point (1,2,3)(1,2,3), whose position vector is a=i^+2j^+3k^.\vec{a} = \hat{i} + 2\hat{j} + 3\hat{k}.

Step 2: Since the required line is parallel to the given line, it has the same direction vector: b=2i^+3j^k^.\vec{b} = 2\hat{i} + 3\hat{j} - \hat{k}.

Step 3: Use the vector equation of a line through point a\vec{a} and parallel to vector b\vec{b}: r=a+λb.\vec{r} = \vec{a} + \lambda\vec{b}. So, r=(i^+2j^+3k^)+λ(2i^+3j^k^).\vec{r} = (\hat{i} + 2\hat{j} + 3\hat{k}) + \lambda(2\hat{i} + 3\hat{j} - \hat{k}).

Answer: r=(i^+2j^+3k^)+λ(2i^+3j^k^)\vec{r} = (\hat{i} + 2\hat{j} + 3\hat{k}) + \lambda(2\hat{i} + 3\hat{j} - \hat{k})

Question 13 [CBSE 2026]

Find the distance between the parallel lines r=(i^+2j^4k^)+λ(2i^+3j^+6k^)\vec{r} = (\hat{i} + 2\hat{j} - 4\hat{k}) + \lambda(2\hat{i} + 3\hat{j} + 6\hat{k}) and r=(3i^+3j^5k^)+μ(2i^+3j^+6k^)\vec{r} = (3\hat{i} + 3\hat{j} - 5\hat{k}) + \mu(2\hat{i} + 3\hat{j} + 6\hat{k}).

Solution: Step 1: Identify the known position vectors and common direction vector: a1=(1,2,4),a2=(3,3,5),b=(2,3,6).\vec{a}_1 = (1,2,-4), \quad \vec{a}_2 = (3,3,-5), \quad \vec{b}=(2,3,6).

Step 2: For parallel lines, use the formula d=(a2a1)×bb.d = \frac{|(\vec{a}_2-\vec{a}_1)\times\vec{b}|}{|\vec{b}|}. Now, a2a1=(2,1,1).\vec{a}_2-\vec{a}_1 = (2,1,-1).

Step 3: Compute the cross product: (2,1,1)×(2,3,6)=i^j^k^211236(2,1,-1) \times (2,3,6) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 1 & -1 \\ 2 & 3 & 6 \end{vmatrix} =9i^14j^+4k^.= 9\hat{i} - 14\hat{j} + 4\hat{k}.

Step 4: Compute magnitudes: (a2a1)×b=92+(14)2+42=293,|(\vec{a}_2-\vec{a}_1)\times\vec{b}| = \sqrt{9^2+(-14)^2+4^2} = \sqrt{293}, b=22+32+62=49=7.|\vec{b}| = \sqrt{2^2+3^2+6^2} = \sqrt{49}=7.

Step 5: Therefore, d=2937.d = \frac{\sqrt{293}}{7}.

Answer: 2937\frac{\sqrt{293}}{7} units

Question 14 [CBSE 2023]

Find the coordinates of the point where the line passing through the points (3,4,5)(3, -4, -5) and (2,3,1)(2, -3, 1) crosses the plane 2x+y+z=72x + y + z = 7.

Solution: Step 1: The line passes through A(3,4,5),B(2,3,1).A(3,-4,-5), \quad B(2,-3,1). Its direction ratios are (23, 3(4), 1(5))=(1,1,6).(2-3,\ -3-(-4),\ 1-(-5)) = (-1,1,6). Hence its equation is x31=y+41=z+56=λ.\frac{x-3}{-1} = \frac{y+4}{1} = \frac{z+5}{6} = \lambda.

Step 2: Write a general point on the line: x=λ+3,y=λ4,z=6λ5.x = -\lambda + 3, \quad y = \lambda - 4, \quad z = 6\lambda - 5.

Step 3: Since the point lies on the plane 2x+y+z=72x+y+z=7, substitute: 2(λ+3)+(λ4)+(6λ5)=7.2(-\lambda+3) + (\lambda-4) + (6\lambda-5) = 7.

Step 4: Simplify: 2λ+6+λ4+6λ5=7-2\lambda + 6 + \lambda - 4 + 6\lambda - 5 = 7 5λ3=75\lambda - 3 = 7 5λ=105\lambda = 10 λ=2.\lambda = 2.

Step 5: Put λ=2\lambda=2 into the coordinates: x=2+3=1,x = -2+3 = 1, y=24=2,y = 2-4 = -2, z=125=7.z = 12-5 = 7.

Answer: (1,2,7)(1, -2, 7)

Question 15 [CBSE 2025]

Find the equation of the plane passing through the line of intersection of the planes x+y+z=1x+y+z=1 and 2x+3y+4z=52x+3y+4z=5, which is perpendicular to the plane xy+z=0x-y+z=0.

Solution: Step 1: The family of planes passing through the line of intersection of x+y+z1=0and2x+3y+4z5=0x+y+z-1=0 \quad \text{and} \quad 2x+3y+4z-5=0 is (x+y+z1)+λ(2x+3y+4z5)=0.(x+y+z-1) + \lambda(2x+3y+4z-5) = 0.

Step 2: Expand and identify the normal vector of the required plane: (1+2λ)x+(1+3λ)y+(1+4λ)z(1+5λ)=0.(1+2\lambda)x + (1+3\lambda)y + (1+4\lambda)z - (1+5\lambda)=0. So its normal vector is n1=(1+2λ, 1+3λ, 1+4λ).\vec{n}_1 = (1+2\lambda,\ 1+3\lambda,\ 1+4\lambda).

Step 3: The given plane xy+z=0x-y+z=0 has normal vector n2=(1,1,1).\vec{n}_2 = (1,-1,1). Since the two planes are perpendicular, their normal vectors are perpendicular: n1n2=0.\vec{n}_1\cdot\vec{n}_2 = 0. Thus, (1+2λ)(1)+(1+3λ)(1)+(1+4λ)(1)=0.(1+2\lambda)(1) + (1+3\lambda)(-1) + (1+4\lambda)(1) = 0.

Step 4: Simplify: 1+2λ13λ+1+4λ=01+2\lambda -1 -3\lambda +1 +4\lambda = 0 1+3λ=01 + 3\lambda = 0 λ=13.\lambda = -\frac{1}{3}.

Step 5: Substitute back into the family: (x+y+z1)13(2x+3y+4z5)=0.(x+y+z-1) - \frac{1}{3}(2x+3y+4z-5)=0. Multiply by 3: 3x+3y+3z32x3y4z+5=03x+3y+3z-3 -2x-3y-4z+5 = 0 xz+2=0.x - z + 2 = 0.

Answer: xz+2=0x - z + 2 = 0

Question 16 [CBSE 2024]

Find the distance between the parallel planes 2xy+3z+4=02x - y + 3z + 4 = 0 and 6x3y+9z3=06x - 3y + 9z - 3 = 0.

Solution: Step 1: Make the coefficients of x,y,zx,y,z identical. Divide the second equation by 3: 2xy+3z1=0.2x - y + 3z - 1 = 0. So the two planes are π1:2xy+3z+4=0,\pi_1: 2x-y+3z+4=0, π2:2xy+3z1=0.\pi_2: 2x-y+3z-1=0.

Step 2: For parallel planes Ax+By+Cz+D1=0,Ax+By+Cz+D2=0,Ax+By+Cz+D_1=0, \quad Ax+By+Cz+D_2=0, the distance is d=D1D2A2+B2+C2.d = \frac{|D_1-D_2|}{\sqrt{A^2+B^2+C^2}}. Here, A=2,B=1,C=3,D1=4,D2=1.A=2, \quad B=-1, \quad C=3, \quad D_1=4, \quad D_2=-1.

Step 3: Substitute: d=4(1)22+(1)2+32=54+1+9=514.d = \frac{|4-(-1)|}{\sqrt{2^2+(-1)^2+3^2}} = \frac{5}{\sqrt{4+1+9}} = \frac{5}{\sqrt{14}}.

Answer: 514\frac{5}{\sqrt{14}} units

Question 17 [CBSE 2022]

Find the image of the point (1,6,3)(1, 6, 3) in the line x1=y12=z23\frac{x}{1} = \frac{y-1}{2} = \frac{z-2}{3}.

Solution: Step 1: Let the given point be P(1,6,3).P(1,6,3). A general point on the line is obtained by taking the common parameter as λ\lambda: Q(λ, 2λ+1, 3λ+2).Q(\lambda,\ 2\lambda+1,\ 3\lambda+2). If QQ is the foot of the perpendicular from PP to the line, then PQ\overrightarrow{PQ} must be perpendicular to the line direction vector (1,2,3)(1,2,3).

Step 2: Compute PQ=(λ1, 2λ+16, 3λ+23)\overrightarrow{PQ} = (\lambda-1,\ 2\lambda+1-6,\ 3\lambda+2-3) =(λ1, 2λ5, 3λ1).= (\lambda-1,\ 2\lambda-5,\ 3\lambda-1).

Step 3: Apply perpendicularity: (λ1)(1)+(2λ5)(2)+(3λ1)(3)=0.(\lambda-1)(1) + (2\lambda-5)(2) + (3\lambda-1)(3) = 0. So, λ1+4λ10+9λ3=0\lambda -1 + 4\lambda -10 + 9\lambda -3 = 0 14λ14=014\lambda -14 = 0 λ=1.\lambda = 1.

Step 4: Therefore the foot of the perpendicular is Q(1,3,5).Q(1,3,5).

Step 5: Let the image point be P(x,y,z)P'(x',y',z'). Since QQ is the midpoint of PPPP', use midpoint formula: 1=1+x2    x=1,1 = \frac{1+x'}{2} \implies x'=1, 3=6+y2    y=0,3 = \frac{6+y'}{2} \implies y'=0, 5=3+z2    z=7.5 = \frac{3+z'}{2} \implies z'=7.

Answer: (1,0,7)(1, 0, 7)

Question 18 [CBSE 2026]

Find the image of the point P(1,3,4)P(1, 3, 4) in the plane 2xy+z+3=02x - y + z + 3 = 0.

Solution: Step 1: The normal vector of the plane is (2,1,1).(2,-1,1). Hence the perpendicular line through P(1,3,4)P(1,3,4) is x12=y31=z41=λ.\frac{x-1}{2} = \frac{y-3}{-1} = \frac{z-4}{1} = \lambda. So a general point on this normal line is Q(2λ+1, λ+3, λ+4).Q(2\lambda+1,\ -\lambda+3,\ \lambda+4).

Step 2: Since the foot of the perpendicular lies on the plane, substitute into 2xy+z+3=0.2x-y+z+3=0. Thus, 2(2λ+1)(λ+3)+(λ+4)+3=0.2(2\lambda+1) - (-\lambda+3) + (\lambda+4) + 3 = 0. Simplify: 4λ+2+λ3+λ+4+3=04\lambda+2 + \lambda-3 + \lambda+4 + 3 = 0 6λ+6=06\lambda + 6 = 0 λ=1.\lambda = -1.

Step 3: Therefore the foot of the perpendicular is Q(1,4,3).Q(-1,4,3).

Step 4: If P(x,y,z)P'(x',y',z') is the image of PP, then QQ is the midpoint of PPPP': 1=1+x2    x=3,-1 = \frac{1+x'}{2} \implies x'=-3, 4=3+y2    y=5,4 = \frac{3+y'}{2} \implies y'=5, 3=4+z2    z=2.3 = \frac{4+z'}{2} \implies z'=2.

Answer: (3,5,2)(-3, 5, 2)

Question 19 [CBSE 2023]

Find the coordinates of the foot of the perpendicular drawn from the origin to the plane 2x3y+4z6=02x - 3y + 4z - 6 = 0.

Solution: Step 1: The normal vector of the plane is (2,3,4).(2,-3,4). So the perpendicular from the origin to the plane lies along the line x2=y3=z4=λ.\frac{x}{2} = \frac{y}{-3} = \frac{z}{4} = \lambda. Thus a general point on this line is Q(2λ, 3λ, 4λ).Q(2\lambda,\ -3\lambda,\ 4\lambda).

Step 2: Since QQ lies on the plane, 2(2λ)3(3λ)+4(4λ)6=0.2(2\lambda) - 3(-3\lambda) + 4(4\lambda) - 6 = 0. So, 4λ+9λ+16λ6=04\lambda + 9\lambda + 16\lambda - 6 = 0 29λ=629\lambda = 6 λ=629.\lambda = \frac{6}{29}.

Step 3: Substitute back: Q=(1229, 1829, 2429).Q = \left(\frac{12}{29},\ -\frac{18}{29},\ \frac{24}{29}\right).

Answer: (12/29,18/29,24/29)(12/29, -18/29, 24/29)

Question 20 [CBSE 2025]

Find the equation of the plane containing the line x+13=y32=z+21\frac{x+1}{-3} = \frac{y-3}{2} = \frac{z+2}{1} and the point B(0,7,7)B(0, 7, -7).

Solution: Step 1: A point on the line is obtained by taking the common parameter as 0: A(1,3,2).A(-1,3,-2). The direction vector of the line is b=(3,2,1).\vec{b} = (-3,2,1).

Step 2: Find the vector joining the point on the line to the external point: AB=(0(1), 73, 7(2))=(1,4,5).\overrightarrow{AB} = (0-(-1),\ 7-3,\ -7-(-2)) = (1,4,-5).

Step 3: The plane contains both the line direction vector and AB\overrightarrow{AB}, so a normal vector is n=AB×b.\vec{n} = \overrightarrow{AB} \times \vec{b}. Thus, n=i^j^k^145321\vec{n} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 4 & -5 \\ -3 & 2 & 1 \end{vmatrix} =14i^+14j^+14k^.= 14\hat{i} + 14\hat{j} + 14\hat{k}. A simplified normal vector is (1,1,1).(1,1,1).

Step 4: Use point-normal form through B(0,7,7)B(0,7,-7): 1(x0)+1(y7)+1(z+7)=0.1(x-0) + 1(y-7) + 1(z+7) = 0. Simplifying, x+y+z=0.x+y+z=0.

Answer: x+y+z=0x + y + z = 0

Question 21 [CBSE 2024]

Find the value of kk if the line x12=y+11=z34\frac{x-1}{2} = \frac{y+1}{-1} = \frac{z-3}{4} lies in the plane x+2y+kz=1x + 2y + kz = -1.

Solution: Step 1: For a line to lie in a plane, two conditions are needed:

  1. A point on the line must satisfy the plane equation.
  2. The direction vector of the line must be perpendicular to the normal of the plane.

Step 2: A point on the line is (1,1,3).(1,-1,3). Substitute into the plane equation: 1+2(1)+k(3)=1.1 + 2(-1) + k(3) = -1. So, 12+3k=11 - 2 + 3k = -1 1+3k=1-1 + 3k = -1 3k=0    k=0.3k = 0 \implies k=0.

Step 3: Verify the direction condition. The line has direction vector (2,1,4),(2,-1,4), and the plane normal is (1,2,k).(1,2,k). For k=0k=0, (2,1,4)(1,2,0)=22+0=0.(2,-1,4)\cdot(1,2,0) = 2 - 2 + 0 = 0. So the line is parallel to the plane and also passes through a point of the plane. Hence it lies in the plane.

Answer: k=0k = 0

Question 22 [CBSE 2026]

Find the vector equation of the line passing through the point (1,2,4)(1, 2, -4) and perpendicular to the two lines x83=y+1916=z107\frac{x-8}{3} = \frac{y+19}{-16} = \frac{z-10}{7} and x153=y298=z55\frac{x-15}{3} = \frac{y-29}{8} = \frac{z-5}{-5}.

Solution: Step 1: The direction ratios of the two given lines are b1=(3,16,7),b2=(3,8,5).\vec{b}_1 = (3,-16,7), \quad \vec{b}_2 = (3,8,-5). A line perpendicular to both must have a direction vector perpendicular to both b1\vec{b}_1 and b2\vec{b}_2. Hence its direction vector is their cross product.

Step 2: Compute b=b1×b2=i^j^k^3167385.\vec{b} = \vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & -16 & 7 \\ 3 & 8 & -5 \end{vmatrix}. Expanding, b=i^(8056)j^(1521)+k^(24(48))\vec{b} = \hat{i}(80-56) - \hat{j}(-15-21) + \hat{k}(24-(-48)) =24i^+36j^+72k^.= 24\hat{i} + 36\hat{j} + 72\hat{k}. A simplified direction vector is 2i^+3j^+6k^.2\hat{i} + 3\hat{j} + 6\hat{k}.

Step 3: The required line passes through (1,2,4)(1,2,-4), whose position vector is a=i^+2j^4k^.\vec{a} = \hat{i} + 2\hat{j} - 4\hat{k}. So its vector equation is r=a+λb.\vec{r} = \vec{a} + \lambda\vec{b}. Therefore, r=(i^+2j^4k^)+λ(2i^+3j^+6k^).\vec{r} = (\hat{i} + 2\hat{j} - 4\hat{k}) + \lambda(2\hat{i} + 3\hat{j} + 6\hat{k}).

Answer: r=(i^+2j^4k^)+λ(2i^+3j^+6k^)\vec{r} = (\hat{i} + 2\hat{j} - 4\hat{k}) + \lambda(2\hat{i} + 3\hat{j} + 6\hat{k})

Question 23 [CBSE 2023]

Find the distance of the point P(1,5,10)P(-1, -5, -10) from the point of intersection of the line x23=y+14=z212\frac{x-2}{3} = \frac{y+1}{4} = \frac{z-2}{12} and the plane xy+z=5x - y + z = 5.

Solution: Step 1: A general point on the line is Q(3λ+2, 4λ1, 12λ+2).Q(3\lambda+2,\ 4\lambda-1,\ 12\lambda+2).

Step 2: Since the point of intersection lies on the plane xy+z=5x-y+z=5, substitute: (3λ+2)(4λ1)+(12λ+2)=5.(3\lambda+2) - (4\lambda-1) + (12\lambda+2) = 5. Simplify: 3λ+24λ+1+12λ+2=53\lambda+2 -4\lambda+1 +12\lambda+2 = 5 11λ+5=511\lambda + 5 = 5 λ=0.\lambda = 0.

Step 3: So the intersection point is Q(2,1,2).Q(2,-1,2).

Step 4: Find the distance from P(1,5,10)P(-1,-5,-10) to Q(2,1,2)Q(2,-1,2): PQ=(2+1)2+(1+5)2+(2+10)2PQ = \sqrt{(2+1)^2 + (-1+5)^2 + (2+10)^2} =32+42+122=169=13.= \sqrt{3^2 + 4^2 + 12^2} = \sqrt{169} = 13.

Answer: 13 units

Question 24 [CBSE 2025]

Find the intercepts made by the plane 2x3y+4z=122x - 3y + 4z = 12 on the coordinate axes.

Solution: Step 1: Divide the equation by 12 to convert it to intercept form: 2x123y12+4z12=1.\frac{2x}{12} - \frac{3y}{12} + \frac{4z}{12} = 1. So, x6+y4+z3=1.\frac{x}{6} + \frac{y}{-4} + \frac{z}{3} = 1.

Step 2: Compare with the intercept form xa+yb+zc=1.\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1. Hence, a=6,b=4,c=3.a=6, \quad b=-4, \quad c=3.

Step 3: Therefore the x-, y-, and z-intercepts are 6, -4, and 3 respectively.

Answer: 6,4,36, -4, 3

Question 25 [CBSE 2024]

Find the angle between the lines 2x=3y=z2x = 3y = -z and 6x=y=4z6x = -y = -4z.

Solution: Step 1: Write the first line in symmetric form. Let 2x=3y=z=t.2x = 3y = -z = t. Then x=t2,y=t3,z=t.x = \frac{t}{2}, \quad y = \frac{t}{3}, \quad z = -t. So one set of direction ratios is (12,13,1).\left(\frac{1}{2},\frac{1}{3},-1\right). Multiplying by 6 gives simpler direction ratios: (3,2,6).(3,2,-6).

Step 2: For the second line, let 6x=y=4z=s.6x = -y = -4z = s. Then x=s6,y=s,z=s4.x = \frac{s}{6}, \quad y = -s, \quad z = -\frac{s}{4}. So one set of direction ratios is (16,1,14).\left(\frac{1}{6},-1,-\frac{1}{4}\right). Multiplying by 12 gives (2,12,3).(2,-12,-3).

Step 3: Compute their dot product: (3)(2)+(2)(12)+(6)(3)=624+18=0.(3)(2) + (2)(-12) + (-6)(-3) = 6 - 24 + 18 = 0.

Step 4: Since the dot product is zero, the two lines are perpendicular. Hence the angle between them is 90.90^\circ.

Answer: 9090^\circ

Question 26 [CBSE 2022]

Prove that the line x32=y+13=z24\frac{x-3}{2} = \frac{y+1}{-3} = \frac{z-2}{4} is perpendicular to the line x+22=y44=z+52\frac{x+2}{2} = \frac{y-4}{4} = \frac{z+5}{2}.

Solution: Step 1: Extract the direction ratios of the two lines: For the first line, (a1,b1,c1)=(2,3,4).(a_1,b_1,c_1) = (2,-3,4). For the second line, (a2,b2,c2)=(2,4,2).(a_2,b_2,c_2) = (2,4,2).

Step 2: The condition for perpendicularity is a1a2+b1b2+c1c2=0.a_1a_2 + b_1b_2 + c_1c_2 = 0. Substitute: (2)(2)+(3)(4)+(4)(2)=412+8=0.(2)(2) + (-3)(4) + (4)(2) = 4 - 12 + 8 = 0.

Step 3: Since the dot product is zero, the direction vectors are perpendicular. Therefore the lines are perpendicular.

Answer: Proved.

Question 27 [CBSE 2026]

Find the equation of the plane passing through the line of intersection of the planes r(i^+3j^)=6\vec{r} \cdot (\hat{i} + 3\hat{j}) = 6 and r(3i^j^4k^)=0\vec{r} \cdot (3\hat{i} - \hat{j} - 4\hat{k}) = 0, whose perpendicular distance from the origin is unity.

Solution: Step 1: Write the Cartesian equations of the two planes: x+3y=6    x+3y6=0,x + 3y = 6 \implies x+3y-6=0, 3xy4z=0.3x - y - 4z = 0.

Step 2: The family of planes through their line of intersection is (x+3y6)+λ(3xy4z)=0.(x+3y-6) + \lambda(3x-y-4z)=0. Simplifying, (1+3λ)x+(3λ)y4λz6=0.(1+3\lambda)x + (3-\lambda)y - 4\lambda z - 6 = 0.

Step 3: Since the distance of this plane from the origin is 1, use DA2+B2+C2=1.\frac{|D|}{\sqrt{A^2+B^2+C^2}} = 1. Here, A=1+3λ,B=3λ,C=4λ,D=6.A=1+3\lambda, \quad B=3-\lambda, \quad C=-4\lambda, \quad D=-6. So, 6(1+3λ)2+(3λ)2+(4λ)2=1.\frac{6}{\sqrt{(1+3\lambda)^2 + (3-\lambda)^2 + (-4\lambda)^2}} = 1.

Step 4: Square both sides: 36=(1+3λ)2+(3λ)2+16λ2.36 = (1+3\lambda)^2 + (3-\lambda)^2 + 16\lambda^2. Expand: 36=(1+6λ+9λ2)+(96λ+λ2)+16λ236 = (1+6\lambda+9\lambda^2) + (9-6\lambda+\lambda^2) + 16\lambda^2 36=10+26λ2.36 = 10 + 26\lambda^2. So, 26λ2=26    λ2=1.26\lambda^2 = 26 \implies \lambda^2 = 1. Hence, λ=1orλ=1.\lambda = 1 \quad \text{or} \quad \lambda = -1.

Step 5: For λ=1\lambda=1, x+3y6+3xy4z=0x+3y-6 + 3x-y-4z = 0 4x+2y4z6=04x + 2y - 4z - 6 = 0 2x+y2z3=0.2x + y - 2z - 3 = 0.

For λ=1\lambda=-1, x+3y6(3xy4z)=0x+3y-6 - (3x-y-4z) = 0 2x+4y+4z6=0-2x + 4y + 4z - 6 = 0 x2y2z+3=0.x - 2y - 2z + 3 = 0.

Answer: 2x+y2z3=02x + y - 2z - 3 = 0 and x2y2z+3=0x - 2y - 2z + 3 = 0

Question 28 [CBSE 2023]

Find the equation of the plane passing through the point (1,1,1)(1, 1, -1) and perpendicular to the planes x+2y+3z7=0x + 2y + 3z - 7 = 0 and 2x3y+4z=02x - 3y + 4z = 0.

Solution: Step 1: The normals to the two given planes are n1=(1,2,3),n2=(2,3,4).\vec{n}_1 = (1,2,3), \quad \vec{n}_2 = (2,-3,4). A plane perpendicular to both must have a normal vector perpendicular to both n1\vec{n}_1 and n2\vec{n}_2. Therefore, the required normal vector is n=n1×n2.\vec{n} = \vec{n}_1 \times \vec{n}_2.

Step 2: Compute the cross product: n=i^j^k^123234\vec{n} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & 3 \\ 2 & -3 & 4 \end{vmatrix} =i^(8(9))j^(46)+k^(34)= \hat{i}(8-(-9)) - \hat{j}(4-6) + \hat{k}(-3-4) =17i^+2j^7k^.= 17\hat{i} + 2\hat{j} - 7\hat{k}. So a normal vector is (17,2,7).(17,2,-7).

Step 3: Use the point-normal form through (1,1,1)(1,1,-1): 17(x1)+2(y1)7(z+1)=0.17(x-1) + 2(y-1) - 7(z+1) = 0.

Step 4: Simplify: 17x17+2y27z7=017x - 17 + 2y - 2 - 7z - 7 = 0 17x+2y7z26=0.17x + 2y - 7z - 26 = 0.

Answer: 17x+2y7z=2617x + 2y - 7z = 26

Question 29 [CBSE 2025]

Find the shortest distance between the lines x31=y52=z71\frac{x-3}{1} = \frac{y-5}{-2} = \frac{z-7}{1} and x+17=y+16=z+11\frac{x+1}{7} = \frac{y+1}{-6} = \frac{z+1}{1}.

Solution: Step 1: Identify points and direction ratios: For the first line, a1=(3,5,7),b1=(1,2,1).\vec{a}_1=(3,5,7), \quad \vec{b}_1=(1,-2,1). For the second line, a2=(1,1,1),b2=(7,6,1).\vec{a}_2=(-1,-1,-1), \quad \vec{b}_2=(7,-6,1). Thus, a2a1=(4,6,8).\vec{a}_2-\vec{a}_1 = (-4,-6,-8).

Step 2: Use the skew-line shortest distance formula: d=(a2a1)(b1×b2)b1×b2.d = \left|\frac{(\vec{a}_2-\vec{a}_1)\cdot(\vec{b}_1\times\vec{b}_2)}{|\vec{b}_1\times\vec{b}_2|}\right|.

Step 3: Compute the cross product: b1×b2=i^j^k^121761.\vec{b}_1\times\vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -2 & 1 \\ 7 & -6 & 1 \end{vmatrix}. Expanding, b1×b2=i^((2)(1)1(6))j^(1117)+k^(1(6)(2)7)\vec{b}_1\times\vec{b}_2 = \hat{i}((-2)(1)-1(-6)) - \hat{j}(1\cdot1 - 1\cdot7) + \hat{k}(1(-6)-(-2)7) =4i^+6j^+8k^.= 4\hat{i} + 6\hat{j} + 8\hat{k}.

Step 4: Find its magnitude: b1×b2=42+62+82=116=229.|\vec{b}_1\times\vec{b}_2| = \sqrt{4^2+6^2+8^2} = \sqrt{116} = 2\sqrt{29}.

Step 5: Compute the numerator: (4,6,8)(4,6,8)=163664=116.(-4,-6,-8)\cdot(4,6,8) = -16 - 36 - 64 = -116.

Step 6: Therefore, d=116116=116=229.d = \left|\frac{-116}{\sqrt{116}}\right| = \sqrt{116} = 2\sqrt{29}.

Answer: 2292\sqrt{29} units

Question 30 [CBSE 2026]

Find the distance of the point (3,4,5)(3, 4, 5) from the plane x+y+z=2x + y + z = 2 measured parallel to the line 2x=y=z2x = y = z.

Solution: Step 1: The line 2x=y=z2x=y=z gives the direction ratios of the measuring direction. Let 2x=y=z=t.2x = y = z = t. Then x=t2,y=t,z=t.x = \frac{t}{2}, \quad y=t, \quad z=t. So one set of direction ratios is (12,1,1).\left(\frac{1}{2},1,1\right). Multiplying by 2 gives the simpler direction vector (1,2,2).(1,2,2).

Step 2: The line through (3,4,5)(3,4,5) parallel to this direction is x31=y42=z52=λ.\frac{x-3}{1} = \frac{y-4}{2} = \frac{z-5}{2} = \lambda. Hence a general point on this line is Q(λ+3, 2λ+4, 2λ+5).Q(\lambda+3,\ 2\lambda+4,\ 2\lambda+5).

Step 3: Since the required distance is measured along this line until it meets the plane x+y+z=2x+y+z=2, substitute into the plane equation: (λ+3)+(2λ+4)+(2λ+5)=2.(\lambda+3) + (2\lambda+4) + (2\lambda+5) = 2. So, 5λ+12=25\lambda + 12 = 2 5λ=105\lambda = -10 λ=2.\lambda = -2.

Step 4: Therefore the point of intersection is Q(1,0,1).Q(1,0,1).

Step 5: Find the distance between (3,4,5)(3,4,5) and (1,0,1)(1,0,1): d=(13)2+(04)2+(15)2d = \sqrt{(1-3)^2 + (0-4)^2 + (1-5)^2} =(2)2+(4)2+(4)2=4+16+16=36=6.= \sqrt{(-2)^2 + (-4)^2 + (-4)^2} = \sqrt{4+16+16} = \sqrt{36} = 6.

Answer: 6 units