The perpendicular distance from a point \( P(a, b, c) \) to the y-axis is defined. The y-axis in 3D space consists of points where \( x = 0 \) and \( z = 0 \). Consequently, the distance from \( P(a, b, c) \) to the y-axis is equivalent to the distance of \( P \)'s projection onto the \( xz \)-plane from the origin.The general formula for the distance of a point \( (x, y, z) \) to the y-axis in three dimensions is:\[\text{Distance} = \sqrt{x^2 + z^2}.\]For the specific point \( P(a, b, c) \), its \( x \)-coordinate is \( a \) and its \( z \)-coordinate is \( c \). Substituting these values yields:\[\text{Distance from y-axis} = \sqrt{a^2 + c^2}.\] Thus, the correct answer is (C) \( \sqrt{a^2 + c^2} \).