To find the distance between two points, we use the distance formula. The distance between points \((x_1, y_1)\) and \((x_2, y_2)\) is given by:
\(d = \sqrt{{(x_2 - x_1)^2 + (y_2 - y_1)^2}}\)
Given points are \((1, 2)\) and \((4, 6)\).
\(d = \sqrt{{(4 - 1)^2 + (6 - 2)^2}}\)
\(d = \sqrt{{3^2 + 4^2}}\)
\(d = \sqrt{{9 + 16}}\)
\(d = \sqrt{25} = 5\)
Thus, the distance between the points \((1, 2)\) and \((4, 6)\) is 5. Therefore, the correct answer is 5.