We write the series as
$$ \sum_{k=1}^{N} (x+k)a^k = x\sum_{k=1}^{N} {a^k}+ \sum_{k=1}^{N} {k}{a^k} \longrightarrow (1). $$
You can use the identity
$$ \sum_{k=1}^{N} t^k = \frac{t^{N+1}-t}{t-1} \longrightarrow (*)$$
to sum the series in $(1)$.
Added: The first series in $(1)$ is straightforward just substitute $t=a$ in $(*)$ as
$$ x\sum_{k=1}^{N} {a^k} = x\frac{a^{N+1}-a}{a-1} .$$
For the second series you just need to differentiate $(*)$ as
$$ \sum_{k=1}^{N} kt^{k-1} = \frac{d}{dt}\frac{t^{N+1}-t}{t-1}. $$
Multiplying the above equation by $t$ yields
$$ \sum_{k=1}^{N} kt^{k} = t\frac{d}{dt}\frac{t^{N+1}-t}{t-1}. $$
It is your job to do the differentiation and then substitute $t=a$.