[-b + sqrt(b * b - 4 * a * c)]/(2 * a)
*
2 3 4 5) evaluates to 120,
and (- 16 9 4) evaluates to 3.
Show that parentheses are necessary to disambiguate arithmetic
expressions in Lisp (in other words give an example of
an expression whose meaning is unclear when parentheses are removed.)