Place 9 balls ("o") in the intersections of the grid below to achieve 10 straight lines, each line containing 3 and exactly 3 balls. You may assume, if you need, that each cell is a perfect square.
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
I count 88 possible solutions in an 8x6 grid.
Below is one of the several solutions:
+---+---+---+---o---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
o---+---+---o---+---+---o---+---+
| | | | | | | | |
+---+---+---+---o---+---+---+---+
| | | | | | | | |
+---+---o---+---+---o---+---+---o
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---o---+---+---+---+
|
Posted by Dej Mar
on 2008-10-14 02:14:52 |