

InterviewSolution
Saved Bookmarks
1. |
If the image of point `P(2, 3)` in a line `L` is `Q (4,5)` then, the image of point `R (0,0)` in the same line is:A. (3,2)B. (-2,3)C. (-3,-2)D. (3,-2) |
Answer» Correct Answer - D The image of P(2,3) in the line mirror y=x is Q . So , the coordinates of Q are (3,2) . The image of Q(3,2) in the line mirror y =0 i.e. x-axis is (3,-2) . So , the coordinates of R are (3,-2). |
|