Upsy-daisy

Image Image

Above you can see the problem where an equilateral triangle of side length 44 coins is made up of a total of T4T_4 coins. And it can be seen in the solution that the minimal number of coin moves needed to be done to flip the triangle upside-down is 33 coins.


Prove (or disprove):

The minimal (optimal) number of coin moves mm needed to be done to flip an equilateral triangle of side length nn coins made up of TnT_n number of coins is given by:

optimal m=Tn3\textrm{optimal }m=\left\lfloor\frac{T_n}{3}\right\rfloor


Details and Assumptions:


Image Courtesy: ABC-Science: Conundrum 15 (Manhole Covers).
No copyright infringement intended.
#Combinatorics #NumberTheory #Optimization #Counting

Note by Prasun Biswas
5 years, 11 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

The key step is to overlay the beginning and end positions to find which coins need to be moved and which coins can stay where they are. With this idea in mind, just consider the three cases n0,1,2(mod3)n\equiv 0, 1, 2\pmod{3} respectively and you can prove it.

Daniel Liu - 5 years, 11 months ago

Log in to reply

I tried doing that for a few values of n but I couldn't find any pattern. Can you explain a bit more?

vishnu c - 5 years, 11 months ago

Log in to reply

This is a little hand-wavy, but we want as much overlap as possible so we want the centers of the two triangles to be as close as possible. So try reflecting the original triangle across the line passing through or near its center.

Daniel Liu - 5 years, 11 months ago

Log in to reply

@Daniel Liu Oh! You meant that kind of superposing. I did it differently and hence my confusion. Thanks!

vishnu c - 5 years, 11 months ago

Well I have different approach for this problem .. and it's easily done on equilateral triangles with a regular hexagon core (It's doable also with other irregular hexagons) here is a link

28 coins equilateral triangle

you can see that i made a different color inside for a 10 coins triangle as it will follow the same movement

it's safe to say it will always be an odd number and it'll follow you rule as well

Ahmed Obaiedallah - 5 years, 11 months ago

Log in to reply

That's a particular case you've shown. This note is about a general proof for the case of TnT_n coins. You've only shown that it works for the case of T8T_8.

Hence, not a proof.

Actually, I have seen a proof of this statement but I don't think it's rigorous enough. So, I posted this note here to see if someone from the community comes up with a full and rigorous proof of this.

Prasun Biswas - 5 years, 11 months ago

Log in to reply

It actually presents two cases of regular hexagon core T10T_{10} and T28T_{28}

And yes it's not a rigid proof .. but I thought I would share the idea in my mind as it involves angles in a way so it might help someone to come up with a solid proof as I really sadly don't have the time (due to my work) to put my mind in it; so let me explain what I have in mind in words

I believe the maximum regular Hexagon that can be drawn inside the equilateral triangle is the key to prove this statement, why? because it will give you the minimum area left over of the triangle which you can use to rearrange this triangle in any direction

So we can use the triangles with regular coin hexagon to do so that's a simplification of course cause we can have a coin triangle of any size (number of coins) so in some cases you will find yourself having a hexagon with part coins out, that's why i used T28T_{28} and T10T_{10} so I can explain the idea in more simple form

I hope that would help

Ahmed Obaiedallah - 5 years, 11 months ago

Log in to reply

@Ahmed Obaiedallah Aha, no worries. :)

I appreciate that you took your time to share your ideas with us. And yes, your hexagon core idea is actually the key point in the proof and hence your informal explanation is correct. Note that your argument is equivalent to what Daniel Liu stated in his comment since the "overlaying" he mentioned gives us the hexagon core and the remaining coins outside the core are the ones that we need to move.

The proof that I have seen also uses the same idea but the conclusion in that proof is not derived completely using mathematical means but instead using computational means (computer-assisted, I think). Here's the original discussion post that I saw and the answer posted there is the proof I spoke of. Feel free to check it out. :)

Prasun Biswas - 5 years, 11 months ago

Log in to reply

@Prasun Biswas Sorry I didn't notice Daniel's comment he even put in fewer clear words :) .. as I actually got here from here after I saw the challenge master's comment and link to your note

Thanks for your appreciation and for the link as well :) I'll check it,

I'll also try to figure out a formula for this or prove this one but after Ramadan so I can drink a cup of tea while thinking :D

Ahmed Obaiedallah - 5 years, 11 months ago

Log in to reply

@Ahmed Obaiedallah Haha, I didn't know about that problem and the challenge master note there. Thanks for letting me know.

And yes, tea/coffee is very essential when working on math problems. As Alfréd Rényi and Paul Erdős used to say,

"A mathematician is a device for turning coffee into theorems."

Prasun Biswas - 5 years, 11 months ago

Log in to reply

@Prasun Biswas Haha that's a nice quote, I like it (Y)

Ahmed Obaiedallah - 5 years, 11 months ago
×

Problem Loading...

Note Loading...

Set Loading...