Difference between revisions of "Vehicle Checksum Formula"

From SgWiki
Jump to navigation Jump to search
m (Protected "Vehicle Checksum Formula" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(76 intermediate revisions by 23 users not shown)
Line 1: Line 1:
This is the page for future bus registration numbers.
A vehicle checksum is the last alphabet of a vehicle license plate. It is derived from the following formula.


The suffix of the bus registration numbers is based on the following formula.
{| class="wikitable"
|-
!Prefix
!
|-
!SG
|11 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
|-
!SBS
|2 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
|-
!SMB
|9 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
|-
!TIB
|7 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
|}


==Formula==
===Suffix Table===
{| class="wikitable" style="text-align:center;"
|-
!1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 !! 10 !! 11 !! 12 !! 13 !! 14 !! 15 !! 16 !! 17 !! 18 !! 0
|-
|A || B || C || D || E || G || H || J || K || L || M || P || R || S || T || U || X || Y || Z
|}


'''For SBS Transit Buses [SBS Registration Numbers]'''
* '''Note:''' Letters F, I, N, O, Q, V & W are omitted.


2 - (5 X 1st Number) - (4 X 2nd Number) - (3 X 3rd Number) - (2 X 4th Number)
===Example===
For example, the registration plate of '''SG5999'''.


'''For SMRT Buses [SMB Registration Numbers]'''
Using the above formula for '''SG'''-prefixed plates, you should get a statement like this: ''11–(5×'''5''')–(4×'''9''')–(3×'''9''')–(2×'''9''')''. [https://www.google.com/search?q=11%E2%80%93%285%C3%975%29%E2%80%93%284%C3%979%29%E2%80%93%283%C3%979%29%E2%80%93%282%C3%979%29 A quick input of the statement on Google] should give a result of '''-95'''.


9 - (5 X 1st Number) - (4 X 2nd Number) - (3 X 3rd Number) - (2 X 4th Number)
Using the result, mod the number with '''19''', you will get a number from 0 to 18. You can mod the number by 19 using Google. For the above example where the result is '''-95''', [https://www.google.com.sg/search?q=--95+mod+19 type ''-95 mod 19'' into the Google search bar] and it would calculate the answer, '''0'''.


Using the result, mod the number with 19, you will get a number from 0 to 18. Refer to the list below for the suffix.
Compare the answer against the table above for the suffix.


1 = A, 2 = B, 3 = C, 4 = D, 5 = E, 6 = G, 7 = H, 8 = J, 9 = K, 10 = L, 11 = M, 12 = P, 13 = R, 14 = S, 15 = T, 16 = U, 17 = X, 18 = Y, 0 = Z
Hence the checksum for '''SG5999''' is '''Z'''.


You can mod the number by 19 using Google. For example, if the result is -156, type ' -156 mod 19 ' into the Google search bar and it would calculate the answer.
''Alternatively, you may use [https://jayl.io/ this checksum calculator tool] to find the suffix.''


Alternatively, you may use this checksum calculator created using Google Spreadsheet to get the letters instead [https://docs.google.com/spreadsheets/d/1WcmdK4FF4bkoac4d1muQYkIgXdy4ku9ubwXXfGfxS9M/edit?usp=sharing]
===How "Mod 19" works===
Mod 19 works in a way that the number <code><nowiki>19</nowiki></code> is deducted from a number until the remainder reaches 18 or less.


==SBS Transit Buses==
For example, if you get a result of <code><nowiki>-95</nowiki></code> from the given formula.
===Mercedes-Benz O530 Citaro (Batch 2)===
# Remove the minus sign (modulus)
'''SBS6600E - SBS6893B''' (Only 293 buses, the remainder of 157 are under BSEP)<br>
# Deduct <code><nowiki>19</nowiki></code> from <code><nowiki>95</nowiki></code> as many times as you can before remainder reaches 18 or less<br><code><nowiki>95 - 19 - 19 - 19 - 19 - 19 = 0</nowiki></code>
 
# Substitute remainder <code><nowiki>0</nowiki></code> with the letter Z and it will be the suffix of the license plate
===Volvo B9TL (Wright Eclipse Gemini 2) (Batch 3)===
'''SBS3240E - SBS3268B''', '''SBS3270T - SBS3299L''', '''SBS3600A - SBS3999A''' (Only 400 buses, the remainder of 150 are under BSEP)<br>
 
==SMRT Buses==
===[[MAN NL323F (Batch 2)]]===
''Internal Order Only''


[[Category:Buses]]
[[Category:Buses]]

Latest revision as of 00:28, 25 July 2022

A vehicle checksum is the last alphabet of a vehicle license plate. It is derived from the following formula.

Prefix
SG 11 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
SBS 2 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
SMB 9 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)
TIB 7 – (5 × 1st No.) – (4 × 2nd No.) – (3 × 3rd No.) – (2 × 4th No.)

Suffix Table

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 0
A B C D E G H J K L M P R S T U X Y Z
  • Note: Letters F, I, N, O, Q, V & W are omitted.

Example

For example, the registration plate of SG5999.

Using the above formula for SG-prefixed plates, you should get a statement like this: 11–(5×5)–(4×9)–(3×9)–(2×9). A quick input of the statement on Google should give a result of -95.

Using the result, mod the number with 19, you will get a number from 0 to 18. You can mod the number by 19 using Google. For the above example where the result is -95, type -95 mod 19 into the Google search bar and it would calculate the answer, 0.

Compare the answer against the table above for the suffix.

Hence the checksum for SG5999 is Z.

Alternatively, you may use this checksum calculator tool to find the suffix.

How "Mod 19" works

Mod 19 works in a way that the number 19 is deducted from a number until the remainder reaches 18 or less.

For example, if you get a result of -95 from the given formula.

  1. Remove the minus sign (modulus)
  2. Deduct 19 from 95 as many times as you can before remainder reaches 18 or less
    95 - 19 - 19 - 19 - 19 - 19 = 0
  3. Substitute remainder 0 with the letter Z and it will be the suffix of the license plate