A point P is found inside equilateral triangle A B C such that its distance from the vertices are 5, 6 and 7 in any order. If the area enclosed by Δ A B C amounts to r + s t unit triangles, where r , s , and t are positive integers and t is square free, find r + s + t .
Note:
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.
Let us visualize the problem in this figure. Assuming that a=5, b=6, and c=7, we now have to find the area of triangle ABC.
At first look, we may be tempted to use Viviani’s Theorem to solve this problem, but such is not the case as the segments emanating from the point P end at the vertices of the triangles.
Acknowledging that, one might be tempted to use the cosine law, with which you will have three equations with four unknowns (3 angles and the side length). Add to that the fact that the three unknown angles around P add up to 360 degrees, we have four equations with four unknowns.
That is tedious, messy, and involves a lot of unnecessary work (i.e., determining the angles which are essentially not needed).
However, we can use Heron’s formula to directly solve for the side length, and later, the area. Sure, it may be also prove tedious, but at least it is a little more straighforward.
A = s ( s − a ) ( s − b ) ( s − c )
where s is the half the perimeter of the triangle, and a , b , and c are its sides.
Let the side length of the triangle be N .
Let the lengths a , b , and c be 5 , 6 , and 7 , respectively.From the figure, we can derive that A A P B + A B P C + A A P C = A A B C
Individually finding solving for these areas, we can see that they can all be expressed in terms of N .
A A P B = s ( s − 5 ) ( s − 6 ) ( s − N )
and s = 2 5 + 6 + N = 2 1 1 + N
simplifying further, we will get A A P B = 4 1 ( 1 2 1 − N 2 ) ( N 2 − 1 ) In a similar manner, we will get the following:
A B P C = 4 1 ( 1 6 9 − N 2 ) ( N 2 − 1 )
A A P C = 4 1 ( 1 4 4 − N 2 ) ( N 2 − 4 ) Now, we add these all and equate this to this equation: A A B C = 4 N 2 3 knowing that this triangle is equilateral. Now, we equate this to the sum of those three sub areas and we get an equation in N. There is no easy way to solve this equation, you may do it graphically, or do it via approximations. When plugged on W|A, it is revealed that the answer is
N = 5 5 + 3 6 2
since the length of the triangle is N , then its area is equal to N 2 unit triangles.
Thus we arrive at the answer: 5 5 + 3 6 + 2 = 9 3 .
Problem Loading...
Note Loading...
Set Loading...