Two random variables X and Y have the following joint pdf: $$f_{X,Y}(x,y)\begin{cases}10x^{2}y & 0<x<1,0<y<x\\0 & \text{otherwise}\end{cases}$$
I am asked to find the marginal pdf of $X$, followed by the conditional pdf of $Y$ given $X=x$, and finally to evaluate $\Pr(X+Y\geq1)$.
So far, I've managed the following (and am hoping it is correct):
For the marginal pdf of $X$, \begin{align*} f_{X}(x)&=\int_{-\infty}^{\infty}f_{X,Y}(x,y)\;dy\\ &=\int_{0}^{x}10x^{2}y\;dy\text{ [do I integrate from 0 to $x$ here?]}\\ &=10x^{2}\frac{y^{2}}{2}\bigg|^{y=x}_{y=0}\\ &=5x^{4} \end{align*}
Assuming that the above is correct, for the conditional pdf of $Y$ given $X$, I have: \begin{align*} f_{Y|X}(y|x)&=\frac{f_{X,Y}(x,y)}{f_{X}(x,y)}\\ &=\frac{10x^{2}y}{5x^{4}}\\ &=\frac{2y}{x^{2}} \end{align*}
I'm not sure whether the above is correct, and any help would be appreciated if I have any errors in my understanding. But I am not sure at all how to proceed with $\Pr(X+Y\geq1)$. I've noticed this question seems relevant but the contents within are pretty much new to me and the mathematics involved is a little bit too advanced for my level (I'm only first-year under-grad).