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