Remember how you add more than single digit integers in base 10
2598
+ 8276
-----
start on the right and add 8+6
The sum is 14
Or a sum of 4 and a carry of 1
1 <- so you write a 1 her
2598
+ 8276
-----
4 <- and the 4 here.
You then have the complex problem of 1 + 9 + 7
The sum is 17
Or a sum of 7 and a carry of 1.
11
2598
+ 8276
-----
74
Repeating the process for 1 + 5 + 2
The sum is 8 and the carry is 0
011
2598
+ 8276
-----
874
Next 0 + 2 + 8 = 10
1011
2598
+ 8276
-----
0874
Since there was a last carry we need to add 1 + 0 + 0
1011
2598
+ 8276
-----
10874