To find the hypotenuse of a right triangle when the base and height are known, you can use the Pythagorean theorem, which states:
\[ c = \sqrt{a^2 + b^2} \]
where:
- \( c \) is the length of the hypotenuse,
- \( a \) is the length of one leg (base),
- \( b \) is the length of the other leg (height).
In your case, the base \( a \) is 79 meters and the height \( b \) is 175 meters. Plugging in the values:
\[ c = \sqrt{79^2 + 175^2} \]
Calculating \( 79^2 \) and \( 175^2 \):
\[ 79^2 = 6241 \] \[ 175^2 = 30625 \]
Now add these together:
\[ c = \sqrt{6241 + 30625} \] \[ c = \sqrt{36866} \]
Now, calculate \( \sqrt{36866} \):
\[ c \approx 192.10 \]
So, the length of the hypotenuse is approximately 192.10 meters.