#ThisWeeksFiddler, 20250704

This week the #puzzle is: Happy 100th Fiddler! #counting #permutations #triangles #parallelograms #dozo #flag

Dozo is a strategy game with a rather distinctive board:
The board features 28 holes in which players place markers, with the goal of making an equilateral triangle of any size with one color.
How many distinct equilateral triangles can you find whose vertices are the centers of holes on the board? (If two triangles are congruent but have different vertices, they should still be counted as distinct.)

And for extra credit:

Happy Fourth of July! In celebration of America’s birthday, let’s count more shapes—not in a board game, but in the American flag:
In particular, consider the centers of the 50 stars depicted on the flag. How many distinct parallelograms can you find whose vertices are all centers of stars? (If two parallelograms are congruent but have different vertices, they should still be counted as distinct.)

Highlight to reveal (possibly incorrect) solution:

Program Handcount 1 and 2

And for extra credit:

Program

***

For the 3rd time I’ve come back to weaving the web. This time because a friend kindly helped me turn a 3d object file into a physical object:

#ThisWeeksFiddler, 20250627

This week the #puzzle is: Can You Crack the Roman Code? #combinations #recursion (Link at the bottom.)

You are breaking into a vault that contains ancient Roman treasure. The vault is locked, and can be opened via a modern-day keypad. The keypad contains three numerical inputs, which are (of course) expressed using Roman numerals: “I,” “II,” and “III.”
It’s a good thing your accomplice was able to steal the numerical key code to the vault. Earlier in the day, they handed you this code on a scroll of paper. Once at the keypad, you remove the scroll from your pocket and unfurl it. It reads: “IIIIIIIIII.” That’s ten vertical marks, without any clear spacing between them.
With some quick mental arithmetic, you realize the combination to unlock the door could be anywhere from four digits long to 10 digits long. (Or is it IV digits to X digits?) How many distinct combinations are possible? If two combinations use the same numbers but in a different order, they are considered distinct.

And for extra credit:

Having successfully hacked your way through the first keypad, the door opens to reveal a second door with yet another keypad that has eight numerical inputs: “I,” “II,” “III,” “IV,” “V,” “VI,” “VII,” and “VIII.”
You were expecting this, which is why your accomplice had handed you a second scroll of paper. You unfurl this one as well, hoping they remembered to add spaces between the numbers.
No such luck. This paper reads: “IIIVIIIVIIIVIII.” That’s 15 characters in total. How many distinct combinations are possible for this second door?

Highlight to reveal (possibly incorrect) solution:

Tribonacci numbers Program

And for extra credit:

Spreadsheet

***

Last week I actually didn’t do that well. I made a lot of assumptions, and some of them were wrong. In both puzzles my pass no. 2 didn’t correspond with the official solution. I’ve discovered, that for the fiddler this happened, because I made a mistake in my calculations. The area of my tilted 2nd pass is not 1.0472, but 0.7585. Oops.

***

Can You Crack the Roman Code?

#ThisWeeksFiddler, 20250620

This week the #puzzle is: How Greedily Can You Mow the Lawn? #geometry #area #volume #GreedyAlgorithm (Link at the bottom.)

You’re mowing a circular lawn with a radius of 1 unit. You can mow in straight strips that are 1 unit wide.
The fewest number of passes you would need to mow the entire lawn is two, as shown below. In one pass (shown in blue) you can mow half the circle, and in the second pass (shown in red) you can mow the other half of the circle.
However, instead of minimizing the number of passes, you greedily choose how to orient each pass so it cuts as much of the unmowed grass as possible. A pass doesn’t have to go through the center of the circle and can be in any direction, but must be straight and cannot bend.
With this “greedy” approach, how many passes will it take for you to mow the entire lawn?

And for extra credit:

Instead of mowing a two-dimensional lawn, now you’re boring cylinders through a three-dimensional unit sphere. Each cylinder has a diameter of 1 (and a radius of 1/2).
Once again, you are greedily choosing the orientation of your boreholes so that they carve out as much of the remaining sphere as possible with each pass.
With this “greedy” approach, how many passes will it take for you to pulverize the entire sphere?

Highlight to reveal (possibly incorrect) solution:

Desmos 1

And for extra credit:

Desmos 2 Researchgate

***

How Greedily Can You Mow the Lawn?

#ThisWeeksFiddler, 20250613

This week the #puzzle is: Can You Race Against Zeno? #integration #summation #speed #distance #time (Link at the bottom.)

I’ve been experimenting with different strategies in 5000-meter races (known as “5K”s). If I run the distance at a steady pace, I’ll finish in precisely 23 minutes.
However, I tend to find a burst of energy as I near the finish line. Therefore, I’ve tried intentionally running what’s called a “negative split,” meaning I run the second half of the race faster than the first half—as opposed to a “positive split,” where I run a slower second half.
I want to take the concept of a negative split to the next level. My plan for an upcoming race—the “Zeno Paradox 5K”—is to start out with a 24-minute pace (i.e., running at a speed such that if I ran the whole distance at that speed, I’d finish in 24 minutes). Halfway through the race by distance (i.e., after 2500 meters), I’ll increase my speed (i.e., distance per unit time) by 10 percent. Three-quarters of the way through, I’ll increase by another 10 percent. If you’re keeping track, that’s now 21 percent faster than my speed at the start.
I continue in this fashion, upping my speed by 10% every time I’m half the distance to the finish line from my previous change in pace. (Let’s put aside the fact that my speed will have surpassed the speed of light somewhere near the finish line.)
Using this strategy, how long will it take me to complete the 5K? I’m really hoping it’s faster than my steady 23-minute pace, even though I start out slower (at a 24-minute pace).

And for extra credit:

I still want to run a negative split, but upping my tempo in discrete steps is such a slog. Instead, my next plan is to continuously increase my pace in the following way:
At the beginning of the race, I’ll start with a 24-minute pace. Then, wherever I am on the race course, I’m always running at a 10 percent faster speed than I was when I was twice as far from the finish line. Also, my speed should always be increasing in a continuous and smooth fashion.
(On the off chance you find more than one speed as a function of distance that satisfies all these conditions, I’m interested in seeing how. If only one such function exists, can you prove it? Regardless, my expectation is for the function to be as straightforward as possible.)
Using this strategy, how long will it take me to complete the 5K? Once again, I’m hoping it’s faster than my steady 23-minute pace, even though I started out slower.

Highlight to reveal (possibly incorrect) solution:

Desmos 1 – just to be confusing, the definition of tZeno1 here is slightly different.

And for extra credit:

Desmos 2

***

Can You Race Against Zeno?

#ThisWeeksFiddler, 20250606

This week the #puzzle is: Can You Squeeze the Bubbles? #circles #geometry #area #minimize (Link at the bottom.)

Draw a unit circle (i.e., a circle with radius 1). Then draw another unit circle whose center is not inside the first one. Then draw a third unit circle whose center is not inside either of the first two.
Keep doing this until you have drawn a total of seven circles. What is the minimum possible area of the region that’s inside at least one of the circles?

And for extra credit:

Instead of seven unit circles, now suppose you draw N of them. As before, the center of each new circle you draw cannot be inside any of the previous circles.
As N gets very, very large, what is the minimum possible area of the region inside at least one circle in terms of N?

But first. Last week I made a booboo. At some point I began trusting my assumption about the probabilities so much, that I didn’t figure out, why my monte carlo results didn’t line up. This again lead to me saying 2 was the correct answer to the extra credit, when in fact… well, as I said, my monte carlo said something else. Something better. This is a detail from my heat map 5.

The lowest values occur, not in the corner (4), but towards the middle of the side (3). And the ratio is something like 2.7. Earlier heat maps actually showed this more clearly. Here’s the 3d image based on my monte carlo data, and for comparison the other 3d image again:

The important feature is that there’s a dip along the lower edge. Corner low, middle of side lower. Sigh. Anyway. Back to the puzzles from this week.

Highlight to reveal (possibly incorrect) solution:

Desmos live Two Circles Calculator Desmos image

And for extra credit:

Desmos image

***

Can You Squeeze the Bubbles?

Hugo-noveller

Og vi skal selvfølgelig også betragte Hugo-finalist-novellerne fra i år.

ISFDBISFDBMigKarakter
Five Views of the Planet TartarusRachael K. Jones5 x synet af planeten Tartarus👽👽☠️
MarginaliaMary Robinette KowalKant-rine👽👽👽
Stitched to Skin Like Family IsNghi VoFamilien er syet til huden👽👽👽
Three Faces of a BeheadingArkady MartineTriple halshug👽👽👽
We Will Teach You How to Read | We Will Teach You How to ReadCaroline M. YoachimVVii vviill llæærree ddiigg aatt llææssee👽👽☠️
Why Don’t We Just Kill the Kid in the Omelas HoleIsabel J. KimAltså, ungen i Omelas-hullet👽👽☠️

Allerede noget bedre at vælge mellem. “Three Faces of a Beheading” blev i mit hoved et godt stykke tid, så det er min favorit.

Triple halshug

Anmeldelse af “Three Faces of a Beheading” (gratis), af Arkady Martine. Novelle. 2024. Hugo-finalist.

Skitse: En mulighed for et computerspil er, at en enkelt spiller kan have et stort publikum. Det kan derfor også have stor betydning, når en spiller gør noget usædvanligt. I et autoritært samfund gør noget forbudt, noget farligt.

Er det science fiction? Jeps.

Temaer: Det omtalte spil er baseret på noget historisk. Der var en gang en kejser og et oprør. Noget historisk kan fortælles på forskellige måder. En historikers forsøg på at få mening i, hvad der egentlig skete, kan føre et nyt sted hen. Hvad var folks motiver? Hvem havde alliancer? Hvad er fortællingen her? Hvis der er en.

Hvis man ønsker at sige noget om sin samtid, så kan man også vinkle noget historisk på en passende måde.

Min fornemmelse er, at forfatteren er intelligent og veluddannet (fx er der fodnoter til novellen) og har valgt en indviklet metode. Bl.a. er der pudsige skift mellem 1. og 2. person. Jeg læste novellen 2 gange, for at være nogenlunde sikker på det hele.

Er det godt? Ja. Ja, det er det egentlig. 👽👽👽

Familien er syet til huden

Anmeldelse af “Stitched to Skin like Family Is” (gratis), af #NghiVo. Novelle. 2024. Hugo-finalist.

Skitse: Sommeren ’31 kan det godt være lidt indviklet at være kinesisk i Illinois, USA. Således også for hende her, der i øvrigt er rigtig god til at lappe tøj og sy det om. (I får mig ikke til at skrive omf*randre! Jeg gør det ikke!) Hun kan også få noget ud af at lytte til tøj. Og så leder hun efter sin bror.

Er det science fiction? Aldeles ikke. Fantasy.

Temaer: Hun kan noget med tøj og sko, specielt hvis hun har haft fat i det før.

Så mærker hun også racisme.

Er det godt? Hm. Det var jo et indviklet spørgsmål. Jeg gættede ikke det hele fra første linje. Jeg har sympati med hovedpersonen. Tjo. 👽👽👽

Kant-rine

Anmeldelse af “Marginalia”  (gratis), af #MaryRobinetteKowal. Novelle. 2024. Hugo-finalist.

Skitse: Her til lands er snegle kæmpestore, og man kan sagtens dø af at møde dem eller deres fodspor af syre. Margery skal på en eller anden måde håndtere, at hendes lillebror helt vildt gerne vil se sneglen, og at deres syge mor helst ikke må være alene.

Er det science fiction? Nej. Fantasy.

Temaer: Der går klassekamp i det her. Baronen mener, at han gør det så godt. Men passer han faktisk godt på sine tidligere ansatte? Ved han, hvad de har brug for? Og forstår han godt, at dem “under ham” kan være klogere og mere intelligente?

Er det godt? Ja. Der blev dog ved med at være underlige ting i teksten. Fx at Margery tilsyneladende brygger øl og vasker tøj samtidig. Men alligevel. 👽👽👽

#ThisWeeksFiddler, 20250530

This week the #puzzle is: Can You Weave the Web? #geometry #trigonometry #probability (Link at the bottom.)

A spider weaves a web within a unit square (i.e., a square with side length 1) in the following haphazard manner:
First, the spider picks two points at random inside the square. In particular, it picks the points “uniformly,” meaning any point is equally likely to be picked as any other point.
Next, the spider connects the two points with a strand of silk and extends the strand to two sides of the square. For example, here is a web made of 10 silk strands that were picked as described:
Within the unit square, which point (or points) is most likely to be on a new strand of silk, whose two defining points have not yet been picked?
(While the probability that any specific point winds up being precisely on the new strand is zero, some points and regions are nevertheless more likely to be on the strand than others.)

And for extra credit:

As we just acknowledged, there exists a point (or points) in the unit square that is more likely than any others to be on the randomly selected silk strand.
At the same time, there exists a point (or points) in the unit square that is less likely than any others to be on the random strand.
How much more likely is a most likely point to be on the strand than a least likely point? More specifically, suppose the maximum of the probability density for being on the strand is pmax and the minimum probability density is pmin. What is the ratio pmax/pmin?

Highlight to reveal (possibly incorrect) solution:

Program 1 Program 2 Desmos Heat map 1, 2, 3, 4, 5, 6. 3d image.

***

Can You Weave the Web?