Find all points on the of the form 2y which are 3 units from
Find all points on the of the form (2,-y) which are 3 units from the point (-1,2).
(A) (2,0)
(B) (2,-1)
(C) (2,-2)
(D) (2,2)
Solution
Distance between two points (x1 , y1) and (x2 , y2) is D = [(x2 - x1)2 + (y2 - y1)2]
Given that Distance between two points (2 , -y) and (-1 , 2) is 3
==> 3 = [(-1 - 2)2 + (2 - (-y))2]
==> 3 = [(-3)2 + (2 + y)2]
==> squaring on both sides
==> 32 = 32 + (2 + y)2
==> (2 + y)2 = 0
==> y = -2
Hence point is (2 , -y) = (2 , -(-2)) = (2 , 2)
Hence (2 , 2) is 3 units away from (-1 , 2)
Option D is correct
