I have the following problem:
The time T until a new light bulb burns out is an exponential random variable with parameter A. Ariadne turns the light on, leaves the room, and when she returns, t time units later. finds that the light bulb is still on. which corresponds to the event A = {T > t}. Let X be the additional time until the light bulb burns out. What is the conditional CDF of X. given the event A?
(from Introduction to Probability,2nd edition, by Dimitri P. Bertsekas and John N. Tsitsiklis )
What I did to solve the problem is the following:
$Conditional$ $CDF$ $of$ $X$ $=\mathbb P(X<=x|A)=\mathbb P(T<=t+x|T>t)=$
$\mathbb P(T<=t+x$ $and$ $T>t|T>t)$ and after some calculations with $CDF$s I got the result:
$\cfrac {e^t-e^x}{e^t}$.
However, I looked in the book and they have a different solution to the problem. They found the following:
$\mathbb P(X>x|A)=\mathbb P(T>t+x|T>t)=...=e^{-\lambda x}$.
So, my question is this:
The problem clearly asks for the conditional cumulative distribution function of X, which I know to be $\mathbb P(X<=x|A)$, right? Because the definition of a $CDF$ is $\mathbb P(X<=x)$ and we use an integral to calculate it. But in their solution, which is obviously the correct one, they calculated $\mathbb P(X>x|A)$, not $\mathbb P(X<=x|A)$. But from what I know that is not the $CDF$. So why did they calculate that and not what I did?
Note that $$ \mathbb{P}[X \le x|A] = 1-\mathbb{P}[X>x|A], $$ so in terms of information, the two are equivalent, but computing one is very often much easier than the other one. They took a shortcut for quick computations.