We need to set the 1st number as x. Since the integers are consecutive we just add 1 more for each integer, so the 2nd number is x + 1, then x + 2, x + 3, and x + 4. When we add them all together we get 130 so...
x+(x+1)+(x+2)+(x+3)+(x+4)= 130
Since it is only addition we don't have to keep the parentheses because of the associative property.