Question 1 Report
Find the distance between the points (12 1 2 , -12 1 2 ).
Answer Details
Let D denote the distance between (12 1 2 , -12 1 2 ) then using D = √(x2−x1)2+(y2−y1)2 ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 = √(−12−12)2+(−12−12)2 ( − 1 2 − 1 2 ) 2 + ( − 1 2 − 1 2 ) 2 = √(−1)2+(−1)2 ( − 1 ) 2 + ( − 1 ) 2 = √1+1 1 + 1 = √2