Simplify the following expression:
\dfrac{NUMERATOR1}{DENOMINATOR}SIGN
\dfrac{NUMERATOR2}{DENOMINATOR}
You can assume USEDVARIABLES \neq 0
.
Since the expressions have the same denominator we simply combine the numerators:
\dfrac{NUMERATOR1 + NUMERATOR2}{DENOMINATOR}
Since the expressions have the same denominator we simply combine the numerators:
\dfrac{NUMERATOR1 - (NUMERATOR2)}{DENOMINATOR}
\dfrac{SUMNUMERATOR}{DENOMINATOR}
The numerator and denominator have a common factor of GCD.toString()
, so we can simplify
\dfrac{NUMERATORSOL}{DENOMINATORSOL}