Problem Solving

I am came across this problem and was fascinated. It’s from this book

At first I went straight to the 14-sided polygon, and tried to draw the diamonds (parallelograms), but then I thought let’s start smaller and see if there is a pattern.

Clearly a square contains 1 diamond (itself).

Pentagon

It’s not possible with a pentagon.

Hexagon

A hexagon has 6 diamonds

Septagon

I am guessing it’s not possible to fill a regular 7-sided shape with diamonds

It’s not possible with odd numbers of sides. Regular polygons with an odd number of sides have no parallel sides, so we can’t cover it with rhombi (which have opposite sides parallel).

Octagon

An octagon has 6 diamonds.

We know a decoagon has 10 diamonds (from the question)

Let’s put together what we know

n46810
Diamonds13610

These are the triangular numbers, so when n=12 the number of diamonds is 15, and for n=14 it’s 21.

We can work out a rule for calculating the number of diamonds given the number of sides.

Because the difference in the n values is not 1, I am going to get n and D in terms of k and then combine the two equations.

From the above table, n=2k+2

We know this rule is quadratic as the second difference is constant, hence

D=\frac{1}{2}k^2+bk+c

    \begin{equation*}1=\frac{1}{2}+b+c\end{equation}

(1)   \begin{equation*}\frac{1}{2}=b+c\end{equation*}

    \begin{equation*}3=\frac{1}{2}2^2+2b+c\end{equation}

(2)   \begin{equation*}1=2b+c\end{equation*}

Solve simultaneously, subtract equation 1 from equation 2

(3)   \begin{equation*}\frac{1}{2}=b\end{equation*}

Substitute for b=\frac{1}{2} into equation 1

    \begin{equation*}\frac{1}{2}=\frac{1}{2}+c\end{equation}

c=0, therefore D=\frac{1}{2}k^2+\frac{1}{2}k

We know n=2k+2 hence k=\frac{n-2}{2}

Hence D=\frac{1}{2}(\frac{n-2}{2})^2+\frac{1}{2}(\frac{n-2}{2})

D=\frac{1}{8}(n^2-4n+4)+\frac{1}{4}(n-2)=\frac{n^2}{8}-\frac{n}{2}+\frac{1}{2}+\frac{n}{4}-\frac{1}{2}=\frac{n^2}{8}-\frac{n}{4}

    \begin{equation*}D=\frac{n^2}{8}-\frac{n}{4}\end{equation}

Let’s test our rule for n=14

    \begin{equation*}D=\frac{14^2}{8}-\frac{14}{4}=\frac{49}{2}-\frac{7}{2}=\frac{42}{2}=21\end{equation}

Leave a Comment

Filed under Area, Geometry, Interesting Mathematics, Puzzles, Quadratics

Leave a Reply

Your email address will not be published. Required fields are marked *