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