What is the distance between points (1 2 3) and (4 6 3)?
बिंदुओं (1 2 3) और (4 6 3) के बीच दूरी कितनी है?
Show answer and explanation
C. 5 / 5
ExplanationStep 1: Use 3D distance formula. Step 2: Distance = √[(4-1)²+(6-2)²+(3-3)²]=√(9+16)=5. Step 3: Square the coordinate differences.
Step 1: 3D distance formula लगाएं। Step 2: दूरी = √[(4-1)²+(6-2)²+(3-3)²]=√(9+16)=5। Step 3: Coordinates के differences square करें।