Burgers' equation:
$u_t+u u_x=0$
This solution $u(t,x)=c(1-\frac{2 \rho(t,x)}{\rho_0})$ should be verified. $c$ is the maximal velocity and $\rho_0$ is the maximal vehicle density, by which the traffic comes to a standstill.
Now calculating the partial derivitives:
$u_t=-\frac{2c}{\rho_0}\rho_t(t,x)$, $u_x=-\frac{2c}{\rho_0}\rho_x(t,x)$
Plugging the solution in the PDE:
$-\frac{2c}{\rho_0} \rho_t(t,x)-\frac{2c^2}{\rho_0} \rho_x(t,x)+\frac{4c^2}{\rho_0^2}\rho_x(t,x) \rho(t,x)=0$
Multiplying by $-\frac{\rho_0}{2c}$ yields:
$\rho_t(t,x)+\rho_x(t,x)(c-\frac{2c}{\rho_0} \rho(t,x))=0$
Now, I don't have an idea of what to do next.