Find the centroid of the triangle whose vertices are:$(1, 4), (-1, -1), (3, -2)$
Given:
The points $(1, 4), (-1, -1), (3, -2)$ are the vertices of a triangle.
To do:
We have to find the centroid of the given triangle.
Solution:
We know that,
Coordinates of the centroid of a triangle are $(\frac{Sum\ of\ abscissa}{3}, \frac{Sum\ of\ ordinates}{3})$
Therefore,
The coordinates of the centroid of the given triangle are,
$(\frac{1+(-1)+3}{3}, \frac{4+(-1)+(-2)}{3})$
$=(\frac{3}{3}, \frac{4-3}{3})$
$=(1, \frac{1}{3})$
The centroid of the given triangle is $(1, \frac{1}{3})$.
- Related Articles
- Find the centroid of the triangle whose vertices are:$(-2, 3), (2, -1), (4, 0)$
- Find the area of a triangle whose vertices are$(1, -1), (-4, 6)$ and $(-3, -5)$
- Find the area of the triangle whose vertices are:(i) $(2, 3), (-1, 0), (2, -4)$(ii) $(-5, -1), (3, -5), (5, 2)$
- Find the circumcentre of the triangle whose vertices are $(-2, -3), (-1, 0), (7, -6)$.
- Find the area of quadrilateral ABCD, whose vertices are: $A( -3,\ -1) ,\ B( -2,\ -4) ,\ C( 4,\ -1)$ and$\ D( 3,\ 4) .$
- Find the lengths of the medians of a triangle whose vertices are $A (-1, 3), B (1, -1)$ and $C (5, 1)$.
- $A (3, 2)$ and $B (-2, 1)$ are two vertices of a triangle ABC whose centroid $G$ has the coordinates $(\frac{5}{3}, −\frac{1}{3})$. Find the coordinates of the third vertex $C$ of the triangle.
- Find the coordinates of the circumcentre of the triangle whose vertices are $(3, 0), (-1, -6)$ and $(4, -1)$. Also, find its circumradius.
- If the coordinates of the mid-points of the sides of a triangle are $(1, 1), (2, -3)$ and $(3, 4)$, find the vertices of the triangle.
- Find the area of the quadrilaterals, the coordinates of whose vertices are$(1, 2), (6, 2), (5, 3)$ and $(3, 4)$
- Two vertices of a triangle are $(1, 2), (3, 5)$ and its centroid is at the origin. Find the coordinates of the third vertex.
- Show that the quadrilateral whose vertices are $(2, -1), (3, 4), (-2, 3)$ and $(-3, -2)$ is a rhombus.
- Three consecutive vertices of a parallelogram are $(-2, -1), (1, 0)$ and $(4, 3)$. Find the fourth vertex.
- Observe the following pattern$1=\frac{1}{2}\{1 \times(1+1)\}$$1+2=\frac{1}{2}\{2 \times(2+1)\}$$1+2+3=\frac{1}{2}\{3 \times(3+1)\}$$1+2+3+4=\frac{1}{2}\{4 \times(4+1)\}$and find the values of each of the following:(i) $1 + 2 + 3 + 4 + 5 +….. + 50$(ii)$31 + 32 +… + 50$
- Sum of the series 1 + (1+2) + (1+2+3) + (1+2+3+4) + ... + (1+2+3+4+...+n) in C++
Kickstart Your Career
Get certified by completing the course
Get Started