Hexagonal Garden
Source:
December 28, 2006
geometrymodular arithmetic
Problem Statement
Patio blocks that are hexagons unit on a side are used to outline a garden by placing the blocks edge to edge with on each side. The diagram indicates the path of blocks around the garden when [asy]
size(250);int i,j;
real r=sqrt(3);
for(i=0; i<6; i=i+1) {
for(j=0; j<4; j=j+1) {
draw(shift(((j*r)*dir(60*i+150)).x, ((j*r)*dir(60*i+150)).y)*shift((4r*dir(60i+30)).x,(4r*dir(60i+30)).y)*polygon(6));
}}[/asy]
If then the area of the garden enclosed by the path, not including the path itself, is square units, where is a positive integer. Find the remainder when is divided by