Tom Keith's Avatar

Tom Keith

@tomkeith.bsky.social

6 Followers  |  4 Following  |  21 Posts  |  Joined: 24.02.2025  |  1.9281

Latest posts by tomkeith.bsky.social on Bluesky

🤦 I can't subtract!

299 - 119 is 180, the same as you got.

15.07.2025 12:38 — 👍 0    🔁 0    💬 1    📌 0
Post image Post image Post image

#ThisWeeksFiddler @xaqwg.bsky.social

I wrote code to emulate playing the game of bowling. I found 420,571 possible states in the game including 25,646 terminal states.

With this list in hand, it was a matter of finding the terminal states that best qualified in each case.

15.07.2025 11:52 — 👍 2    🔁 1    💬 2    📌 0
Post image

Extra credit: How many different parallelograms in the field of stars on the US flag?

I found 324 different shapes of parallelogram. The smallest appeared at 124 different locations and orientations.

08.07.2025 12:57 — 👍 0    🔁 0    💬 0    📌 0
Post image

#ThisWeeksFiddler @xaqwg.bsky.social

How many different equilateral triangles in the game of Dozo?

I found 11 different sizes of triangle. The smallest appeared at 36 different locations and orientations on the Dozo board. The largest appeared just once.

08.07.2025 12:54 — 👍 2    🔁 1    💬 1    📌 0
Post image

I was pleased to see there were more than zero but few enough to be listed.

02.07.2025 12:10 — 👍 0    🔁 0    💬 0    📌 0

#ThisWeeksFiddler @xaqwg.bsky.social

EEC: There is a faint message scrawled onto the second scroll which you can barely make out: "Nullus numerus repetitur", i.e., "No number is repeated".

How many combinations are possible if none of the eight numerical inputs is used more than once?

01.07.2025 15:56 — 👍 2    🔁 0    💬 1    📌 0
Post image

I think I have a greedier cut for the second borehole. It removes 22% of the original sphere. That's going to affect which are the greediest boreholes after that.

Here are my first three cuts.

25.06.2025 13:05 — 👍 1    🔁 0    💬 1    📌 0
Post image

#ThisWeeksFiddler @xaqwg.bsky.social

Here is "a" solution to the extra credit. Very likely not "the" solution because I could only approximately calculate the volume remaining and couldn't figure out a way to find the greediest cylinder at each step.

I obliterated the sphere in 12 steps. YMMV.

24.06.2025 13:55 — 👍 2    🔁 1    💬 2    📌 0
Post image

#ThisWeeksFiddler @xaqwg.bsky.social

A 10-long river like this one happens only 405 times out of every 1,073,741,824.

27.05.2025 13:41 — 👍 4    🔁 1    💬 0    📌 0
Post image

After some code optimization and more than 8 hours of computer time, I was able to calculate the 7th bipyramid. It took 463 times as long as the time to calculate the 6th bipyramid.

21.05.2025 12:46 — 👍 0    🔁 0    💬 0    📌 0
Post image

Regular: How many distinct paths are there from the top of the rhombus to the bottom if (1) you never visit the same point twice and (2) you move only downward or sideways?

Let's count them up ...

19.05.2025 17:28 — 👍 2    🔁 0    💬 0    📌 0
Post image

#ThisWeeksFiddler @xaqwg.bsky.social

Extra credit: How many distinct paths are there from the top of a triangular bipyramid to the bottom, if (1) you never visit the same point twice and (2) you move only downward or sideways?

Short answer: A lot, especially with larger bipyramids.

19.05.2025 17:25 — 👍 6    🔁 1    💬 2    📌 0
Post image

This is the answer I got.

Somehow I was expecting something simpler.

12.05.2025 20:10 — 👍 1    🔁 0    💬 0    📌 0
Post image

Extra credit: Within the interval (a, b), how likely is it that p4 > p7?

Let c = value of p where p7 = p4.

Then the answer is (b - c) / (b - a).

12.05.2025 20:09 — 👍 2    🔁 0    💬 1    📌 0
Post image

#ThisWeeksFiddler @xaqwg.bsky.social

This chart shows how the likelihood of each series result depends on the probability p of the Celtics winning an individual game.

The likelihood of "Celtics in 5" (blue line) is greater than the likelihood of any other result when p is between 0.6 and 0.75.

12.05.2025 20:07 — 👍 4    🔁 1    💬 1    📌 0
Post image

But what if 2 trees are equally far away, such as (7,4) and (8,1)?

Now the relative size of the gaps depends on the exact visibility. (The tree at (8,1)'s gap is larger 60% of the time.) It doesn't settle one way or the other no matter how large your visibility gets.

29.04.2025 11:33 — 👍 1    🔁 0    💬 0    📌 0
Post image

As your visibility grows, the gaps get smaller but their size relative to each other stays the same.

29.04.2025 11:31 — 👍 1    🔁 0    💬 1    📌 0
Post image

#ThisWeeksFidder @xaqwg.bsky.social

The largest gaps seem to lie on either side of the nearest trees. The nearest tree is at (2,1) and it separates the 2 largest gaps. The next nearest trees are at (3,1), (3,2), (4,1), and (4,3).

The illustration shows gaps when visibility is 100.

29.04.2025 11:29 — 👍 3    🔁 1    💬 1    📌 0
Post image

#ThisWeeksFiddler 28 Mar 2025 EC

There seems to be a pattern for the number of teams that can never win a tournament. If the number of teams in the tournament is 2^k, then the number of teams that can never win is 2^(k-1) - k + 1 (in the general case).

31.03.2025 17:01 — 👍 1    🔁 0    💬 0    📌 0
Post image

#ThisWeeksFiddler 28 Mar 2025

I tried running the tournament with different boost values, namely 0.5, 1.5, 2.5, and 3.5.

Every team won except for the team with power index 3.

31.03.2025 16:59 — 👍 3    🔁 0    💬 1    📌 0
Post image

I got similar results to yours, with first seed's probability of winning bottoming out at k = 12.

25.03.2025 12:42 — 👍 1    🔁 0    💬 2    📌 0

@tomkeith is following 4 prominent accounts