Content deleted Content added
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
Mindmatrix (talk | contribs) revert - the rule is to double the rightmost digit and every other digit moving leftward, so the original version was correct |
||
Line 31:
|-
! Multipliers
| 2▼
| 1
| 2
Line 41 ⟶ 40:
| 2
| 1
▲| 2
|-
!
Line 55:
|-
!
| '''14'''▼
| style="background: #FFA;" |
| '''18'''▼
| style="background: #FFA;" |
| '''14'''▼
| style="background: #FFA;" |
| '''18'''▼
| style="background: #FFA;" |
| 7
| '''14'''▼
| style="background: #FFA;" |
|-
! Sum digits
|
|9
▲|9
|
▲|5
▲|3
▲|9
▲|8
▲|5
|}
The sum of the resulting digits is
The check digit is equal to <math>10 - (
This makes the full account number read
=== Example for validating check digit ===
# Drop the check digit (last digit) of the number to validate. (e.g.
# Calculate the check digit (see above)
# Compare your result with the original check digit. If both numbers match, the result is valid. (e.g.<math>(givenCheckDigit = calculatedCheckDigit) \Leftrightarrow (isValidCheckDigit)</math>).
|