When it's something simple like limit(x-a), x=>infinity, then sure, the value of a is not significant for very large values of x. However, that's not the case here because the function is a rational being raised to the power of x as well.
If you think about it, for values of a >= 0, (x+a)/(x-a) is always going to be >= 1, which means 1 and some remainder value.
If you know already that limit(1 + 1/x), x=> infinity = e, it's a matter of getting what you have into a similar expression. Think about how you can re-express the numerator to get that form.