document.write( "Question 1144875: What is the check digit (d) for the UPC bar code number 5-11320-36217-d?\r
\n" );
document.write( "\n" );
document.write( "A. 0\r
\n" );
document.write( "\n" );
document.write( "B. 7\r
\n" );
document.write( "\n" );
document.write( "C. 8\r
\n" );
document.write( "\n" );
document.write( "D. 9\r
\n" );
document.write( "\n" );
document.write( "Is D correct?\r
\n" );
document.write( "\n" );
document.write( "The question and the answer choices in the link here: https://prnt.sc/p48q0g \n" );
document.write( "
Algebra.Com's Answer #766086 by math_helper(2461) You can put this solution on YOUR website! \n" ); document.write( "I also got 9\r \n" ); document.write( "\n" ); document.write( "I followed the procedure outlined on Wikipedia (add odd digits, multiply by 3, then add even digits, take result mod 10, if this value is nonzero, subtract from 10, otherwise use 0):\r \n" ); document.write( "\n" ); document.write( "Details: \n" ); document.write( "5+1+2+3+2+7 = 20 \n" ); document.write( "20 * 3 = 60 \n" ); document.write( "60 + (1+3+0+6+1) = 71\r \n" ); document.write( "\n" ); document.write( "71 mod 10 = 1 ---> nonzero so check bit is 10-1 = 9 \n" ); document.write( " \n" ); document.write( " |