Geometric rv and exponential rv question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
nacho-man
Messages
166
Reaction score
0
Please refer to the attached image.for part
a) this is what i did:

$G = k$, $k-1< X < k$

so I substituted $k-1$ and $k$ into the given exponential rv,

this gave me

$\lambda e^{-\lambda(k-1)}$ and $\lambda e^{-\lambda k}$
$= \lambda e^{-\lambda(k-1)} + \lambda e^{-\lambda k}$
But I feel like I am on the wrong track.

This question is really hard for me to comprehend, could someone water it down for me a bit, or help me out?

Thanks in advance!
 

Attachments

  • mth2222 midsemq.png
    mth2222 midsemq.png
    8.7 KB · Views: 114
Physics news on Phys.org
To find $P(k-1\le X<k)$ where $X$ has exponential distribution, you need to subtract the values of CDF, not PDF:
\[
P(k-1\le X<k)=F(k)-F(k-1) =(1-e^{-\lambda k})-(1-e^{-\lambda (k-1)})
\]
After canceling 1's, factor out $e^{-\lambda(k-1)}$.