From 808caabb63c611dad463870e4ef15f77b5ab5831 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:59:10 +0000 Subject: [PATCH] Changes --- src/components/LadybugClockPuzzle.tsx | 49 ++++++++++++++------------- 1 file changed, 25 insertions(+), 24 deletions(-) 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 && ( + + )} ); };