I've been stuck on this question for a while.
{$U_{i}$ iid, Uniform(0,1)
$V_{n} = \prod_{1}^{n} U_i$, n = 1, 2,...
$N = \min \{k: V_k < 0.1\} $
Find the distribution of $N$
I know that this is supposed to be related somehow to a poisson distribution based off of other things that I have learnt, but that was with the summation of uniform distributions, not the product. I honestly just don't know where to begin. Any help would be very much appreciated!