In general, given $2$ independent distributions $X$ and $Y$, how can I solve for probability $\mathbb{P}Y>X$?
E.g. if $X$ and $Y$ are both standard normal, I can use a geometric and symmetric argument to get $\mathbb{P}(Y>X)$ is $0.5$. The analytical answer here is specific to normal though.
What if:
1: $Y$ is triangular (sum of two $\text{Uniform}(0,1)$) and $X$ is uniform?
2: $Y$ is standard normal and $X$ is uniform?
EDIT:
Thanks for the answers below. Just a follow up regarding the two specific examples above: are there any simpler arguments to solve them, say geometry, without going through the integral? Thanks!