$f(n)=β^n+α^n$ then $$ \begin{vmatrix} 3 & 1+f(1) & 1+f(2) \\ 1+f(1) & 1+f(2) & 1+f(3) \\ 1+f(2) & 1+f(3) & 1+f(4) \\ \end{vmatrix} $$
I don't quite understand which property of determinant can we use here? i tried using linear property but i did not get the required answer.
You just do not need to calculate $f(n)$ where $n$ is $1,2,3,4$ and substitute it in the matrix?
$f(1)$ for example should be $\beta + \alpha$