The given vertices make a right angled triangle as seen below, with the help of vectors.
Vectors refer to the quantities that have both magnitude and direction but not position.
Now,
Given: Three vertices of a triangle: P(1,-3,-2),Q(2,0,-4), and R(6,-2,-5).
To find: whether they make a right angled triangle.
Finding:
Now,
The triangle's three sides can be represented by the following three directional vectors:
Vector (PQ) = <2, 0, -4> - < 1, -3, -2>
=> Vector (PQ) = < 1, 3, -2>
Vector (QR) = < 6, -2, -5> - < 2, 0, -4>
=> Vector (QR) = < 4, -2, -1>
Vector (PR) = < 6, -2, -5> - <1, -3, -2>
=> Vector (PR) = < 5, 1, -3>
Now, finding a pair of vectors whose dot product = 0:
Hence, the sides PQ and QR must be perpendicular so that the given vertices make a right-angled triangle.
To learn more about vectors, refer to the link: https://brainly.com/question/25705666
#SPJ4