QUESTION
Point (1,2,2) की origin से distance क्या है?
What is the distance of point (1,2,2) from origin?
CORRECT ANSWER
A
3
EXPLANATION INSIDE
Step 1: concept पहचानें: यह 3D distance formula है। Step 2: Distance from origin = sqrt(1^2+2^2+2^2)=sqrt(9)=3। Step 3: Origin से distance के लिए coordinates के square...