We have a right angle triangle with length of hypotinos being 15 and the perimeter being 36. The two short sides are not equal length. How do I figure out the formula.
Pythagorean theorem:
a2+b2=c2
where c represents the length of the hypotenuse, and a and b represent the lengths of the other two sides.
In our case c=15, therefore:
a2+b2=152
Perimeter by definition equals:
P=a+b+c
In our case, P=36, c=15
a+b+15=36⇒a+b=21
And two short sides are not of equal length: a=b
So, we have system of equations:
{a2+b2=152a+b=21
From second: (a+b)2=a2+2ab+b2=212
Therefore: ab=2212−152=108
{ab=108a+b=21
From first: a=b108
Substitute to the second:
b108+b=21
Or:
b2−21b+108=0
Solving this equation:
b=9,12⇒a=12,9
Therefore, short sides equal 9 and 12.