Looks like a fine l'Hopital's rule question. We have an indeterminate form 0/0, so we differentiate:
(3e^(3x) - 3) / 2x
Same deal, we have a 0/0 form, so we differentiate again:
9e^(3x) / 2
Taking the limit, we get the limit 9/2. Alternatively, we can interpret e^(3x) by its Maclaurin series, which is:
e^(3x) = 1 + 3x / 1! + 9x^2 / 2! + 27x^3 / 3! + ...
So the expression in the limit is:
[(1 + 3x + 9x^2 / 2 + 27x^3 / 6 + ...) - 1 - 3x] / x^2
= [9x^2 / 2 + 27x^3 / 6 + ...] / x^2
= 9 / 2 + 27x / 6 + ...
Taking the limit as x approaches 0, we get 9 / 2 as before.