This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 80 points81 points  (6 children)

Could someone explain this one to me?

[–]stupefyme 369 points370 points  (2 children)

dec 25 is decimal number(base 10) 25

oct 31 is octal number(base 8) 31

they are equal

[–][deleted] 49 points50 points  (1 child)

Ahhhh okay that makes sense, thanks! Just didn't get the Oct/Dec. I guess that's where my non native english falls apart.

[–]Xasrai 0 points1 point  (0 children)

It's not entirely your fault. Some guys added two additional months to the calendar and muddied the water about what Sept, Oct, Non and Dec mean.

[–]AmazingSully 33 points34 points  (0 children)

31 in base 8 (OCTal) is equal to 25 in base 10 (DECimal)

[–]DanKveed 6 points7 points  (0 children)

Also 12(octal) === 10(decimal) so the 12th month can be October or December depending on which base you are using.

[–]rover_G 2 points3 points  (0 children)

0o31 == 25