I have two dice, one with m sides (labeled $1,2,...,m$) and one with $n$ sides (labeled $1,2,...,n$). I roll both three times. The $m$-sided one comes up $1, 2, 9$ and the $n$-sided one comes up $7, 7, 8$. Which is higher: the expected value of $m$ or the expected value of $n$? Now compute both expected values and give their approximate value with a $95\%$ confidence interval.
Part (a) of the question seems pretty straightforward and I tried approaching part (b) using MLEs but that didn't turn out too well because the likelihood function of this involves a $n!$ term, namely
$$P(x_1,x_2,...x_n|n)=\frac{n!}{x_1!x_2!...x_n!}\Big(\frac{1}{n}\Big)^{x_1+x_2+...x_n}$$
Any suggestions? Thanks!
From a Bayesian statistics point of view, this is an ill-posed question because you don't have a proper prior distribution on the number of sides of the dice. For example suppose that you know the number of sides is between 2 and 9. Then clearly the first die has higher expected number of sides because it must equal 9, which is the maximum. Since you have to use Bayes rule to appropriately write down the probabilities for this problem, the only "non-Bayesian" way to do it is to basically assume a "flat" prior on the number of sides of the dice, i.e. before you observe the data then each number of sides is equally likely. However that is an improper prior because you would get that each number of sides has arbitrarily small prior probability (basically 0) because there are infinite possibilities and yet the infinite number of prior probabilities must sum to 1. There is no proper flat prior that can accomplish this.