let 'n' be an integer, then 3 consecutive integers added together can be written as: (n-1) + (n) + (n+1) , if we take off the brackets we get n-1+n+n+1 which simplifies to 3n. this is why 3 consecutive integers add up to 3 times the middle number!
hope this helps!