Let $X$ be a discrete random variable (r.v) whose range is the set of non-negative integers. Let the probability mass function (PMF) of $X$ be: $PX(i)=P[X=i]=kp^i, s.t. i = 0, 1, 2, ...$ where $p \in (0,1)$ is a given parameter.
A) Find the constant k.
B) Find the conditional PMF $PX(n|X>2)$, defined as $P[X=n|X>2]$. Then find the probability that $X$ is smaller than $5$, given that $X$ is larger than $2$.
I could solve A to find that $k=(1-p)$, however I am a bit confused about B. Elaborated solutions are much appreciated.