The teacher hasn't uploaded a solution for this question yet.
Step 1: Check if the lines are parallel.
The direction vectors of the lines are b1 = 2î + 3ĵ + 6k and b2 = 4î + 6ĵ + 12k.
Notice that b2 = 2 * b1, which means the lines are parallel.
Step 2: Find a point on each line.
Point A on the first line: (1, 2, -4)
Point B on the second line: (3, 3, -5)
Step 3: Find the vector connecting the two points.
a = AB = (3-1)î + (3-2)ĵ + (-5-(-4))k = 2î + ĵ - k
Step 4: Calculate the cross product of the direction vector and the vector connecting the points.
b1 x a = (2î + 3ĵ + 6k) x (2î + ĵ - k) =
î(3*(-1) - 6*1) - ĵ(2*(-1) - 6*2) + k(2*1 - 3*2) = -9î + 14ĵ - 4k
Step 5: Find the magnitude of the cross product.
|b1 x a| = √((-9)^2 + (14)^2 + (-4)^2) = √(81 + 196 + 16) = √293
Step 6: Find the magnitude of the direction vector.
|b1| = √(2^2 + 3^2 + 6^2) = √(4 + 9 + 36) = √49 = 7
Step 7: Calculate the distance between the parallel lines.
Distance = |b1 x a| / |b1| = √293 / 7
Correct Answer: √293 / 7
AI generated content. Review strictly for academic accuracy.