The total number of ways to arrange the five digits \( 1, 2, 3, 4, 5 \) without repetition is:
\[
5! = 5 \times 4 \times 3 \times 2 \times 1 = 120
\]
Now, we want to find the probability that the digits 1 and 5 are always together. To solve this, we can treat the pair \( 1, 5 \) as a single "block," so we have the following elements to arrange:
\[
(1,5), 2, 3, 4
\]
Thus, we have 4 elements to arrange, which can be done in \( 4! \) ways:
\[
4! = 4 \times 3 \times 2 \times 1 = 24
\]
Within the "block" \( (1,5) \), the digits 1 and 5 can be arranged in \( 2! \) ways:
\[
2! = 2 \times 1 = 2
\]
So, the total number of favorable outcomes is \( 4! \times 2! = 24 \times 2 = 48 \).
The probability is given by the ratio of favorable outcomes to the total number of outcomes:
\[
\text{Probability} = \frac{48}{120} = \frac{2}{5}
\]
Thus, the probability that the numbers 1 and 5 are always together is \( \frac{2}{5} \).