burritos, frat boys, and puzzleuzzlement

Nov 21, 2004 01:29

After solving puzzles for an entire afternoon, and spending the evening making fun of the ridiculous movie that is Tommyknockers, I decided to get some food at 1am. (mmmm...special chicken burrito and i quickly became good friends...) This is the same time that hundreds of frat boys were trying to live out their drunken fantasies and pick up random ( Read more... )

Leave a comment

Comments 6

katiesaur November 21 2004, 02:13:32 UTC
2n-3???

Reply

mr_bungee November 21 2004, 13:34:35 UTC
Ah, but this doesn't work for n=3, since you can just take the 2 corners to the other side.

Reply

katiesaur November 21 2004, 15:27:19 UTC
haha.. oh well. i didn't try very hard so i don't feel too bad ;)

Reply


thedan November 21 2004, 07:52:00 UTC
What kind of puzzles were you solving? Prepping for mh2k5? ;)

As far as the puzzle goes, after analyzing cases for small n, I'd be willing to be that the answer is:

k(k+1)+(1/2)(n-2k-1)(n-2k) where k is the closest integer to (n-1)/3

which comes from shifting triangles in the upper corners down an optimal number of rows to make the bottom corners of the new triangle, and then bringing up the bottom to form the top. But I haven't tried (and probably won't try) to prove it.

Reply

mr_bungee November 21 2004, 13:32:12 UTC
You bet, and congrats on a very well written mini-hunt! :)

Your solution is correct, though it's a bit simpler to write it as:

(n-1)(n+1)/6 if n mod 3 = 1
n(n+1)/6 otherwise

Hope all is well in the world of dan!

Reply

mr_bungee November 21 2004, 23:32:45 UTC
oops, that should be:
(n-1)(n+2)/6 if n mod 3 = 1
n(n+1)/6 otherwise

Reply


Leave a comment

Up