Simplify the following expression:
Y = \dfrac{NUMERATOR1}{DENOMINATOR}
SIGN \dfrac{NUMERATOR2}{DENOMINATOR}
Y= |
NUMERSOL.regex(true) |
| DENOMSOL.regex(true) |
Since the expressions have the same denominator we simply subtract the numerators:
Y = \dfrac{NUMERATOR1 - (NUMERATOR2)}{DENOMINATOR}
Distribute the negative sign:
Y = \dfrac{NUMERATOR1 + NUMERATOR2.multiply(-1)}{DENOMINATOR}
Since the expressions have the same denominator we simply combine the numerators:
Y = \dfrac{NUMERATOR1 + NUMERATOR2}{DENOMINATOR}
Combine like terms:
Y = \dfrac{NUMERATORSUM}{DENOMINATOR}
Simplify by dividing numerator and denominator by FACTOR:
Y = \dfrac{NUMERSOL}{DENOMSOL}