From the given information above. I'm able to derive that
$f(x) = \cfrac{1}{10}$ from $0\leq x \leq 10$ and $f(y) = \cfrac{1}{5}e^{\cfrac{-1}{5}y}$ for $0 < y$
I think since they're asking for P(X < Y) it's safe to assume that X and Y are independent (is this a fair assumption?) so $f(x,y) = \cfrac{1}{50}e^{\cfrac{-1}{5}y}$ for $0 \leq x \leq 10$ and $0 < y$
so $P(X < Y) = \int_0^{\infty}\int_0^y\cfrac{1}{50}e^{\cfrac{-1}{5}y}dxdy = \cfrac{1}{2}$
Have I understood and done this problem correctly?
Simulation. Checking your result with a simulation in R, with a million realizations of each random variable. With a million iterations, we should approximate $P(X < Y)$ correct to two or three places.
So $P(X < Y) = 0.433 \pm 0.001,$ It is hard to believe the answer is $1/2.$
Analytic method. In an analytic approach, you might do a bivariate transformation of $(X,Y)$ to $(V, X)$ and find the marginal distribution of $V,$ where $V = Y - X,$ and thus $P(Y > 0).$ Here is a histogram of the simulated distribution of $V.$ [Because this seems to be a textbook question, I'll leave the transformation and its Jacobian to you.]
Graphs from simulation. I hope the graphs below will be helpful.
The scatterplot below suggests the joint distribution of $(V,X),$ using only 20,000 pairs for clarity. Perhaps you will want to find the distribution of $V$ using two integrals.