Start with:
Change it to:

((x+y)*5)
((x+y)*5)
CURRENT: ( * ( + x y ) 5 )
GOAL: ( + ( * x 5 ) ( * y 5 ) )

Back to index