I need help to solve the following problems. Thank you in advance.
Problem 1:
A random variable $X$ is uniform $[0, 1]$. Find the probability that X's 2nd digit is $3$.
As far as I understand it is continuous uniform distribution. Each digit has $1$ chance in $10$ of being a $3$. Does it mean that the probability of X’s second digit being 3 is $1/10$? Can you check and confirm it?
Problem 2:
A random variable $X$ is uniform $[0, 3]$. Find the probability that X's first and/or second digit is $2$.
As I understand, the first digit has $1$ chance in $3$ of being a $2$, 2nd digit $1$ chance in $10$ of being a $2$. Avoiding both has probability $(2/3) (9/10)$. Contrary event $1− (2/3) (9/10)$. Am I correct? If so, eventually what is the probability that X's first and/or second digit is $2$. Maybe I am dumb and don’t get it, can someone help me?
For problem 1, the only way that the second digit of $X$ can be equal to $3$ is if $X$ belongs to one of the following intervals: $[.03,.04),[.13,.14),[.23,.24),[.33,.34),\ldots,[.93,.94)$. The probability of this happening is the sum of the lengths of these intervals, which is $.01 \times 10 = .1$. This confirms your intuition that the probability is $1/10$.