Expression 1:
(define b (lambda (x, y) (+ x y))) (define c (lambda (x, y) (* 4 y))) (b (* (c 3 1) 4) 2)