Exercise 5.3

What does the following procedure compute?
     (define mystery
       (lambda (a b)
         (together-copies-of + a b)))