I want to find the inverse transform of $$\frac{1}{(2s-1)^3}$$
I first applied a shifting theorem to get $$(e^t)\mathcal{L}^{-1}\left( \frac{1}{(2s)^3} \right)$$
I am just wondering is it possible to take the 2 out from here so it becomes
$$\frac{1}{8}(e^t)\mathcal{L}^{-1}\left( \frac{1}{s^3} \right)$$
Any feed back would be much appreciated
I'm busy, what's this all about? (Tl;dr) You have a small calculation error, but yes, you would be able to do it because $\mathcal{L}^{-1}$ is a linear operator.
Let's take a step back and think about what we are doing, shall we? :)
One of the Laplace transform properties is that
$$\mathcal{L}^{-1} (F(s-a)) = e^{at} \mathcal{L}^{-1}(F(s)).$$
This is great. Let's apply this in our case. We find that the root is $a = \frac{1}{2}$. Oops! This means that what you really have is that
$$e^{\frac{1}{2}t} \mathcal{L}^{-1} \left( F(s) \right).$$
But what is $F(s)$? Let's rewrite it:
$$\frac{1}{(2s-1)^3} = \frac{1}{\left( 2 \left( s - \frac{1}{2} \right) \right)^3} = \frac{1}{8} \frac{1}{\left( s - \frac{1}{2} \right)^3}.$$
Hence the answer is
$$\mathcal{L}^{-1} \left( \frac{1}{(2s-1)^3} \right) = \frac{1}{8} e^{\frac{1}{2}t} \mathcal{L}^{-1} \left( \frac{1}{s^3} \right).$$