Consider the following linear model \begin{equation} Y_{j}=\beta_{1}+\beta_{2}E_{j}+\beta_{3}B_{j}+\epsilon_{j} \tag{*} \end{equation} where $Y_{j}$ represents the natural logarithm of the annual salary of an employee currently, $E_{j}$ the number of finished years at an educational institution, and $B_{j}$ is the natural logarithm of the initial salary of the employee.
I have regressed $(*)$ on a large data set, and compared the coefficients $\beta_{2}, \beta_{3}$, to another model that includes two additional dummy variables, $D_{1j}$ (gender) and $D_{2j}$ (minority). Although they have not changed drastically, there still is some change. Now, I have no trouble giving a qualitative explanation as to why this is the case. What I am looking for is this:
Is there some calculation, perhaps a test, that will facilitate a qualitative explanation of why the coefficients of $(*)$ may change when one adds two dummy variables?