Let $X_i$ be exponential with rate $r$, what is the distribution of $\min{\{X_1,X_2-c\}}$ for c>0,<0?
let $g$ be the pdf of $\min{\{X_1,X_2\}}$. is it along the lines of $\frac{g(x) + g(x+c)} {2}$ ?
Let $X_i$ be exponential with rate $r$, what is the distribution of $\min{\{X_1,X_2-c\}}$ for c>0,<0?
let $g$ be the pdf of $\min{\{X_1,X_2\}}$. is it along the lines of $\frac{g(x) + g(x+c)} {2}$ ?
A r.v. with exponential distribution with rate $\lambda$ has pdf $f(x)=\lambda\exp{(-\lambda x)}$ and cdf $F(x)=1-exp{(-\lambda x)}$.
According to this wiki page on order statistics, if you have $n$ r.v.s with $f$ and $F$, then the minimum has pdf $n(1-F(x))^{n-1}f(x)$.
For $n=2$, this is derived as follows. Let $Y=\min\{X_{1},X_{2}\}$, where $X_{1}$ and $X_{2}$ are i.i.d.. Then $\mathbb{P}[Y\leq y]=\mathbb{P}[\min\{X_{1},X_{2}\}\leq y]=1-\mathbb{P}[\min\{X_{1},X_{2}\}\geq y]=1-(1-F(y))^{2}$.
Finally, when $X$ is exponential then $X-c$ where $c$ is constant just shifts the support. Given this, you can fill in the details.