<t>For the expected number of rolls:The probability of not winning up to roll N is C(n-1, N) / n^N where C(a,b) denotes "a choose b". The reason for this value is that X(1), ..., X(N) must form an increasing sequence and none of them can be 1, otherwise the game would end. Letting L(N) = Probability...