I'm assuming that you are looking for the position of a particle on any given time t.
What you have to do is to integrate a(t) twice:
a(t) = 2t + 5
v(t) = ∫a(t) dt = ∫(2t + 5) dt = t2 + 5t + C1
Given: v(0) = 7,
v(0) = (0)2 + 5(0) + C1 = -7
C1 = -7
The velocity at any given time is:
v(t) = t2 + 5t - 7
s(t) = (1/3) t3 + (5/2) t2 - 7t + C2
Given: s(0) = 7
s(0) = (1/3) (0)3 + (5/2)(0)2 - 7(0) + C2 = 7
C2 = 7
Therefore the position of the particle at any given time is:
s(t) = (1/3) t3 + (5/2) t2 - 7t + 7