This is a fairly simple kinematic equation problem, which has been made difficult with all the sub-problems.
We can find the instantaneous velocity of an object that is accelerating using the formula
v = vi + at
This is actually the velocity as a function of time. So let's plug in our values and we find the first part of the piecewise function (the initial velocity is 0 because this is a race, and everybody starts from rest).
v(t) = at = 3t
For times after 4 seconds, the sprinter has a constant velocity. We find this velocity by plugging in t=4 into the previous equation.
v(t>4) = 3*4 = 12
So our piecewise function is
3t for t<4
12 for t>=4
Now for part B, we should use our piecewise function to find the values at the given times
v(t=2) = 3*2 = 6 m/s
v(4) = 12 m/s
v(6) = 12 m/s
PART C
This is slightly more complicated. We find the position as a function of time using
s(t) = v0t + (1/2)att
This works for both the times when the runner is accelerating and when he is running at a constant speed. For the constant speed part, we need to make an adjustment.
For 0<t<4 we have
s(t) = 0 + (1/2)3t2
Once the runner has completed this step, we need to know both the position and velocity at 4 seconds. Using our previous position and velocity functions, we find that his position is 24 m, and his velocity is 12 m/s.
His position function after 4 s needs to consider is position at 4s, then go from there. So it should have a value of 24 when t = 4. We shift the velocity like
s(t>4) = 24 + v(t - 4)
This should make sense because when t=4, the position is 24 m, and this is an equation of a line. So our piecewise function is
s(0<4) = 1.5t2
s(t>4) = 24 + 12(t - 4)
For part D, we have actually already found that distance. It is the 24 m that we found earlier.
For part E, we need to be careful again. We know that it took 4 seconds for the runner to go 24 m. Now how long does it take to go the extra 76 m? The runner has a constant velocity of 12 m/s after 4 seconds, so what we want to know is how long it take him to run 76 m at a rate of 12 m/s.
76 m / (12 m/s) = 6.333 seconds
So the total time is 4 + 6.333 = 10.3 s
I hope this helps! Please ask any questions if you have them.