How one can write in Scheme function Fix-first-parameter and Fix-second-parameter that for given function F of n arguments (parameters) and given number A, will return a new function (lets donote if by G) of (n-1) arguments (parameters), such that: G(x_1, x_2, x_3, ..., x_n-1) = F(a, x_1, x_2, x_3, ...