This is an homogeneous second order differential equation
$Ay'' + By' + Cy = 0$
Its solution can be retrieved assuming $y = e^{rx}$: in this way, we will have
$y = e^{rx}$
$y' = re^{rx}$
$y'' = r^{2}e^{rx}$
replace:
$Ar^{2}e^{rx} + Bre^{rx} + Ce^{rx} = 0$
$(e^{rx}) (Ar^{2} + Br + C) = 0$
The last is a second degree equation. One can manifest a case in which the roots of this equation are real and coincident. If $r_1 = r_2$, a solution will be the function $y_1 = e^{rx}$ surely. At this point, we must build a linearly independent second solution: we take, for example, $y_2 = xe^{rx}$.
I should prove that $y_2 = xe^{rx}$ is a solution as well: how can I do?
Thank you in advance
$$y_2 = x\exp(rx)$$
$$y_2' = (rx+1)\exp(rx)$$
$$y_2^" = (r^2x+2r)\exp(rx)$$
Substitute these into the original equation.
$$\exp(rx) (Ar^2x+2Ar+Brx+B+Cx)=0$$
$$\exp(rx) ((Ar^2+Br+C)x+2Ar+B)=0$$
For the $r$ that you found, we already know that $Ar^2+Br+c=0$.
Since this is a repeated root, the derivative also vanishes, that is $2Ar+B=0$.