Question

Right triangle was grabbed on a corn plane using the coordinate (2,4) ,(6,4) ,(6,10) the what is the length of the base of the triangle

Answers

GPT 3.5
To find the length of the base of the triangle, we need to calculate the distance between the two points that represent the base. Since the base is the side opposite the right angle, we can consider the two points (2,4) and (6,4).

Using the distance formula, the length of the base can be found as follows:

Distance = √[(x2 - x1)^2 + (y2 - y1)^2]

Plugging in the coordinates, we get:

Distance = √[(6 - 2)^2 + (4 - 4)^2]
Distance = √[(4)^2 + (0)^2]
Distance = √[16 + 0]
Distance = √[16]
Distance = 4

Therefore, the length of the base of the right triangle is 4.

Related Questions