What is the distance between points (0,0,0) and (1,0,0)?
दो points (0,0,0) और (1,0,0) के बीच distance क्या है?
Show answer and explanation
B. 1
ExplanationStep 1: Identify the concept: this is 3D distance formula. Step 2: Distance = √((1-0)²+(0-0)²+(0-0)²)=1. Step 3: Square coordinate differences and add them.
Step 1: concept पहचानें: यह 3D distance formula है। Step 2: Distance = √((1-0)²+(0-0)²+(0-0)²)=1। Step 3: Coordinate difference square करके add करें।