C9-12 Flashcards
what formula is used for the check digit x10 (sub)
1x1 +2x2… +9x9 + 10x10 ≡ 0 (mod 11)
(where it is x, not multiplications and the latter numbers are subs)
or equivalently:
x10 ≡ 1x1 + 2x2… 8x8 + 9x9 (modd 11)
what formula is used for the check digit x13 (sub) E {0, 1, 2..9}
x1 + 3x2 + x3 + 3x4 + .. 3x12 + x13 ≡ 0 (mod 10)
What are the four blocks an EAN-13 bar code consists of?
the number system, the manufacturer code, the product code and the check digit.
what digits represent the bank number if the card number begins with 51
the second and third
what digits represent the bank number if the card number begins with 52
second, third and fourth
what digits represent the bank number if the card number begins with 53
second, third, fourth and fifth
what digits represent the bank number if the card number begins with 54 or 55
digits from second place to the sixth place
what do the digits after the bank number up to the 15th digit represent?
they form the account number of the card
what does the 16th digit of the bank number represent
it is the check digit
what is the formula for affine ciphers
y ≡ mx + s (mod n)
where using numerical-alphabet n=26
If x ≡ r (mod m)
then we call r a residue of x modulo m.
When is a set of integers {r1…rs} called a complete residue system modulo m
if for each integer n there is an i, 1 less than or equal to i which is less than or equal to s such that n ≡ ri (mod m)
When is a set of integers {r1…rs} called a reduced residue system modulo m
if gcd (ri, m) = 1 for each 1 less than or equal to i less than or equal to s
for each integer n relatively prime to m there is an i, 1 less than or equal to i which is less than or equal to s such that n ≡ ri (mod m)
for each positive integer m, what is ϕ(m)
ϕ(m) is the number of positive integers between 1 and m inclusive which are relatively prime to m
when is ϕ(m) = m true?
when m is 1 and this is the only solution