" 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) = 2^(x-1) = 2^x/2
f(x-2) = 2^(x-2) = 2^x/4
f(x+1) = 2^(x+1) = 2 * 2^x
f(x+2) = 2^(x+2) = 4 * 2^x
(f(x))^4 = (2^x)^4
L = 2^x/2 * 2^x/4 * 2*2^x * 4*2^x = (2^x)^4
P = (2^x)^4
L = P
cnd