Arithemtic

variable one = 543

variable two = 729


variable three = one + two

answer here

variable four = three * one

answer here

variable five = four - (one * two)

answer here

variable six = five / one

answer here

Final result

variale seven = six + six

answer here