Let f(x)=2xf(x) = 2xf(x)=2x and g(x)=x+1g(x) = x + 1g(x)=x+1. What is f(g(f(g(0))))f(g(f(g(0))))f(g(f(g(0))))?A444B222C111D666check_circleExplanationInside out: g(0)=1g(0) = 1g(0)=1, f(1)=2f(1) = 2f(1)=2, g(2)=3g(2) = 3g(2)=3, f(3)=6f(3) = 6f(3)=6.