This document contains examples of calculating the check digit for Universal Product Code (UPC) barcodes. It shows working through the check digit algorithm for 3 sample UPC codes where the check digit is a missing value. The algorithm involves: 1) Summing the digits in odd and even positions separately, 2) Multiplying the odd sum by 3 and adding it to the even sum, 3) Taking the result modulo 10, and 4) Subtracting this from 10 to find the check digit.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
139 views13 pages
UPC Assignment 1 Sample Problems Problems
This document contains examples of calculating the check digit for Universal Product Code (UPC) barcodes. It shows working through the check digit algorithm for 3 sample UPC codes where the check digit is a missing value. The algorithm involves: 1) Summing the digits in odd and even positions separately, 2) Multiplying the odd sum by 3 and adding it to the even sum, 3) Taking the result modulo 10, and 4) Subtracting this from 10 to find the check digit.