What is the distance between points (2 2 2) and (2 2 10)?
बिंदुओं (2 2 2) और (2 2 10) के बीच दूरी कितनी है?
Show answer and explanation
C. 8 / 8
ExplanationStep 1: Both points have same x and y. Step 2: Distance is only the z difference |10-2| = 8. Step 3: In same direction take absolute difference.
Step 1: दोनों points में x और y same हैं। Step 2: दूरी केवल z का अंतर |10-2| = 8 है। Step 3: Same direction में absolute difference लें।