" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
= f(x + 1)
= (x + 1)^2 - 2(x + 1) + 2
= x^2 + 2x + 1 - 2x - 2 + 2
= x^2 + 1
b)(g o f)(a) = 2
=> g(f(a)) = 2
=> g(a^2 - 2a + 2) = 2
=> (a^2 - 2a + 2) + 1 = 2
=> a^2 - 2a + 1 = 0
=> (a - 1)(a - 1) = 0
=> a = 1