diff --git a/src/components/LadybugClockPuzzle.tsx b/src/components/LadybugClockPuzzle.tsx index d279510..4c6de70 100644 --- a/src/components/LadybugClockPuzzle.tsx +++ b/src/components/LadybugClockPuzzle.tsx @@ -259,15 +259,6 @@ const LadybugClockPuzzle: React.FC = ({ showSocialShare

A ladybug walks randomly on a clock face. What's the probability each number is painted last?

- {showSocialShare && ( -
- -
- )}
@@ -665,23 +656,33 @@ const LadybugClockPuzzle: React.FC = ({ showSocialShare
  • Gambler's Ruin: Related to the classic probability problem of a gambler with a finite amount
  • - -
    - - - - Mindbenders (MoMath) - - - - - - YouTube Short - - -
    + + {/* Acknowledgement */} + + +

    + This puzzle is featured by{' '} + + MoMath Mindbenders + + {' '}and demonstrated in{' '} + + this YouTube short + + . It illustrates a beautiful result about random walks on cycle graphs: every position (except the start) has equal probability of being visited last. +

    +
    +
    + + {showSocialShare && ( + + )} ); };