 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Point A (4, -1) is reflected as A’ in the y-axis. Point B on reflection in the x-axis is mapped as B’ (-2, 5). Write down the co-ordinates of A’ and B. | 
| Answer» Reflection in y-axis is given by My (x, y) = (-x, y) A’ = Reflection of A(4, -1) in y-axis = (-4, -1) Reflection in x-axis is given by Mx (x, y) = (x, -y) B’ = Reflection of B in x-axis = (-2, 5) Thus, B = (-2, -5) | |