Consider the determinant
$$ \Delta = \begin{vmatrix} x+1 & 3 & 5 \\ 2 & x+2 & 5 \\ 2 & 3 & x+4 \end{vmatrix}$$
It can be explicitly shown to be $$\Delta = (x-1)^2(x+9)$$
Suppose we want to write down this value without direct calculation.
On putting $x=1$, first column, $C_1$, becomes a scalar multiple of other columns, $C_2$ as well as $C_3$ and along the way so do $C_2$ and $C_3$, making the determinant $ \Delta = 0$.
What can be concluded from this? Can we say that $(x-1)^2$ is a factor of $\Delta$, i.e., with multiplicity $2$?
But clearly $(x-1)^3$ not a factor of $\Delta$.
Can multiplicity of $(x-x_0)$ in $\Delta$ can be attempted by such an observation? If so, what is the highest power of $(x-x_0)$ that can be concluded correctly for $n \times n$ determinant when $k$ out of $n$ columns are scalar multiples of each other on substituting $x=x_0$?
Please explain for the above $3 \times 3$ case before $n \times n$ case. Your help is appreciated.
The rank of the matrix you get is what gives you hints about how many times a root appears. In general, the rule is:
This applies to any matrix where the entries are linear expressions in $x$ (such as $x+1$ or $3$).
In your example, setting $x=1$ gives us a $3 \times 3$ matrix with rank $1$: all rows are multiples of the same row vector. Since $1$ can be written as $3-2$, we know that there is a factor of $(x-1)^2$ in the determinant.
Let me try to explain the logic behind the rule in the $3 \times 3$ example. The argument generalizes, but the generalization is harder to read.
Suppose we use a different variable in each row: for example, $$ \Delta(x,y,z) = \begin{vmatrix} x+1 & 3 & 5 \\ 2 & y+2 & 5 \\ 2 & 3 & z+4 \end{vmatrix} $$ The polynomial $\Delta(x,y,z)$ cannot possibly have a factor of $x^2$, $y^2$, or $z^2$ appear anywhere. (This is true here because there's only one of each variable. It's true in general if each variable only appears in one row.) This means that we can write $$ \Delta(x,y,z)=A + B(x-1) + C(y-1) + D(z-1) + E(x-1)(y-1) + F(x-1)(z-1) + G(y-1)(z-1) + H(x-1)(y-1)(z-1) $$ where $A,B,C,D,E,F,G,H$ are constants. Because $\Delta(1,1,1)=0$, we know $A=0$.
Because the matrix with $x=y=z=1$ has rank $1$, we know that actually $\Delta(1,1,z)=0$ for any $z$: if we set $x=y=1$, the first two rows are already multiples of each other, so the determinant is $0$. Similarly, $\Delta(1,y,1)=0$ for any $y$ and $\Delta(x,1,1)=0$ for any $x$. This tells us that in the expansion above, $A=B=C=D=0$.
Therefore $$ \Delta(x,y,z) = E(x-1)(y-1) + F(x-1)(z-1) + G(y-1)(z-1) + H(x-1)(y-1)(z-1) $$ which means that $$ \Delta(x,x,x) = (E+F+G)(x-1)^2 + H(x-1)^3 $$ which is divisible by $(x-1)^2$.