Three regular polygons have one vertex in common and just fill the whole space at that vertex. If the number of sides of the polygons are a , b , c respectively. How many possible ( a , b , c ) exists, where a ≤ b ≤ c such that it satisfies
a 1 + b 1 + c 1 = 2 1 ?
Bonus: Can you prove this result?
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.
@Chris Lewis , we really liked your comment, and have converted it into a solution.
a ≤ b ≤ c ∴ 2 1 = a 1 + b 1 + c 1 ≤ a 1 + a 1 + a 1 ∴ 2 1 ≤ a 3 a ≤ 6
a = 3 2 1 − a 1 = b 1 + c 1 ≤ b 1 + b 1 ∴ 2 1 − 3 1 ≤ b 2 ∴ b ≤ 1 2 But when b = 1 1 , c = 5 6 6 is not a integer. And when b = 6 , c = ∞ . Finally we can get b ∈ { 6 , 7 , 8 , 9 , 1 0 , 1 2 }
a = 4 similarly we can get b ∈ { 4 , 5 , 6 , 8 }
a = 5 there is only one solution b = 5 , c = 1 0
a = 6 there is only one solution b = 6 , c = 6
So there are totally 12 solutions as below: ( 3 , 6 , ∞ ) ( 3 , 7 , 4 2 ) ( 3 , 8 , 2 4 ) ( 3 , 9 , 1 8 ) ( 3 , 1 0 , 1 5 ) ( 3 , 1 2 , 1 2 ) ( 4 , 4 , ∞ ) ( 4 , 5 , 2 0 ) ( 4 , 6 , 1 2 ) ( 4 , 8 , 8 ) ( 5 , 5 , 1 0 ) ( 6 , 6 , 6 )
Actually, the one with the Infinite Number of Sides is considered to be a Circle, generally. But a Circle isn't a Polygon. By the way, you are close to the answer but the triplets with ∞ aren't included in the Solution and some other triplets also!
Problem Loading...
Note Loading...
Set Loading...
There are 1 0 such triples; proof as follows:
First note that (as polygons), each of a , b , c is greater than 2 .
Since a ≤ b ≤ c , 2 1 = a 1 + b 1 + c 1 ≤ a 3
so that a ≤ 6 .
Case a = 3 : b 1 + c 1 = 2 1 − 3 1 = 6 1
We clearly need b > 6 . By the same logic as above, we find b ≤ 1 2 .
Rearranging the equation, we have c = b − 6 6 b
It's easy to check that the following b values all give valid solutions: 7 , 8 , 9 , 1 0 , 1 2 .
Case a = 4 : b 1 + c 1 = 4 1
As above we find 4 < b ≤ 8 , with integer solutions for c when b is any of 5 , 6 , 8
Case a = 5 : The only solution is b = 5 and c = 1 0 .
Case a = 6 : The only solution is b = c = 6 .
In total, there are 1 0 solutions above.