find value of upc code hash given the mod number, show formula.
in Other Math Topics by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

h(n) represents hash n. Assuming the long number represents n=16000811607, then we need h(16000811607). 625=252=(100/4)2. Any number ending in 4 zeroes is a multiple of 625. This means that we only need to inspect the last four digits of n, which are 1607.

10000=5000×2=2500×4=1250×8=625×16.

1607=1250+357, so h(n)=357. This is another way of saying 1607 when divided by 625 leaves a remainder of 357=n mod 625.

Another possible interpretation is to take the two 5-digit numbers and perform some operation between them and let n be the result of this operation. For example, n=81160-16000=65160.

So 5160 is the 4-digit number. 5160-5000=160, so h(n)=160.

The leading 0 and final 7 may have nothing to do with calculating the hash, representing something else in the business or commercial organisation.

by Top Rated User (1.2m points)

Related questions

1 answer
asked Aug 11, 2013 in Algebra 2 Answers by Bayleigh | 960 views
1 answer
asked Mar 24, 2013 in Algebra 1 Answers by anonymous | 1.1k views
1 answer
1 answer
asked Jun 27, 2017 in Other Math Topics by anonymous | 515 views
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
731,349 users