Given:
Position function of a particle:
\[
x(t) = t^3 - 6t^2 + 20t + 15
\]
We are to find the **velocity** when the **acceleration becomes zero**.
Step 1: Find velocity as the first derivative of position
\[
v(t) = \frac{dx}{dt} = 3t^2 - 12t + 20
\]
Step 2: Find acceleration as the derivative of velocity
\[
a(t) = \frac{dv}{dt} = 6t - 12
\]
Step 3: Set acceleration to zero to find the time
\[
6t - 12 = 0 \Rightarrow t = 2 \, \text{seconds}
\]
Step 4: Find velocity at \( t = 2 \)
\[
v(2) = 3(2)^2 - 12(2) + 20 = 12 - 24 + 20 = 8 \, \text{m/s}
\]
Final Answer:
The velocity when acceleration becomes zero is \( \boxed{8} \, \text{m/s} \).