We split the integral at \( x = 3 \) as the absolute value function has a break point at \( x = 3 \):
\[
\int_{-3}^{5} |x - 3| \, dx = \int_{-3}^{3} -(x - 3) \, dx + \int_{3}^{5} (x - 3) \, dx
\]
Evaluating each integral:
\[
\int_{-3}^{3} -(x - 3) \, dx = \int_{-3}^{3} (-x + 3) \, dx = 9
\]
\[
\int_{3}^{5} (x - 3) \, dx = \int_{3}^{5} (x - 3) \, dx = 11
\]
So, the total value of the integral is:
\[
9 + 11 = 20
\]