Recently I was reading a mathematics book and encounterd the fact that UPC codes have a check digit at the end that is computed modulo 10, whereas ISBN numbers have a check digit that is computed modulo 11.
What disturbs me is the fact that why is 10 used as the modulus in UPC check digit calculation whereas 11 for ISBN check digit calculation. What would happen if we instead used 10 for ISBN check digit calculation?