A stone dropped from the top of a tower is found to travel $5/9$ of the height of the tower during the last second of the fall. The time of fall is?
Let $T$ be the time it takes for the stone to reach the ground and $h$ be the height of the tower. $$h=5T^2.$$
Let the distance covered in $T-1$ seconds be $x$. $$x=5(T-1)^2,$$ as $g=10$.
Since $h-x$ is the distance covered in the last second$=5/9$ $$\frac 59 = 5(T^2-T^2-1+2t) \\ \frac 19 = 2T-1 \\ 18T=10 \\ t= \frac 59$$ And it’s the wrong answer. I can’t seem to point what’s going wrong, so I could really use some help with that.
The height covered the last second isn't $\frac 59\approx 0.56$. It's 5/9 of the height of the tower, i.e. $\frac59h$.
Using that, we get $$ \frac59h = \frac{25}9T^2 = 5(T^2-T^2+2T-1) $$ which may be solved like a regular quadratic equation. It has two solutions, as many quadratic equations do. One may be discarded because it says the ball has travelled less than a second (although it can be fun to think about what that solution means), while the other solution is the answer you're looking for.