Bunuel
What is the length of the line segment which connects points (a, b) and (c, d)?
(1) Points (a, d) is 3 units from point (c, d).
(2) Points (a, d) is 4 units from point (a, b).
Question stem:- What is the length of the line segment which connects points (a, b) and (c, d)?
\(Length=\sqrt{(c-a)^2+(d-b)^2}\)
we need the value of (c-a) and (d-b).St1:-
Points (a, d) is 3 units from point (c, d).Observe that y-position of both the points are equal.
So distance between (a,d) and (c,d)=c-a=3-----------------(a)
No information on position of 'b' and 'd'.
Insufficient.
St2:-
Points (a, d) is 4 units from point (a, b)Observe that x-position of both the points are equal.
So distance between (a,d) and (a,b)=b-d=4 or d-b=-4-----------------(b)
No information on position of 'b' and 'd'.
Insufficient.
Combined, we have the value of c-a=3 and value of d-b=-4.
Sufficient.
Ans. (C)