Question

A detailed answer will be appreciate. 6. To prove that for all x1, x2, ..., x9 ∈ {0, 1, 2, 3, 4,...

A detailed answer will be appreciate.

6. To prove that for all x1, x2, ..., x9 ∈ {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, there exists a

value of x10 for the check digit in the code ISBN-10.

7. To prove that for every x1, x2, ..., x12 ∈ {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, there exists a

value of x13 for the check digit in the code ISBN-13.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

International Standard Book Number (ISBN) is a unique numeric commercial book identifier.

Before year 2007 ISBNs were 10-digit long. After that year ISBNs extended to 13 digits. In both ISBN-10 and ISBN-13 standards, the last digit is the check digit, for error detection.

ISBN-10 check digit is calculated by Modulus 11 with decreasing weights on the first 9 digits.
Example: 030640615?
0×10 + 3×9 + 0×8 + 6×7 + 4×6 + 0×5 + 6×4 + 1×3 + 5×2 = 130.
130 / 11 = 11 remainder 9.
Check digit is the value needed to add to the sum to make it dividable by 11. In this case it is 2.
So the valid ISBN is 0306406152.
In case 10 being the value needed to add to the sum, we use X as the check digit instead of 10.

ISBN-13 check digit is calculated by Modulus 10 with alternate weights of 1 and 3 on the first 12 digits.
Example: 978030640615?
9×1 + 7×3 + 8×1 + 0×3 + 3×1 + 0×3 + 6×1 + 4×3 + 0×1 + 6×3 + 1×1 + 5×3 = 93.
93 / 10 = 9 remainder 3.
Check digit is the value needed to add to the sum to make it dividable by 10. So the check digit is 7. The valid ISBN is 9780306406157

Add a comment
Know the answer?
Add Answer to:
A detailed answer will be appreciate. 6. To prove that for all x1, x2, ..., x9 ∈ {0, 1, 2, 3, 4,...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Insulated x1 x 2 x 3 x4 x5 x 6 x7 x8 x9 x10 x1 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x2...

    Could someone help me to solve this problem? Please explain the steps Insulated x1 x 2 x 3 x4 x5 x 6 x7 x8 x9 x10 x1 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 T 30 ← |T-50C h- 500 W/m2 C T-20 C 1. 2. Write the Finite Volume equation for node 23. [3 points] Write the 23"d line of the coefficient matrix and the right hand side [2 points] [ k-200...

  • Introduction: Ten digit ISBN numbers are created so that the first nine digits are information digits...

    Introduction: Ten digit ISBN numbers are created so that the first nine digits are information digits and the last digit is a check digit. T his last number helps people notice and correct mistakes that might be made in recording the information digits. The same is true for thirteen digit ISBN numbers. Here is a ten digit ISBN number: 0-13-149498-8. The digit 0 indicates the book is written for English-speaking people. The number 13 and the number 149498 identify the...

  • Determine whether the system is consistent 1) x1 + x2 + x3 = 7 X1 -...

    Determine whether the system is consistent 1) x1 + x2 + x3 = 7 X1 - X2 + 2x3 = 7 5x1 + x2 + x3 = 11 A) No B) Yes Determine whether the matrix is in echelon form, reduced echelon form, or neither. [ 1 2 5 -7] 2) 0 1 -4 9 100 1 2 A) Reduced echelon form B) Echelon form C) Neither [1 0 -3 -51 300 1-3 4 0 0 0 0 LOO 0...

  • 3 0 6 (a) Let x1 = 2 X2= and write W = span{X1, X2} 21...

    3 0 6 (a) Let x1 = 2 X2= and write W = span{X1, X2} 21 Find X1 X2 and enter your answer in the box below. X1 X2 = Number We then apply Gram-Schmidt to find an orthonormal basis for W. V1 = X1 v2 = x2 - projv112 Find V2 and enter your answer in the box below. We then normalise the basis {V1, V2} to form an orthonormal basis {01, 12} (0) in Maple syntax, should be...

  • DATA 2 ID X1 X2 X3 Y A 0 2 4 9 B 1 0 8...

    DATA 2 ID X1 X2 X3 Y A 0 2 4 9 B 1 0 8 10 C 0 1 0 5 D 1 1 0 1 E 0 0 8 10 CORRELATION MATRIX Y X1 X2 X3 Y 1 ? -0.304 +0.889 X1 ? 1 -0.327 0 X2 -0.304 -0.327 1 -0.598 X3 +0.889 0 -0.598 1 1. What is the mean squared error of the full model? (Correct answer is 4, please show me how to get there)...

  • Find the linear convolution of x1[n] and x2[n] by tabular method. x1[n] = {-4 5 1...

    Find the linear convolution of x1[n] and x2[n] by tabular method. x1[n] = {-4 5 1 -2 -3 0 2}, -3 ≤ n ≤ 3 x2[n] = {6 -3 -1 0 8 7 -2}, -1 ≤ n ≤ 5

  • In Python: Write a well-documented (commented) program that asks the user for a 9-digit integer, computes...

    In Python: Write a well-documented (commented) program that asks the user for a 9-digit integer, computes its checksum, and then prints the corresponding ISBN number. The International Standard Book Number (ISBN) is a 10-digit code that uniquely specifies a book. The rightmost digit is a checksum digit that can be uniquely determined from the other 9 digits, from the condition that d1 + 2d2 +3d3 + ... + 10d10 must be a multiple of 11 (here di denotes the ith...

  • In Python Write a well-documented (commented) program that asks the user for a 9-digit integer, computes...

    In Python Write a well-documented (commented) program that asks the user for a 9-digit integer, computes its checksum, and then prints the corresponding ISBN number. The International Standard Book Number (ISBN) is a 10-digit code that uniquely specifies a book. The rightmost digit is a checksum digit that can be uniquely determined from the other 9 digits, from the condition that d1 + 2d2 +3d3 + ... + 10d10 must be a multiple of 11 (here di denotes the ith...

  • Assignment 2 PART 1. 1. Use the dataset below to run a regression where x1 and...

    Assignment 2 PART 1. 1. Use the dataset below to run a regression where x1 and x2 are the independent variables and y is the dependent variable. y x1 x2 2 10 9 88 5 6 19 10 6 18 5 2 30 3 2 What is b1 (the coefficient on x1) for this regression? Round your answer to four decimal places. 2. Use the dataset below to run a regression where x1 and x2 are the independent variables and...

  • The initial value of the flip flop outputs {X5,X4,X3.X2.X1.XO} = (1, 0, 1, 1, 0, 1)...

    The initial value of the flip flop outputs {X5,X4,X3.X2.X1.XO} = (1, 0, 1, 1, 0, 1) before any clock pulses. What would it be following 3 following 3 clock pulses? DX5 0x40x30x240 x10 x0- CLK CLK Shift pulses 9 [X5,X4X3X2,X1,XO} = {1, 1, 1, 1, 0, 1} 0 (X5X4X3,X2X1,XO} = (0, 0, 1, 1, 0, 1] 6 X5,X4,X3,X2X1XO) = (0, 0, 0, 1, 0, 1] o X5,X4X3,X2,X1,XO) = (1,0, 1, 0, 0, 0)

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT