The question I had was
Find the Laplace transform of $$f(t)=10e^{-200t}u(t).$$
Would it be correct to take out the $10$ because it is a constant, find the Laplace transform of $e^{-200t}$ and then multiply it by the Laplace transform of $u(t)$ to obtain a final answer of $$10\left(\frac{1}{s+200}\right)\left(\frac1s\right).$$ The $u(t)$ is what is really confusing me in this problem.
There is an extra $1/s$ in your final formula. Let $f(t) = a e^{-b t} u(t)$ with $a,b \in \mathbb{R}$ (I'm assuming your $u(t)$ is the Heaviside step function). Then
\begin{align} (L f)(s) &= \int_0^\infty f(t) e^{-s t} \mathrm dt = \int_0^\infty a e^{-b t}e^{- st} u(t)\mathrm dt \\ &= a \int_0^\infty e^{-(b+s)t} \mathrm dt = \frac{a}{s+b}. \end{align} The region of convergence is $s \in \mathbb{C}: \operatorname{Re}(s) > -b$.