Start with:
Change it to:

((a/b)*(c/d))
((a/b)*(c/d))


CURRENT: ( * ( / a b ) ( / c d ) )
GOAL: ( / ( * a c ) ( * b d ) )

Back to index