Simplify the following expression:
\dfrac{N1}{D1}SIGN
\dfrac{N2}{D2}
In order to addsubtract expressions, they must have a common denominator.
The smallest common denominator is the least common multiple of D1
and D2
.
\lcm(D1, D2) = DENOMINATOR
\dfrac{F1}{F1} \cdot \dfrac{N1}{D1}SIGN
\dfrac{F2}{F2} \cdot \dfrac{N2}{D2}
\dfrac{N1.multiply(F1)}{DENOMINATOR}SIGN
\dfrac{N2.multiply(F2)}{DENOMINATOR}
\dfrac{N1.multiply(F1)SIGN
N2.multiply(F2)}{DENOMINATOR}
\dfrac{NUMERATOR}{DENOMINATOR}
\dfrac{NUMERSOL}{DENOMSOL}