$A=(a_{ij})_{nxn}$
$ a_{ij},u_{i} \ \in F $
Prove:
$\det\begin{pmatrix}u_{1}a_{11}& u_{2}a_{12}&...& u_{n}a_{1n}\\ a_{21}& a_{22}& ...& a_{2n}\\ ...&...&...&...\\ a_{n1}& a_{n2}& ...& a_{nn}\end{pmatrix} +\det\begin{pmatrix}a_{11}& a_{12}&...& a_{1n}\\ u_{1}a_{21}& u_{2}a_{22}& ...& u_{n}a_{2n}\\ ...&...&...&...\\ a_{n1}& a_{n2}& ...& a_{nn}\end{pmatrix}+...+\det\begin{pmatrix}a_{11}& a_{12}&...& a_{1n}\\ a_{21}& a_{22}& ...& a_{2n}\\ ...&...&...&...\\ u_{1}a_{n1}& u_{2}a_{n2}& ...& u_{n}a_{nn}\end{pmatrix} =(u_{1}+...+u_{n})\det(A) $
I tried to evaluate each determinant by the row with the scalars, but coudln't get anywhere with that.
Any ideas?
Your idea is good. Use cofactor expansion of the determinant along the row containing $u_j$ and exchange the summation indices:
$$\sum_{i=1}^n\sum_{j=1}^n u_ja_{ij}C_{ij}=\sum_{j=1}^n\sum_{i=1}^nu_ja_{ij}C_{ij}=\sum_{j=1}^nu_j\sum_{i=1}^na_{ij}C_{ij}=\sum_{j=1}^nu_j\det(A)=\det(A)\sum_{j=1}^nu_j$$
where $C_{ij}$ is the cofactor.