There is a triangle, and a point P in the interior.
Pick two vertices from the triangle, connect each of them to P , and extend the lines.
The lines divide the triangle into three sub-triangles and a quadrilateral .
Given that the three sub-triangles have areas of 7 , 1 4 , 2 1 , respectively, sum up all the possible values for the area of the quadrilateral .
This problem is a part of <Christmas Streak 2017> series .
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.
Consider this case, where 2 1 is the area of the sub-triangle not adjacent to the quadrilateral.
Think about the ratio between the two parts of the red line. It can be expressed in two ways:
7 : 2 1 and a : 1 4 + b .
Since these two ratios must be equal, 1 : 3 = a : 1 4 + b . Inners together, and outers together.
3 a = b + 1 4 .
Then think again about the ratio between the two parts of the blue line.
Because of the same reason, 3 : 2 = a + 7 : b ⇔ 3 b = 2 a + 1 4 .
Subtract red from blue side by side to get 3 b − 3 a = 2 a − b ⇔ b = 4 5 a .
Now substitute this to red. ⟶ 3 a = 4 5 a + 1 4 ⇔ 4 7 a = 1 4 ⇔ a = 8 .
b = 4 5 a = 1 0 .
Therefore the quadrilateral has an area of 8 + 1 0 = 1 8 .
Let's fast-forward a little bit.
1 : 2 = a : b + 2 1 ⇔ 2 a = b + 2 1 ; 2 : 3 = a + 7 : b ⇔ 2 b = 3 a + 2 1 .
Now subtract red from blue side by side to get b = 3 5 a .
Substitute to red to get a = 6 3 and subsequently b = 1 0 5 .
Yes, very huge.
The area is 6 3 + 1 0 5 = 1 6 8 .
.
.
See this diagram? Isn't it a bit off compared to the other two?
Yeah, conclusions first, this case is not possible.
a = 2 b + 4 2 ; b = 3 a + 4 2 .
Red - Blue: b − a = 3 a − 2 b ⇔ b = 3 4 a .
Substitute to red to get a = 3 8 a + 4 2 ⇔ 3 5 a = − 4 2 .
Ah. We now see why. The areas happen to be negative. (which kinda means P is in the exterior)
.
From above, the only possible areas for the quadrilateral are 1 8 and 1 6 8 , whose sum is equal to 1 8 + 1 6 8 = 1 8 6 .
Problem Loading...
Note Loading...
Set Loading...
Only if b² >ac can we have the figure as shown. Thus since 21²>7x14 & 14²>21x7 but 7²<14x21, we have only two possibilities so that: a=7,b=14,c=21, x=ac(a+2b+c)/(b^2-ac) =168 or a=7,b=21,c=14 and x=18.