lim((g(x)*sin(2x)+e^(2*x)-1)/x),x->0,lim g(x)=5,x->0 without using L'Hospital's rule
When x → 0, sin(2x) → 2x and e^(2x) → 1 + 2x so (g(x)*sin(2x) + e^(2x) - 1)/x → (5*2x + 1 + 2x - 1)/x → 12x/x → 12
Thanks