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