Question 450380
She's correct.  That's binary representation of numbers.
29 = 16 + 8 + 4 + 1
In binary, it's 11101.
--------------
13 = 1101 binary
31 = 11111 binary
32 = 100000
------------
Also 3.5 = 11.1 binary
Not just integers can be binary.