What is the area of the green triangle?

Geometry Level 4

There is a point inside a regular hexagon. It forms six triangles with the vertices.

The area of the green triangle is of the form a b \dfrac {a}{b} , where a a and b b are co-prime.

Input a + b a + b as your answer.


The answer is 11.

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.

2 solutions

Chris Lewis
Aug 12, 2020

Let the interior point be P P .

Extend the sides B C , D E , F A BC,DE,FA so that they meet and form an equilateral triangle. By Viviani's theorem , the sum of the perpendicular distances from P P to each of these sides is the same no matter where P P is inside the hexagon.

The same is true if we extend the sides A B , C D , E F AB,CD,EF , and because the triangles have the same size, this constant is the same.

So the pink area is exactly half the area of the hexagon; the area of the hexagon is 32 32 .

Now consider pairs of triangles whose bases are parallel (for example, P E F PEF and P B C PBC ). The sum of their heights is always the same (the distance between two parallel sides of the hexagon). So the sum of their areas is the same for each pair. Since there are three such pairs, and they fill the hexagon, each pair has a total area of 32 3 \frac{32}{3} .

So the green triangle has area 32 3 8 = 8 3 \frac{32}{3}-8=\boxed{\frac83} .

Can you please elaborate on how did you find that the pink area is exactly half the area of the hexagon from this two triangles.

Rahat Ibrahim - 10 months ago

Log in to reply

Say the perpendicular distances from the sides of the hexagons to the point P P are h A B h_{AB} , h B C h_{BC} , etc (these are the heights of the triangles).

Viviani's theorem (linked above) implies that h A B + h C D + h E F = h B C + h D E + h F A h_{AB}+h_{CD}+h_{EF}=h_{BC}+h_{DE}+h_{FA} .

Since the bases of the triangles are all the same, say b b (the side of the hexagon), this means the pink area is the same as the non-pink area; so must be half the area of the hexagon.

Chris Lewis - 10 months ago

I've never heard of that theorem, but while solving, I encountered this and wished if it were true

Log in to reply

The way I solved it originally was actually coordinate geometry; it was only after that I noticed there might be a shortcut. The property that the pink triangles are exactly half the hexagon reminds me a bit of the pizza theorem (though it's not quite the same).

Chris Lewis - 10 months ago

The crucial point is making an equilateral triangle out of the hexagon. This really simplifies the calculation.

Atomsky Jahid - 10 months ago
Chew-Seong Cheong
Aug 13, 2020

Let the side length of the regular hexagon be a a and its center be the origin O ( 0 , 0 ) O(0,0) of the x y xy -plane. Then A ( a 2 , 3 a 2 ) A \left(-\frac a2, \frac {\sqrt 3a}2 \right) , B ( a 2 , 3 a 2 ) B \left(\frac a2, \frac {\sqrt 3a}2 \right) , C ( a , 0 ) C(a,0) , D ( a 2 , 3 a 2 ) D \left(\frac a2, -\frac {\sqrt 3a}2 \right) , E ( a 2 , 3 a 2 ) E \left(-\frac a2, - \frac {\sqrt 3a}2 \right) , and F ( a , 0 ) F(-a,0) . Let the point inside the hexagon be P ( x , y ) P(x,y) . We can find area using the coordinates. For P B C \triangle PBC :

1 2 ( a 2 x ) ( 3 a 2 + y ) + 1 2 ( a a 2 ) ( 0 3 a 2 ) + 1 2 ( x a ) ( y 0 ) = 8 3 a 2 4 3 a x 2 + a y 2 x y + 3 a 2 4 + x y a y = 16 3 a 2 2 3 a x 2 a y 2 = 16 . . . ( 1 ) \begin{aligned} \frac 12 \left(\frac a2 - x \right) \left(\frac {\sqrt 3a}2 + y \right) + \frac 12 \left(a - \frac a2 \right) \left(0 - \frac {\sqrt 3a}2 \right) + \frac 12 \left(x - a \right) \left(y - 0 \right) & = 8 \\ \frac {\sqrt 3a^2}4 - \frac {\sqrt 3ax}2 + \frac {ay}2 - xy + \frac {\sqrt 3a^2}4 + xy - ay & = 16 \\ \implies \frac {\sqrt 3a^2}2 - \frac {\sqrt 3ax}2 - \frac {ay}2 & = 16 & ...(1) \end{aligned}

For P D E \triangle PDE (just half base times height):

a 2 ( y + 3 a 2 ) = 5 3 a 2 2 + a y = 10 . . . ( 2 ) \begin{aligned} \frac a2 \left(y+\frac {\sqrt 3a}2 \right) & = 5 \\ \implies \frac {\sqrt 3a^2}2 + ay & = 10 & ...(2)\end{aligned}

For P F A \triangle PFA :

1 2 ( a x ) ( 0 + y ) + 1 2 ( a 2 + a ) ( 3 a 2 + 0 ) + 1 2 ( x + a 2 ) ( y + 3 a 2 ) = 3 a y x y + 3 a 2 4 + x y + a y 2 + 3 a x 2 + 3 a 2 4 = 6 3 a 2 2 + 3 a x 2 a y 2 = 6 . . . ( 3 ) \begin{aligned} \frac 12 \left(-a - x \right) \left(0 + y \right) + \frac 12 \left(- \frac a2 + a \right) \left(\frac {\sqrt 3a}2 + 0 \right) + \frac 12 \left(x + \frac a2 \right) \left(y + \frac {\sqrt 3 a}2 \right) & = 3 \\ - ay - xy + \frac {\sqrt 3a^2}4 + xy + \frac {ay}2 + \frac {\sqrt 3ax}2 + \frac {\sqrt 3 a^2}4 & = 6 \\ \implies \frac {\sqrt 3a^2}2 + \frac {\sqrt 3ax}2 - \frac {ay}2 & = 6 & ...(3) \end{aligned}

From ( 1 ) + ( 3 ) 2 \dfrac {(1)+(3)}2 : 3 a 2 2 a y 2 = 11 . . . ( 4 ) \implies \dfrac {\sqrt 3a^2}2 - \dfrac {ay} 2 = 11 \ \ ...(4) . From ( 2 ) ( 4 ) (2)-(4) : 3 a y 2 = 1 a y 2 = 1 3 . . . ( 5 ) \implies \dfrac {3ay}2 = - 1 \implies \dfrac {ay}2 = - \dfrac 13 \ \ ...(5)

For P E F \triangle PEF (let its area be A A ):

A = 1 2 ( a 2 x ) ( 3 a 2 + y ) + 1 2 ( a + a 2 ) ( 0 3 a 2 ) + 1 2 ( x + a ) ( y + 0 ) 2 A = 3 a 2 4 + 3 a x 2 a y 2 x y + 3 a 2 4 + x y + a y = 3 a 2 2 + 3 a x 2 + a y 2 = 3 a 2 2 + 3 a x 2 a y 2 + 2 × a y 2 ( 3 ) + 2 × ( 5 ) = 6 2 3 = 16 3 A = 8 3 \begin{aligned} A & = \frac 12 \left(-\frac a2 - x\right) \left(-\frac {\sqrt 3a}2 + y \right) + \frac 12 \left(-a + \frac a2\right)\left(0-\frac {\sqrt 3a}2 \right) + \frac 12 \left(x + a \right) \left(y+0\right) \\ 2A & = \frac {\sqrt 3a^2}4 + \frac {\sqrt 3 ax}2 - \frac {ay}2 - xy + \frac {\sqrt 3a^2}4 + xy + ay \\ & = \frac {\sqrt 3a^2}2 + \frac {\sqrt 3 ax}2 + \frac {ay}2 \\ & = \blue{\frac {\sqrt 3a^2}2 + \frac {\sqrt 3 ax}2 - \frac {ay}2} + 2 \times \red{\frac {ay}2} \quad \quad \small \implies \blue{(3)} + 2 \times \red {(5)} \\ & = \blue 6 \red{- \frac 23} = \frac {16}3 \\ \implies A & = \frac 83 \end{aligned}

Therefore a + b = 8 + 3 = 11 a+b = 8+3 = \boxed{11} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...