I apologize in advance because I feel like this problem is fairly simple but I can't seem to figure out what the formula would be.
Essentially, if I had an object that were traveling 60cm/second, but had an inverse force applied to it of -60cm/second, how would I calculate how much distance it would travel in 1 second before it stopping? (Ignore factors such as wind resistance, gravity, etc. Only account for velocity of the object, time, and the inverse force applied to it).
Your object has a speed of $(60-60t)$ cm/sec. At what time is the speed zero? Now integrate the velocity from $0$ to this time to find the displacement.