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