If $X$ is any random variable, and if $Z=\dfrac{X-\mu}{\sigma}$, then are the following true or false:
- The mean of $Z$ is always $0$, regardless of the distribution of $X$.
- The variance of $Z$ is always $1$, regardless of the distribution of $X$.
- $Z$ is always normally distributed, regardless of the distribution of $X$.
I ran some quick calculations, and I'am persuaded that the first two statements are true. For statement #3, my intuition says the answer is false, but I don't really know how to formulate an answer.
Is this a central limit theorem type question?
For (1): Subtracting the mean from X will result in E(x-E(x)) = E(x) - E(x) = 0
For (2): Proof by counter-example (similar to the answer above)
For (3): Proof by counter-example (as comment above), take X as the Uniform distribution for example.
Multiplying X by 1/(sigma) and subtracting (mu)/(sigma) does not make X normal.