Consider the points A(2,4,6), B(-2,-4,-2), C(4,6,4) and D(8,14,12). Which of the following statements is/are correct? 1. The points are the vertices of a rectangle ABCD. 2. The mid-point of AC is the same as that of BD. Select the correct answer using the code given below :

  1. A. 1 only
  2. B. 2 only
  3. C. Both 1 and 2
  4. D. Neither 1 nor 2

Correct Answer: B. 2 only

Explanation

The midpoint of AC is (\frac{2+4}{2}, \frac{4+6}{2}, \frac{6+4}{2}) = (3, 5, 5). The midpoint of BD is (\frac{-2+8}{2}, \frac{-4+14}{2}, \frac{-2+12}{2}) = (3, 5, 5). Since the midpoints are the same, Statement 2 is true. For Statement 1, we check if adjacent sides are perpendicular: \vec{AB} = (-4, -8, -8) and \vec{BC} = (6, 10, 6). Their dot product is -24 - 80 - 48 \neq 0, so the angle is not 90^{\circ}. Thus, it is a parallelogram but not a rectangle. Statement 1 is false.

Related questions on 3D Geometry

Practice more NDA Mathematics questions