Question:

The perimeter of the triangle with vertices at (1, 0, 0), (0, 1, 0) and (0, 0, 1) is

Show Hint

The distance between any two standard unit basis vector endpoints $(1,0,0), (0,1,0), (0,0,1)$ is always $\sqrt{2}$.
Updated On: Apr 10, 2026
  • 3
  • 2
  • $2\sqrt{2}$
  • $3\sqrt{2}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Calculate Side Lengths
Vertices $A(1,0,0), B(0,1,0), C(0,0,1)$. Side $AB = \sqrt{(0-1)^{2}+(1-0)^{2}+0^{2}} = \sqrt{1+1+0} = \sqrt{2}$. Side $BC = \sqrt{0^{2}+(0-1)^{2}+(1-0)^{2}} = \sqrt{0+1+1} = \sqrt{2}$. Side $CA = \sqrt{(1-0)^{2}+0^{2}+(0-1)^{2}} = \sqrt{1+0+1} = \sqrt{2}$.
Step 2: Total Perimeter

Perimeter $= AB + BC + CA = \sqrt{2} + \sqrt{2} + \sqrt{2} = 3\sqrt{2}$.
Final Answer: (d)
Was this answer helpful?
0
0