Peter K. answered 11/15/19
Math / Statistics / Data Analytics
(a) f(x) = ax + b => f(f(x)) = a(ax + b) + b = a^2(x) + ab + b = a^2(x) +(b+1)a = Ax + B for A = a^2 and B = (a+1)b
so f(f(x)) = Ax + B, which is also linear.
b) = g(g(x)) = 6x - 8; from (a) A = 6, B = - 8, a = sqrt(6), [sqrt(6)+1](b) = B = -8, or b = -8/(sqrt(6) +1)., so g(x) = sqrt(6)*x + (-8/(sqrt(6) +1))