Given that the distance from the origin O to center C is equal to k, we need to find the radius of the circle in terms of k.
Since the circle is tangent to both axes, the radius will be the length of the line segment from the center C to either of the points of tangency on the axes.
Let's consider the point of tangency on the x-axis as A. Since the circle is tangent to the x-axis, the radius and the y-coordinate of point C will be equal.
Now, we have a right triangle OCA, with OC as the hypotenuse (length k) and AC as one of the legs (radius of the circle).
Applying the Pythagorean theorem, we have:
k^2 = AC^2 + OA^2
Since AC is the radius of the circle and OA is the distance from the origin to the point of tangency on the x-axis, which is equal to the radius of the circle as well, we can rewrite the equation as:
k^2 = AC^2 + AC^2
2AC^2 = k^2
AC^2 = k^2 / 2
Taking the square root of both sides, we have:
AC = sqrt(k^2 / 2) = k / sqrt(2)
Therefore, the radius of the circle is equal to AC, which is k divided by the square root of 2.
Hence, the correct answer is (B) k/√2.