0%

Problem 867


Problem 867


Tiling Dodecagon

There are 5 ways to tile a regular dodecagon of side 1 with regular polygons of side 1.

0867_DodecaDiagram.jpg

Let T(n) be the number of ways to tile a regular dodecagon of side n with regular polygons of side 1. Then T(1)=5. You are also given T(2)=48.

Find T(10). Give your answer modulo 109+7.


密铺十二边形

用边长为1的正多边形铺满边长为1的正十二边形,有5种不同的方案:

0867_DodecaDiagram.jpg

T(n)为用边长为1的正多边形铺满边长为n的正十二边形的方案数,因此T(1)=5,而T(2)=48

T(10),并对109+7取余作为你的答案。


0 comments
Anonymous
Markdown is supported

Be the first person to leave a comment!