Let $A$ be a $3 \times 3$ real matrix with all $0\le a_{ij} \le 1$.
Show that $\det(A) \leq 2$ and find such matrices with $\det(A) = 2$.
Let $A$ be a $n \times n$ matrix with all $0\le a_{ij} \le 1$.
Estimate precisely a maximum possible value of $\det(A)$.
I would like to try and solve this problem without the usage of the permutation formula for the determinant.
Edit 3: This hint might not be the best way to approach the problem.
Hint: Start with $2\times 2$ matrices and work by induction.
Edit 2:
Show that for a $2\times 2$ matrix with those properties, $|\det A| \leq 1$. Evaluate different cases and convince yourself these are in fact the extrema ($-1$ and $1$). The matrices that achieve these values are: $$ \begin{pmatrix} 1 & 0 \\ 0 & 1\end{pmatrix},\quad \begin{pmatrix} 1 & 1 \\ 0 & 1\end{pmatrix},\quad\begin{pmatrix} 1 & 0 \\ 1 & 1\end{pmatrix}, $$ and $$ \begin{pmatrix} 0 & 1 \\ 1 &0\end{pmatrix},\quad \begin{pmatrix} 1 & 1 \\ 1 & 0\end{pmatrix},\quad\begin{pmatrix} 0 & 1 \\ 1 & 1\end{pmatrix}. $$
Now, if $A$ is your $3\times 3$ we have $\det A = a_{11}\det A_{11} - a_{22}\det A_{22} + a_{33}\det A_{33}$. Can you find the matrices such that $|\det A| = 2$ ? ATM I don't know how to prove this is in fact the maximum.