If there exists only one possible isosceles triangle with a fixed area that has the same value as its fixed perimeter, then its area can be expressed as a b where a and b are integers and b is square-free. Find a + b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As @Alak Bhattacharya mentions, this can be solved from the inspiration problem. It's worth mentioning, though, that all equable triangles have the same inradius . Since the area of a triangle is given by A = r s , where r is the inradius, s and is the semiperimeter. Hence r = 2 P A = 2 , since A = P for an equable triangle.
In fact, this can be extended to any equable polygon with an inscribed circle; the radius will always be 2 , regardless of the shape.
Let the two equal sides of the isosceles triangle be y and the base be x . Then the perimeter is P = 2 y + x = A , which means y = 2 1 A − 2 1 x .
By Pythagorean's theorem, the altitude h of the isosceles triangle from its base is h = y 2 − ( 2 1 x ) 2 , so the area is A = 2 1 b h = 2 1 x y 2 − ( 2 1 x ) 2 .
Substituting y = 2 1 A − 2 1 x into A = 2 1 x y 2 − ( 2 1 x ) 2 and rearranging gives x 3 − 2 1 A x 2 + 8 A = 0 .
Since the last term 8 A is positive and there exists at least one (positive) solution, one root is negative, and since there is only one unique (positive) solution, there must be a double positive root. If p is the double positive root and − q is the negative root, then ( x − p ) 2 ( x + q ) = 0 or x 3 − ( 2 p − q ) x 2 + ( p 2 − 2 p q ) x + p 2 q . Comparing this to the cubic above, 2 p − q = 2 1 A , ( p 2 − 2 p q ) = 0 , and p 2 q = 8 A , which solves to A = 1 2 3 , so that a = 1 2 , b = 3 , and a + b = 1 5 .
Problem Loading...
Note Loading...
Set Loading...
It's a product of your inspiration problem. As was the result of the discussion there, the unique isosceles triangle is the equilateral triangle for which A 4 = 3 3 1 , where A is the area of the triangle. Hence, from this,
A = 1 2 3 and the answer is 1 2 + 3 = 1 5 .