To find the length of the hypotenuse of a right triangle using the Pythagorean theorem, you can use the formula:
\[ c = \sqrt{a^2 + b^2} \]
where \( c \) is the hypotenuse, and \( a \) and \( b \) are the lengths of the legs.
In your case, the legs of the triangle are 10 cm and 24 cm:
-
Calculate \( a^2 \) and \( b^2 \):
- \( 10^2 = 100 \)
- \( 24^2 = 576 \)
-
Add these values together:
- \( 100 + 576 = 676 \)
-
Take the square root:
- \( c = \sqrt{676} = 26 \) cm
Therefore, the length of the hypotenuse is 26 cm.