InterviewSolution
Saved Bookmarks
| 1. |
Consider the lines `y=3x, y=6x` and `y=9` The centroid of the triangle is at which one of the following points ?A. (3, 6)B. `(3/2, 6)`C. (3, 3)D. `(3/2, 9)` |
|
Answer» Correct Answer - B Coordinates of O, A, B are (0, 0) `(3/2, 9), (3, 9)` respectively. `:.` Centroid `C=[((0+3/2+3)/3)"," ((0+9+9)/3)]=(3/2, 6)` |
|