Level:
Project ID:
2010005002
Source Problem:
Accepted:
0
Clonable:
1
Easy:
0
Find the intersection of the line \(KL\)
and the line \(q\),
where \(K = [1,3,5]\),
\(L = [3,-2,4]\) and
\[
\begin{aligned}q\colon x& = 1 + r, &
\\y & = 5 - 2r,
\\z & = 3 - r,\ r\in \mathbb{R}.
\\ \end{aligned}
\]
\([-3,13,7]\)
\([5,-7,3]\)
\([5,-3,-1]\)
There is no intersection.
Fixed Answer:
Last Fixed