upvote
> (Does someone sell "decade" dice, which faces say: 10, 20, 300, ..., 90 and 100?)

Yes, they do. I used to use them for this exact purpose.

reply
> (x-1) * 10 + (y-1) + 1

Is that not equivalent to:

> (x-1) * 10 + y

or:

> x * 10 + y - 10

reply