As x approaches one, the limit of f of x is 6, the limit of g of x is 8, and the limit of h of x is 10. What is the limit as x approaches one of the function f + g times h?
So WLOG I just set $f(x) = 6/x$, $g(x) = 8/x$ and $h(x) = 10/x$.
Then, $(f + g) * h$ = $\frac{10}{x} \cdot (\frac{6}{x} + \frac{8}{x}) = 140/x^{2}$
So $\lim_{x\to 1} 140/x^{2} = 140$. So my answer is $140$
But the correct answer is $86$. Why??
But $(f+g) \cdot h \ne f+g \cdot h$ and they're asking:
Also: there's no need to invent functions satisfying the given limits; but if you want to, don't make it more difficult than necessary: the constant functions $6$, $8$ and $10$ do the trick!