Asked by miserable
                find the intersection of the following lines.
r1 = [2,1,1] + t[4,0, -1] and r2 = [3, -1, 1] + s[9, -2, -2]
            
            
        r1 = [2,1,1] + t[4,0, -1] and r2 = [3, -1, 1] + s[9, -2, -2]
Answers
                    Answered by
            oobleck
            
    just set them equal:
1 = -1-2s
s = -1
2+4t = 3+9s = 3-9
t = -2
so, trick question -- the lines do not intersect
    
1 = -1-2s
s = -1
2+4t = 3+9s = 3-9
t = -2
so, trick question -- the lines do not intersect
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.