What is the distance between points (0,0,0) and (4,2,2)?
बिंदुओं (0,0,0) और (4,2,2) के बीच distance क्या है?
Show answer and explanation
C. √24
ExplanationStep 1: Apply the 3D distance formula. Step 2: Distance = √((4)^2 + (2)^2 + (2)^2) = √24. Step 3: In 3D, add squares of differences in x, y, and z.
Step 1: 3D distance formula लगाएँ। Step 2: Distance = √((4)^2 + (2)^2 + (2)^2) = √24। Step 3: 3D में x, y और z तीनों differences के squares जोड़ें।