Start with:
Change it to:

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


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

Back to index