Concept:This problem uses the method of equating exponents after expressing all variables in terms of a common base. Given three quantities equal, we set them equal to a common constant, then substitute into the given relation to find the required exponent.Explanation:Let ax=by=cz=k. Then we have:a=k1/x,b=k1/y,c=k1/z.The second condition is b2=ac. Substituting the expressions:k2/y=k1/x⋅k1/z=k1/x+1/z.Since the bases are the same, the exponents must be equal:y2=x1+z1.Combine the right-hand side:y2=xzz+x.Take the reciprocal of both sides (or cross‑multiply):2y=x+zxz.Multiply both sides by 2 to isolate y:y=x+z2xz.This matches option D.Answer:Option D: z+x2xz.