The following are some formulas that have you may find useful in solving problems.
If you want to count the sum of numbers 1, 2, 3, ... n, you can use the formula:
sum = (n * (n + 1)) / 2
distance_final = distance_initial + (velocity * time) + (acceleration * time * time)
velocity_final = velocity_initial + acceleration * time