One of my sons asked an interesting question: what number raised to itself equals to 25? In other words, he wanted to find X such that X^X = 25.
I decided to write a simple program (no GAI for a change, just vintage coding) to do that. The key observations here are:
1/ X^X is continuous in the real domain
2/ It grows monotonically
3/ It grows very fas...