Question 150643: if (2,4) is the location of the centroid of a triangle. which CANNOT be the coordinates of the verticles of the triangle?
F= (0,0),(0,6),(6,6)
G=(3,4),(3,-2),(0,6)
H= (3,-2),(1,6),(2,8)
J= (2,0) ,(1,8),(3,4): if (2,4) is the location of the centroid of a triangle. which CANNOT be the coordinates of the verticles of the triangle?
F= (0,0),(0,6),(6,6)
G=(3,4),(3,-2),(0,6)
H= (3,-2),(1,6),(2,8)
J= (2,0) ,(1,8),(3,4) Answer by Fombitz(1741) (Show Source):
You can put this solution on YOUR website!The equation for the centroid of a triangle using the vertices coordinates is,
( ![x[c]](/cgi-bin/plot-formula.mpl?expression=x%5Bc%5D&x=0003) , ![y[c]](/cgi-bin/plot-formula.mpl?expression=y%5Bc%5D&x=0003) )=( ![(1/3)(x[1]+x[2]+x[3])](/cgi-bin/plot-formula.mpl?expression=%281%2F3%29%28x%5B1%5D%2Bx%5B2%5D%2Bx%5B3%5D%29&x=0003) , ![(1/3)(y[1]+y[2]+y[3])](/cgi-bin/plot-formula.mpl?expression=%281%2F3%29%28y%5B1%5D%2By%5B2%5D%2By%5B3%5D%29&x=0003) )
or the coordinates must make,
![(1/3)(y[1]+y[2]+y[3])=4](/cgi-bin/plot-formula.mpl?expression=%281%2F3%29%28y%5B1%5D%2By%5B2%5D%2By%5B3%5D%29=4&x=0003)
.
.
.
Let's look at each case,
F= (0,0),(0,6),(6,6)
x: 
y: 
Set F can be the coordinates, they match the centroid coordinates(2,4).
.
.
.
G=(3,4),(3,-2),(0,6)
x: 
y: 
Set G cannot be the coordinates, they do not match the centroid coordinates(2,4).
.
.
.
Let's verify the other two.
H= (3,-2),(1,6),(2,8)
x: 
y: 
Set H can be the coordinates, they match the centroid coordinates(2,4).
.
.
.
J= (2,0) ,(1,8),(3,4)
x: 
y: 
Set J can be the coordinates, they match the centroid coordinates(2,4).
|