Given Y = Log X
and X follows the uniform distribution from 1 to 10, what is Pr(Y > 0.6)?
I have calculated that
X~N(5.5,2.87)
Pr(Y>0.6)
= Pr(Log X> 0.6)
= Pr ( X > 10^(0.6))
= Pr ( X > 3.98)
.
.
.
=0.7
Is my answer correct ?
Actually, when X follows normal distribution, then Y also follows normal distribution right ?
but this time is Y = log x, I am really confused by if Y follows lognormal distribution or not ?
thx :)