MHB Understanding Uniform Random Variables: Comparing $X$ and $Y = 1-X$

AI Thread Summary
The discussion focuses on the properties of two uniform random variables, $X \sim U(0,1)$ and $Y = 1 - X$. The participants analyze several statements regarding their distributions, expectations, and relationships. It is established that $F_X(u) = u$ for $0 \leq u \leq 1$, leading to the conclusion that $Y$ also follows a uniform distribution, $Y \sim U(0,1)$. The expectation $E(X + Y)$ is noted to equal 2, confirming that both variables are valid random variables. The conversation emphasizes the importance of understanding the underlying theory while tackling practical problems in probability.
Francobati
Messages
20
Reaction score
0
Let $X\sim U(0,1)$ and define $Y=1-X$. What statement is TRUE?
(1): $F_{X}(u)\neq F_{Y}(u)$, for every $u\epsilon \left [ 0,1 \right ]$;
(2): $Y$ is not a rv;
(3): $E(X+Y)=2$;
(4): $Y\sim U(0,1)$;
(5): none of the remaining statements.
 
Physics news on Phys.org
Hi Francobati,

I am glad to find your interesting statistics questions! On MHB we always want you to give some kind of explanation of what you have tried. We are not a site that just "gives answers". So when you make a new thread it is best to always show what you have tried or what you know about the topic. This helps others see where you are stuck and how to best help.

So all of that said, what have you tried? What do you think about (3) for example?
 
Hello. Many thanks. You are absolutely right. I am studying probability, I am trying to read the theory, but unfortunately for the exercises and the applications I need somebody routes, I addresses, because the practice is very different from the theory and is at the same time useful to better understand the theory.
 
A good strategy is to check each statement separately. If $X \sim U(0,1)$ then it's distribution function $F_X$ is given by:
$$F_X(u) = \left \{ \begin{array}{lll} 0, \quad u <0 \\ u, \quad 0\leq u \leq 1 \\ 1, \quad u > 1 \end{array} \right.$$
(1): use the fact that $F_X(u) = \mathbb{P}(X \leq u)$. Therefore, $F_Y(u) = \mathbb{P}(Y \leq u) = P(1-X \leq u) = \ldots$.
(2): you can make use of statement (1)
(3): since $Y = 1-X$ it follows that $X+Y = \ldots$?
(4): again, make use of statement (1)
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top