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.
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Exact placement is not described for the grid, but an answer may look like this:
A - - - B - - - C
D - E - F
G - - - H - - - I
Ten lines through: ABC, ADH, AEI, BDG, BEH, BFI, CEG, CFH, DEF, GHI
|
Posted by Leming
on 2008-10-13 09:48:31 |