When an instance variable and a parameter use the same identifier, you specify the instance variable of the object by saying "this.identifier" as in the above.
(Of course, the three instance variables could be used in any order in the arithmetic expression.)