This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Carl
mathowitz.bsky.social
did:plc:jlgcoealqhxepv5fjp7caxlm
Various ways of regrouping....
(2*5)*(2*5)*(3*3)
10*10*9
100*9
or
(2*2)*(5*5)*(3*3)
4*25*9
100*9
or
(2*3*5)^2
(6*5)^2
30^2
2025-08-18T18:32:00.009Z