I have attached an image of which I have a question about. I don’t understand how you can get from equation 1 to equation 2.
Could someone please explain this?
$$nRc=\left(\frac{V_{cc}-V_{BE}}{V_o-V_{BE}}\right)R_B-R_B\tag{1}$$
$$nRc=\frac{V_{cc}R_B-V_{BE}R_B-V_oR_B+V_{BE}R_B}{V_o-V_{BE}}\tag{2}$$
Thanks.
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.