InterviewSolution
Saved Bookmarks
| 1. |
If G(g), H(h) and P(p) are centroid' orthocentre and circumcentre of a triangle and x p+y h+z g=0, then (x, y, z) is equal to |
|
Answer» 1, 1, -2 By USING internally division, `(2p+1h)/(2+1)=g implies2p+h-3g=0` But it is given, ` xp+yh+zg=0` `thereforex=2, y=1 and z=-3` |
|