Can you help me prove that P(n) = (n^2) - n is divisible by 2 by using a P(k+1) - P(k) method, I have arrived at 2B - 2k = 2A and 2k^2 - 2B = 2A but i don't think this is right. quick help would be appreciated thanks! :)