<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Jamshrivelson</title>
    <description>Puzzle solutions for you.</description>
    <link>http://joshmaxsilverman.github.io</link>
    <atom:link href="http://joshmaxsilverman.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Can you fix the random number generator?</title>
        <description>
          Based on your friend&apos;s cryptic revelations, what do you expect is the biggest possible number? - 
          Question I think the random number generator on my calculator might be malfunctioning. Oh no! Under normal conditions, it should generate random numbers between 0 and 1. But my suspicion is that the calculator is “tanked,” meaning it only generates random numbers between 0 and some value $0 &amp;lt; a...
        </description>
        <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-06-22-can-you-fix-the-random-number-generator/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-06-22-can-you-fix-the-random-number-generator/</guid>
      </item>
    
      <item>
        <title>Can you spot the sheep?</title>
        <description>
          What&apos;s the chance three randomly placed and oriented sheep can all see each other with their sheep eyes? - 
          Question: Two sheep are at two random points inside a square pen. They are munching grass and staring in two random directions. Each sheep has a field of view that’s 180 degrees. What is the probability that they both see each other? Extra Credit: Now, three sheep are at three...
        </description>
        <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-06-01-can-you-spot-the-sheep/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-06-01-can-you-spot-the-sheep/</guid>
      </item>
    
      <item>
        <title>Can you play hide-and-seek?</title>
        <description>
          Minimize the time to find your hiding nephew, or don&apos;t, I&apos;m not your dad. - 
          Question: I am playing hide-and-seek with my nephew. I start at point O, whereas my nephew can hide at point A, B or C. I can walk from O to A in 2 minutes, from O to B in 3 minutes, from O to C in 4 minutes, and from...
        </description>
        <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-05-18-fiddler-hide-and-seek/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-05-18-fiddler-hide-and-seek/</guid>
      </item>
    
      <item>
        <title>Can you drink the “random-ade”?</title>
        <description>
          How much will you pour using this deranged protocol? - 
          Question: I’m preparing a mixture of “random-ade” using a large, empty pitcher and two 12-ounce glasses. First, I fill one glass with some amount of lemon juice chosen randomly and uniformly between 0 and 12 ounces. I fill the other glass with some amount of water, also chosen randomly and...
        </description>
        <pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-05-11-fiddler-randomade/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-05-11-fiddler-randomade/</guid>
      </item>
    
      <item>
        <title>Have you heard the buzz?</title>
        <description>
          How big is big enough to buzz most of the time? - 
          Question: I recently introduced my children to a game called “Buzz” (also known as “Fizz buzz”). In one particular variant of the game, anytime a number is a multiple of 7 or at least one of its digits is a 7, the player must say “buzz” instead of that number....
        </description>
        <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-04-20-have-you-heard-the-buzz/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-04-20-have-you-heard-the-buzz/</guid>
      </item>
    
      <item>
        <title>Can you pile the primes?</title>
        <description>
          Can you send your six children home with the same weight of primes in their number bags? - 
          Question: Suppose you want to make two groups with equal sums using the first $N_2$ prime numbers. What is the smallest value of $N_2$ for which you can do this? The answer is three! (Clearly, that wasn’t actually the puzzle.) The first three primes are $2,$ $3,$ and $5,$ and...
        </description>
        <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-03-30-can-you-pile-the-primes/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-03-30-can-you-pile-the-primes/</guid>
      </item>
    
      <item>
        <title>Can you trace the locus?</title>
        <description>
          What area is mapped out by a string on some pegs? - 
          Question: I have a loop of string whose total length is $10.$ I place it around a unit disk (i.e., with radius 1) and pull a point on the string away from the disk until the string is taut, as shown below. I drag this point around the disk in...
        </description>
        <pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-03-23-can-you-trace-the-locus/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-03-23-can-you-trace-the-locus/</guid>
      </item>
    
      <item>
        <title>Can you or “Cantor” you find the distance?</title>
        <description>
          Random geometry from the Cantor distribution - 
          Question: I start with a number line from 0 to 1, and then I remove the middle third. Then I take each of my remaining pieces (the segment from 0 to 1/3 and the segment from 2/3 to 1) and remove their middle thirds. Now I have four segments (from...
        </description>
        <pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-03-15-fiddler-cantor-distance/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-03-15-fiddler-cantor-distance/</guid>
      </item>
    
      <item>
        <title>Curvature</title>
        <description>
          Where does it come from, how do we find it? - 
          This note has a few angles on curvature. The first is to compute the curvature tensor, intuitively defined as the difference of repeated covariant derivatives in either order. The second is computing the tangent vector under parallel transport on an arbitrary line of latitude on the sphere. Third, we calculate...
        </description>
        <pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-02-10-writeup-curvature/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-02-10-writeup-curvature/</guid>
      </item>
    
      <item>
        <title>All star winning streaks</title>
        <description>
          What would be an impressive win streak in a hypothetical new all star game format? - 
          Question: The Fiddler Basketball Association’s All-Star Game consists of two teams: “East” and “West.” Every year these two teams play a game, each with a $50$ percent chance of winning that’s independent of the outcomes of previous years. Many, many years into the future, you look at the most recent...
        </description>
        <pubDate>Fri, 06 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-02-06-fiddler-all-star-winning-streak/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-02-06-fiddler-all-star-winning-streak/</guid>
      </item>
    
      <item>
        <title>Hexagonal lily pads</title>
        <description>
          How long until a random walk steals 99% of your food, probably? - 
          Question: Frankie has stored all of her food on lily pad A. However, her food has a tendency to “fly” away. Every second, the food that’s on every lily pad splits up into six equal portions that instantaneously relocate to the six neighboring pads. At zero seconds, all the food...
        </description>
        <pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-02-04-fiddler-hexagonal-grid/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-02-04-fiddler-hexagonal-grid/</guid>
      </item>
    
      <item>
        <title>Bingo!</title>
        <description>
          Ding ding ding, is it bingo time? - 
          Question: A game of bingo typically consists of a $5$-by-$5$ grid with $25$ total squares. Each square (except for the center square) contains a number. When a square’s number is called, you place a marker on that square. The goal is to get “bingo,” which is five squares in a...
        </description>
        <pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-01-26-fiddler-bingo/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-01-26-fiddler-bingo/</guid>
      </item>
    
      <item>
        <title>Javelin toss</title>
        <description>
          How should you counter the tosser who doesn&apos;t know you know they&apos;re cheating? - 
          Question: It’s coming to the end of the year, which can only mean one thing: time for this year’s Robot Javelin finals! Whoa wait, you’ve never heard of Robot Javelin? Well then! Allow me to explain the rules: It’s head-to-head. Each of two robots makes their first throw, whose distance...
        </description>
        <pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2026-01-01-JS-robot-javelin/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2026-01-01-JS-robot-javelin/</guid>
      </item>
    
      <item>
        <title>Covariant derivative</title>
        <description>
          Where does it come from, how do we find it? - 
          Question: How does the directional derivative generalize when basis vectors can vary? Argument We want to calculate the derivative of a vector $\mathbf{V}$ attached to a point that moves along the surface, in the coordinates of the surface, along some particular direction, at that point. Take a vector \[\mathbf{V}(X) =...
        </description>
        <pubDate>Sat, 27 Dec 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-12-27-physics-covariant-derivative/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-12-27-physics-covariant-derivative/</guid>
      </item>
    
      <item>
        <title>First passage time</title>
        <description>
          How long until a particle diffuses to $x$? - 
          Question given a population of diffusing particles, what is the probability distribution of first passage times ($\text{FPT}(x,t)$) to position $x?$ Typically this is found by solving the diffusion differential equation to find the probability distribution, integrating that to find the survival, and then differentiating that to find the $\text{FPT}$ distribution....
        </description>
        <pubDate>Wed, 10 Dec 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-12-10-physics-diffusion-FPT/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-12-10-physics-diffusion-FPT/</guid>
      </item>
    
      <item>
        <title>Can you fling the fractal darts?</title>
        <description>
          How many points will you asymptotically approach? - 
          Question: You are playing darts with your friend, Apollonius, who has brought his own dartboard. However, this dartboard is somewhat … different. Instead of being a circle divided into concentric rings and sectors, the dartboard is a unit circle (i.e., with radius $1$) that’s divided via an Apollonian gasket. In...
        </description>
        <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-12-08-fiddler-apollonian-dartboard/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-12-08-fiddler-apollonian-dartboard/</guid>
      </item>
    
      <item>
        <title>Garden hose</title>
        <description>
          How far is the thirsty random tree from the gushing random hose? - 
          Question: You and your assistant are planning to irrigate a vast circular garden, which has a radius of $1$ furlong. However, your assistant is somewhat lackadaisical when it comes to gardening. Their plan is to pick two random points on the circumference of the garden and run a hose straight...
        </description>
        <pubDate>Sun, 16 Nov 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-11-16-fiddler-garden-hose/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-11-16-fiddler-garden-hose/</guid>
      </item>
    
      <item>
        <title>Randy hall</title>
        <description>
          How should you move in order to be unpredictable? - 
          Question: You are a producer on a game show hosted by Randy “Random” Hall (no relation to Monty Hall). The show has three doors labeled 1 through 3 from left to right, and behind them are various prizes. Contestants pick one of the three doors at which to start, and...
        </description>
        <pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-11-08-fiddler-randy-hall/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-11-08-fiddler-randy-hall/</guid>
      </item>
    
      <item>
        <title>Robot baseball</title>
        <description>
          How common can league office scheming rig full counts to be? - 
          Question: The Artificial Automaton Athletics Association (Quad-A) is at it again, to compete with postseason baseball they are developing a Robot Baseball competition. Games are composed of a series of independent at-bats in which the batter is trying to maximize expected score and the pitcher is trying to minimize expected...
        </description>
        <pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-11-01-JS-robot-baseball/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-11-01-JS-robot-baseball/</guid>
      </item>
    
      <item>
        <title>High low</title>
        <description>
          Where will you be when you can&apos;t stop winning? - 
          Question: You’re playing a game of “high-low,” which proceeds as follows: First, you are presented with a random number, $x_1$, which is between $0$ and $1$. A new number, $x_2$, is about to be randomly selected between $0$ and $1$, independent of the first number. But before it’s selected, you...
        </description>
        <pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate>
        <link>http://joshmaxsilverman.github.io/2025-09-07-fiddler-high-low/</link>
        <guid isPermaLink="true">http://joshmaxsilverman.github.io/2025-09-07-fiddler-high-low/</guid>
      </item>
    
  </channel>
</rss>
