how to get the length of hypotenuse in right angled triangle

To get the length of the hypotenuse in a right triangle, you can use the Pythagorean theorem. The Pythagorean theorem states that in a right triangle, the square of the length of the hypotenuse is equal to the sum of the squares of the lengths of the other two sides.

Let's call the length of the hypotenuse "c", and the lengths of the other two sides "a" and "b". The equation for the Pythagorean theorem is:

c^2 = a^2 + b^2

To find the length of the hypotenuse, you can take the square root of both sides of the equation:

c = sqrt(a^2 + b^2)

So, to find the length of the hypotenuse, you need to know the lengths of the other two sides of the right triangle.