#325
Simple Math 2
 

Difficulty:Elementary
Topics:arithmatics


Remember, innermost forms are evaluated first.
test not run
(= __ (- (* 2 (- (/ 6 3) (* 2 3))) 2))
test not run
(= __ (* (- 10 8) (/ 20 4) -1))
test not run
(= __ (* 10 (- 2 3)))


Code which fills in the blank: