An object which moves with a positive value of uniform acceleration travels distance $s$ for time $t$. What is the distance does the object move for the last $\dfrac{3}{4}$ portion of the aforementioned time?
Let $s_0 = 0$, since knowing the initial displacement from the origin is irrelevant.
We have that $t = \dfrac{2s}{v_0 + v}$, $t' = \dfrac{2s'}{v_0 + v'}$ and $t = 4t'$
(where $v$ and $v'$ are the velocities at time $t$ and $t'$, when the object reaches distances $s$ and $s'$).
$$ \iff \frac{s}{v_0 + v} = \frac{4s'}{v_0 + v'} \iff v_0(4s' - s) + (4s'v - sv') = 0 \iff v_0 = -\frac{4s'v - sv'}{4s' - s}$$
Plugging the previous equation, we have that $t = 4t' = \dfrac{2(4s' - s)}{v' - v}$.
Furthermore, it is true that $v^2 = v_0^2 + 2as$ and $v'^2 = v_0^2 + 2as' \implies v' - v = \dfrac{2(s' - s)}{v + v'}$
(where $a$ is the object's acceleration).
$\implies t = 4t' = \dfrac{(4s' - s)(v' + v)}{s' - s}$
And that's all I could do.
The distance moved by an object with initial velocity $u_0$ and uniform acceleration $a$ in time $t$ is $$s=u_0t+\frac{1}{2}at^2$$
In this case you are given $s$ and $t$, but not $a$ or $u_0$ and you are asked to find the distance travelled between time $t/4$ and $t$. If you knew one of $a,u_0$ you could find the other. It is easier to take $a$ as the unknown rather than $u_0$, so we have $$u_0=\frac{2s-at^2}{2t}$$
Using the same formula for but with time $t/4$ you get for the distance $s'$ travelled between time 0 and time $t/4$:
$$s'=\frac{u_0t}{4}+\frac{1}{2}\ a\ \frac{t^2}{16}=\frac{8s-3at^2}{32}$$ So the distance travelled between $t/4$ and $t$ is $$\frac{24s+3at^2}{32}$$