Exercise 2.3.1: (back)

(define (tax n)
  (/ n 1.15))

(define (netpay h)
  (tax (* 12 h)))