Scheme: 1. Write in Scheme notation ((3-2) / 4 + 5* (g- 7)) 2. Write in Scheme notation: (1+2) * (4-3) 3. Given: (define I (list ‘(a b c) ‘(def)'(g h i)))) How would you extract b 4. Define a function Myy that computes a x^2 + b x + Show transcribed image text Scheme: 1. Write in Scheme notation ((3-2) / 4 + 5* (g- 7)) 2. Write in Scheme notation: (1+2) * (4-3) 3. Given: (define I (list ‘(a b c) ‘(def)'(g h i)))) How would you extract b 4. Define a function Myy that computes a x^2 + b x +
Expert Answer
Answer to Scheme: 1. Write in Scheme notation ((3-2) / 4 + 5* (g- 7)) 2. Write in Scheme notation: (1+2) * (4-3) 3. Given: (define…