Simplify the following expression:
\dfrac{NUMERATOR}{DENOMINATOR} \times
fractionReduce(CONSTANT[0], CONSTANT[1])
Simplify the following expression:
\dfrac{NUMERATOR}{DENOMINATOR} \div
fractionReduce(CONSTANT[1], CONSTANT[0])
Dividing by a number is the same as multiplying by its inverse.
\qquad
\dfrac{NUMERATOR}{DENOMINATOR} \times
\dfrac{CONSTANT[0]}{CONSTANT[1]}
When multiplying fractions, we multiply the numerators and the denominators.
\qquad \dfrac{(NUMERATOR) \times CONSTANT[0]}{(DENOMINATOR) \times CONSTANT[1]}
\qquad \dfrac{NUMERPRODUCT}{DENOMPRODUCT}
Simplify:
\qquad \dfrac{NUMERSOL}{DENOMSOL}