They have done three operations in one.
The first operation is to carry out the multiplication
$$
\left(\frac{V_{CC} - V_{BE}}{V_0 - V_{BE}}\right)R_B = \frac{V_{CC}R_B - V_{BE}R_B}{V_0 - V_{BE}}
$$
The second thing they did was to subtract the rightmost $R_B$ from this resulting fraction, which is a two-step process.
The first step in fraction addition and subtraction is to make sure all involved fractions have the same denominator. So we rewrite $R_B$ into a fraction with $V_0 - V_{BE}$ in the denominator:
$$
R_B = \frac{ (V_0 - V_{BE})\cdot R_B}{V_0 - V_{BE}} = \frac{V_0R_B - V_{BE}R_B}{V_0 - V_{BE}}
$$
Then you subtract the two fractions from one another by simply subtracting the numerators and keeping the denominator unchanged (be careful with the signs in the second fraction here):
$$
\frac{V_{CC}R_B - V_{BE}R_B}{V_0 - V_{BE}} - \frac{V_0R_B - V_{BE}R_B}{V_0 - V_{BE}}\\
= \frac{V_{CC}R_B - V_{BE}R_B - (V_0R_B - V_{BE}R_B)}{V_0 - V_{BE}}
\\
= \frac{V_{CC}R_B - V_{BE}R_B - V_0R_B + V_{BE}R_B}{V_0 - V_{BE}}
$$
And that's it.