Jump to content

Talk:Postal Alpha Numeric Encoding Technique

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rchandra (talk | contribs) at 18:04, 3 September 2007 (provide some examples and mention modulo 10 arithmetic. compared to the previous version, I mismemorized the checkdigit calculation algorithm, and I apologize. I pulled out my Pub. 25 and reread it.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

As with POSTNET, the check digit is calculated by summing the other characters and calculating the single digit which, when added to the sum, makes the total divisible by 10.

The check digit can also be expressed as the sum, including the check digit, modulo ten equals zero. For example, for my own ZIP code, 14210, the sum (and coincidentally, the sum modulo 10) is 8, so the check digit is 2. For the ZIP code where I used to live in Cheektowaga, 14225-2105, the Postnet check digit would be 8.

Joe 18:04, 3 September 2007 (UTC)[reply]