What is the distance between points A(1 2 3) and B(4 6 3)?
बिंदुओं A(1 2 3) और B(4 6 3) के बीच दूरी कितनी है?
Show answer and explanation
B. 5 / 5
ExplanationStep 1: Use the 3D distance formula. Step 2: distance = √((4-1)² + (6-2)² + (3-3)²)=√25=5. Step 3: In 3D also include the difference in z-coordinates.
Step 1: 3D distance formula लगाएं। Step 2: distance = √((4-1)² + (6-2)² + (3-3)²)=√25=5। Step 3: 3D में z-coordinate का difference भी जोड़ें।