Basic math:


B -= (P + nthMonth);

is equivalent to


B = B - (P + nthMonth);