Given two random 9-digit numbers (with the standard assumptions), what is the probability that the sum of their digits match?
I saw this, and it seemed extremely relevant.
Also, how does the answer change if we work in different number systems, or allow for "digits" which range from 35 to 54 (e.g., 38 is allowed to be a digit)?
Edit for context: My motivation is strictly intellectual curiosity. My first attempt to solve this problem didn't get very far; I thought the answer might be solved by simple counting and elementary probability. The fact that we are working with sums, and not just the digits themselves though, seemed to complicate things for me. I linked a thread because the general topic of my question (about the sums of digits of random numbers) is directly addressed in that thread (but my exact question is not), showing that I did research and am trying to in good faith spur discussion. I think my question is interesting enough to warrant a thread despite me being clueless (for the most part) as to how to proceed.