
Suppose an operator types a US Bank check code into a machine and transposes two adjacent digits (i.e. swaps 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