Background
I'm trying to improve my understanding of the relationship between marginal and joint pdfs for calculating specific probabilities.
The Problem
$X$, $Y$, $Z$ are independent and uniformly distributed $(0,1)$.
What is $P(X>YZ)$?
My question
The book solution is below, but I'm wondering if I can solve this with the marginal distribution of $X$ alone.
The marginal pdf of $X$ is $f_X(x) = 1$
In theory with $f_X(x)$ I can calculate any probability for $X$. I believe that is the whole point of having a pdf for a random variable.
Therefore:$$P(X>YZ) = \int_{YZ}^{1}dx$$
$$=1-YZ$$
But this definitely isn't the right answer (which as you see below is $3/4$).
The book solution makes complete sense to me.
My question is why can't we get the answer from the marginal pdf of $X$? Shouldn't a marginal pdf for a RV answer all probability statements for that RV?
Thanks for your help and patience!
Book Solution
