All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
More Than 22! (Posted on 2005-08-18) Difficulty: 3 of 5
Let T(n) be a triangular portion of the triangular grid with n points on a side. It is an unsolved problem what the maximum number of points is that can be selected from T(n) so that no three selected points are the vertices of an equilateral triangle. For small values of n the maximum appears to be 2n-2. However, for T(12), shown below, I found more than 2*12-2=22 points, no three of which are the vertices of an equilateral triangle! How many can you find?
o
o o
o o o
o o o o
o o o o o
o o o o o o
o o o o o o o
o o o o o o o o
o o o o o o o o o
o o o o o o o o o o
o o o o o o o o o o o
o o o o o o o o o o o o
Examples:

Here's an example of 5 points selected from T(4), no three of which are the vertices of an equilateral triangle.
s
o o
o s s
o s o s
It turns out that this selection of 5 cannot be increased to 6 without three of the selected points being the vertices of an equilateral triangle. If we add the first point in the second row, we get
s
s o
o s s
o s o s
Notice that three of the 6 s's are the vertices of an equilateral triangle.

There is a better selection of 6 points in T(4) no three of which are the vertices of an equilateral triangle.

See The Solution Submitted by McWorter    
Rating: 4.1667 (6 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
dynamic programming anyone? | Comment 12 of 42 |

I don't have a solution (yet) with more than 23 points, though maybe one could be found using dynamic programming. 

My thought is to try an algorithm to fill in the grid.  The basic idea would be, at a given step, there are some points that are already chosen, some that are already forbidden, and some that haven't been accounted for yet.  For each point not accounted for, if we were to choose it, it would make some others forbidden.  If we optimize (using dynamic programming) according to the number of forbidden points, this should produce an optimal solution (I think).

I have neither the time nor the skill at dynamic programming to implement this, though...

BTW: what is this about drinking my blood!?  i don't have a whole lot to spare...


  Posted by Josh70679 on 2005-08-19 00:16:17
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (13)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information