Question 310916
Find the perimeter and area of a right triangle if one leg measures 5 cm and the other leg measures 12 cm.
<pre><font size = 4 color = "indigo"><b>
{{{drawing(1600/7,400,-1,7,-1,14, triangle(0,0,5,0,5,12), 
locate(2,0,a=5), locate(5.2,6,b=12), locate(.9,6,"c=?"),
rectangle(4.5,0,5,.5)


)}}}

Perimeter, or peRIMeter, means to how far it is
all the way around the RIM.  (You can see the word "RIM"
inside the word "peRIMeter").  If we knew the hypotenuse, c,
we would be able to add the three sides and get the peRIMeter. 

So we use the Pythagorean theorem to find the hypotenuse c:

c<sup>2</sup> = a<sup>2</sup> + b<sup>2</sup>

c<sup>2</sup> = 5<sup>2</sup> + 12<sup>2</sup>

c<sup>2</sup> = 25 + 144

c<sup>2</sup> = 169
     ___
c = <font face = "symbol">Ö</font>169

c = 13

So now we have all three sides:

{{{drawing(1600/7,400,-1,7,-1,14, triangle(0,0,5,0,5,12), 
locate(2,0,a=5), locate(5.2,6,b=12), locate(.7,6,"c=13"),
rectangle(4.5,0,5,.5)


)}}}

and we can find the peRIMeter by adding up the three sides:

a + b + c = 5 cm + 12 cm + 13 cm = 30 cm

You were also asked for the area.  A right triangle is one-half
of a rectangle, as we can see from this picture:

{{{drawing(1600/7,400,-1,7,-1,14, triangle(0,0,5,0,5,12), 
locate(2,0,a=5), locate(5.2,6,b=12), locate(.7,6,"c=13"),
rectangle(4.5,0,5,.5), rectangle(0,0,5,12)


)}}}

The formula for a rectangle is 

Area = base × height

So the area of a triangle, being one-half of a rectangle,

must be

Area = {{{1/2}}} × base × height

So

Area = {{{1/2}}} × 5 × 12

Area = {{{1/2}}} × 60

Area = 30 square cm

Edwin</pre>