An alternate way to solve this initial value problem is with the Laplace transform, which turns the differential equation into an algebraic one. Let $P(s)$ denote the Laplace transform of $p(t)$.
Taking the Laplace transform of both sides of $\dfrac{dp}{dt} + 0.1p = e^{-0.1t}$, and using $\mathcal{L}\{dp/dt\} = sP(s) - p(0)$ and $\mathcal{L}\{e^{-0.1t}\} = \dfrac{1}{s+0.1}$:
\[ sP(s) - p(0) + 0.1P(s) = \frac{1}{s+0.1} \]Substitute $p(0) = 20$ and group the $P(s)$ terms:
\[ (s + 0.1)P(s) = 20 + \frac{1}{s+0.1} \]Divide through by $(s+0.1)$ to isolate $P(s)$:
\[ P(s) = \frac{20}{s+0.1} + \frac{1}{(s+0.1)^2} \]This is now a sum of two standard Laplace transform pairs. Recall that $\mathcal{L}^{-1}\left\{ \dfrac{1}{s+a} \right\} = e^{-at}$ and $\mathcal{L}^{-1}\left\{ \dfrac{1}{(s+a)^2} \right\} = t\,e^{-at}$. Applying these with $a = 0.1$:
\[ p(t) = 20\,e^{-0.1t} + t\,e^{-0.1t} = (t + 20)\,e^{-0.1t} \]This matches the general solution obtained by other methods, confirming it is correct. Now evaluate at $t = 10$:
\[ p(10) = (10 + 20)\,e^{-1} = 30\,e^{-1} \approx 30 \times 0.3679 = 11.04 \]Let's summarize:
$p(10) \approx 11.0\ \mu g/dL$.