a,b,t=(int(x) for x in input().split()) x=int((a+b)*0.5) p=(10**9+7) print(pow(x,t,p))