a,b,t=input().split() a,b,t=int(a),int(b),int(t) virus=(0.5*t*(a+b))%(1000000000 + 7) print(int(virus))