Question 1106573
.
Prove that two right triangles are congruent if the corresponding altitudes and angle bisectors through the right angles are congruent.
~~~~~~~~~~~~~~~~~~~~~~~


<pre>
Let ABC and A'B'C' are two right triangles with right angles C and C', respectively.

One of them (ABC) is shown in the Figure below. Regarding another triangle, please imagine it in your mind.


          {{{drawing( 320, 200,  0.5, 4.5, 0.5, 3, 
            line( 1.0, 1.0, 4.1, 1.0), 
            line( 1.0, 1.0, 2.1, 2.6),
            line( 2.1, 2.6, 4.1, 1.0),

            locate(1.0,  1.0, A),
            locate(4.1,  1.0, B),
            locate(2.1,  2.9, C),
            locate(2.05, 1.0, D),
            locate(2.25, 1.0, E),
            locate(2.5,  1.0, F),

        red(line (2.11, 2.6, 2.11,  1.0)),
      green(line (2.11, 2.6, 2.505, 1.0)),
       blue(line (2.11, 2.6, 2.31,  1.0)),

            arc(2.11, 2.6, 0.7, 0.7, 40, 126)
)}}}
    The angle bisector, the altitude and the median of a right triangle


CD is the altitude and CE is the angle bisector drawn from the right angle C.

Correspondingly, imagine the altitude C'D' and the angle bisector C'E' drawn from the right angle C'.


Draw the medians CF and C'F' from the right angle vertex.


In the proof, I will use this property:

    In a right triangle, the right angle bisector also bisects the angle between
    the altitude and the median drawn from the same vertex to the hypotenuse. 


    Regarding this property, see the lesson 
        <A HREF=https://www.algebra.com/algebra/homework/word/geometry/Angle-
bisector-drawn-to-the-hypotenuse-in-a-right-triangle.lesson>Angle bisector drawn to the hypotenuse of a right triangle</A>
    in this site.


Since CD is congruent to C'D' and CE is congruent to C'E', the right angled triangles CDE and C'D'E' are congruent.

Hence, their corresponding angles DCE and D'C'E' are congruent.


It implies that the angles DCF and D'C'F' are congruent, since they are doubled angles DCE and D'C'E'.


Then the triangles DCE and D'C'F' are congruent, as they are right angled triangles having the pair of congruent legs DC and D'C' 
    and a pair of congruent acute angles.


It implies that their hypotenuses DF and D'F' are congruent.


But these hypotenuses are MEDIANS in triangles ABC and A'B'C'.


In right angled triangle, median drawn to the hypotenuse is half the length of the hypotenuse.

    See the lesson
        <A HREF=https://www.algebra.com/algebra/homework/word/geometry/Median-in-a-right-triangle-drawn-to-its-hypotenuse.lesson>Median drawn to the hypotenuse of a right triangle</A>
    in this site.


Thus we proved that the hypotenuses AB and A'B' in our given right angled triangles are congruent.


It is just enough to state that the triangles ABC and A'B'C' are congruent.
</pre>