For all x greater than 2, let *x be defined as the sum of the positive integers less than x. What is the value of *16 - *13?

we know that 1+2+3+...+n = n(n+1)/2

So, *x = (x-1)*x/2

Thus, we get

15*16/2 - 12*13/2