Subnetting is not fun exactly you when only off by one number.
Setup OSPF
Example :
Lab_B
e0:192.168.10.49/29
s1:10.255.255.255.82/30
s0:10.255.255.9/30
So I decided just for the fun/self practice of it to subnet 192.168.10.49/29
/29 =255.255.255.xxxxx000 or 255.255.255.252
128+64+32++16+8=252 with an increment of 4

192.168.10.0_________192.168.10.3
192.168.10.4_________192.168.10.7
192.168.10.8_________192.168.10.9

So i check myself and the Calculator says wrong:
/29 =255.255.255.xxxx0000 or 255.255.255.248 with an increment of 8

192.168.10.0_________192.168.10.7
192.168.10.8_________192.168.10.15
192.168.10.16_________192.168.10.23

How did I go wrong here?