Earlier quoted context omitted.
I think parent wondered how it's possible that she remembered 16+16=32. Children raised on positional decimal arithmetic are "supposed" to figure that 10+10=20 or 20+20=40 and then add/subtract 5+5. Of course it's easier to associate 15 with 16 than with 10 or 20, but the fact that she immediately knew 2·16 and was able to proceed further says something about either her experience with binary arithmetic or some tende…
In the decimal system it is just as easy to associate 5+5=10. 5xN is easier to remember than 16xN on account of 5 being the smaller number. 2^n is logarithmic whereas 5*n is linear. Arguably, logarithms are not too complicated, even if linear seems to be a degree easier, seeing that the decimal system is also logarithmic as that's a denser representation. edit: how to enter an aterisk as the multiplication operator s…
5 * N
versus 5*N
Pairs of asterisks adjacent to non-space characters become markers indicating italicized text. 5*N is easier to remember than 16*N
5N is easier to remember than 16NVersus
5 * N is easier to remember than 16 * N
5 * N is easier to remember than 16 * NAnd I think the word you want is exponential, not logarithmic. Related to each other, since exponential expressions become linear on a logarithmic scale, but exponential describes the growth of 2^n better.