
Suppose an operator types a US Bank Check Code into a machine and transposes two adjacent digits (i.e. swops the
order of two adjacent digits) for example the operator types
instead of
, will the machine pick up
every error of this type? Does the same apply to ISBN numbers, will a machine detect transposition errors in these numbers?
US bank check codes are nine digit identification numbers
using the digits 0 to 9 where
mod 10.
ISBN Numbers have ten digits
using the digits 0 to 9 where