InterviewSolution
Saved Bookmarks
| 1. |
Write the coordinates of the vertices of each of these adjoining figures. |
|
Answer» If we look at the graph, coordinates of vertices for each point can ve given as: `O : (0,0)` `A : (2,0)` `B : (2,3)` `C : (0,3)` `P : (4,3)` `Q : (6,1)` `R : (6,5)` `S : (4,7)` `M : (10,8)` `L : (7,7)` `K : (10,5)`. |
|