← Back to Test

Problem 5 - Olympiad

A particle is moving with an initial velocity of 10 m/s and accelerates uniformly at 2 m/s^2 for 5 seconds. What is the final velocity of the particle?

Correct: C

The final velocity of the particle can be calculated using the formula v = u + at, where v is the final velocity, u is the initial velocity, a is the acceleration, and t is the time. Given u = 10 m/s, a = 2 m/s^2, and t = 5 seconds, we can calculate v = 10 + (2 * 5) = 10 + 10 = 20 m/s.