Going dotty

Monday 10 May 2004 at 6:59 pm | In Articles | Post Comment

A well-known problem is to be given 9 dots

    \setlength{\unitlength}{0.5cm}
\begin{picture}(7,7)
\multiput(0,0)(1,0){3}{\circle*{0.15}}
\multiput(0,1)(1,0){3}{\circle*{0.15}}
\multiput(0,2)(1,0){3}{\circle*{0.15}}
\thinlines
\end{picture}

You have to connect the dots by using 4 lines, without taking your pen off the paper and only going through each dot once. At first sight this looks impossible until you are shown you can go outside the square formed by the dots as in

    \setlength{\unitlength}{0.5cm}
\begin{picture}(7,7)
\multiput(0,0)(1,0){3}{\circle*{0.15}}
\multiput(0,1)(1,0){3}{\circle*{0.15}}
\multiput(0,2)(1,0){3}{\circle*{0.15}}
\thinlines
\put(1,2){\line(-2,0){2}}
\put(-1,2){\line(1,-1){3}}
\put(2,-1){\line(0,1){3}}
\put(2,2){\line(-1,-1){2}}
\end{picture}

But what about 16 dots arranged in a square, or 12 dots arranged in 3 rows of 4? How many lines are needed for a 10 x 10 grid? What if arcs of circles are used instead of lines?

These and other fascinating questions about dots can be found at the web page simply called dots

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^