222k views
4 votes
Find the lengths of all the altitudes of the triangle whose vertices are (0,0), (3,0), (1,4)

User Shizhz
by
8.2k points

1 Answer

6 votes

lets call each corner (the bracket points) as A, B, and C in that order.

So, for the side AB we notice that we are moving the the right by 3 units so tbe length is 3

For the side AC, we can use python theorm and say our opposite side is the rise which is 1 and the adjacent is 4. so 4²+1²= c² . this gives sqrt( 17) which is the also the length of the side.

For BC, its the same method but now our chnage is 2²+4²=c² , which leaves us with sqrt(20). And that is your final Length.

User Ananas
by
7.8k points

No related questions found