Skip to content
Vamshi Jandhyala

Books

Puzzles
Monthly Mindbenders: Solutions

Monthly Mindbenders: Solutions

Independent solutions to Peter Winkler's Monthly Mindbenders

2026

Read online →

Independent solutions, verified in code, to Peter Winkler's Monthly Mindbenders for the National Museum of Mathematics. Each chapter states the problem with attribution, solves it from scratch, and closes with the program that confirms the answer. The problems reward one clean idea rather than machinery, which is what makes them worth writing up.


A working draft, one chapter a month. Seven so far, from January to July 2026: a ladybug on a clock face, bacteria that cannot escape a box, two subsets with the same sum, ten points under disjoint disks, fifty strings tied at random, a hundred random chords, and six dice showing four distinct faces. The pleasure of the column is how often the right weighting or the right symmetry replaces a calculation entirely. The bacteria are trapped by giving the point (x,y)(x,y) weight 2(x+y)2^{-(x+y)}; the ladybug’s answer is 1/111/11 because on a cycle every vertex except the start is equally likely to be last.

Found an error? Let me know and I will correct it.