Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit |
Reverting vandalism |
||
Line 31:
|-
! Multipliers
| 2▼
| 1
| 2
Line 41 ⟶ 40:
| 2
| 1
▲| 2
|-
!
Line 55:
|-
!
|
| style="background: #FFA;" | '''
|
| style="background: #FFA;" | '''2'''
▲| 14
▲| style="background: #FFA;" | '''3'''
▲| 18
▲| style="background: #FFA;" | '''8'''
▲| 14
▲| style="background: #FFA;" | '''1'''
|-
! Sum digits
Line 79:
|}
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>).
|