Let $p=P(X+Y\geq t)$ and $t\in \Bbb R$.
Question: Using the classic Monte Carlo method, find an estimator $p_n$ of $p$ using $F^{-1}_X$ and $F^{-1}_Y$
Attempt: I defined $$Z=X+Y$$ then I expressed $$p=1-P(Z \lt t) =1-\Bbb E(\unicode{x1D7D9}_{z<t}) $$ but I didn't know where to go from here, how am I supposed to use $F^{-1}_X$ and $F^{-1}_Y$ to get the expression of the estimator?