a,b,t=input().strip().split(' ') a,b,t=[int(a),int(b),int(t)] n=(0.5*a*t)+(0.5*b*t) v=n%(10**9+7) print(int(v))