Calculate $\det(A)$ and $\det(A)^5$: $$A= \begin{bmatrix}a&a&a&a\\a&b&b&b\\a&b&c&c\\a&b&c&d\end{bmatrix}$$
I found $\det A$ with Laplace expansion: $$a(-abc+b^2c+a c^2-b c^2+a b d-b^2 d-a c d+b c d) .$$ But how can I determine $\det A^5$ easily/fast? I know that there is the possibility to use $\det(A^5)=\det(A)^5)$, but this is too long for given time to resolve the problem.
Of course $\det (A^5) = (\det A)^5$ is just the fifth power of the expression you produced, but notice that we can also factor the given expression as $$\det A = a (b - a) (c - b) (d - c) ,$$ which one can also produce quickly by row reducing $A$ to an upper triangular matrix.