Robert Goudie, age 17 from Madras College, Fife, Scotland and Andrei Lazanu, age 14 from School No. 205, Bucharest, Romania sent in correct solutions here.

US Postal Service Money Order The sum of the first 10 digits of 123-123-123-45 is 22, and, divided by 9, I obtain the remainder 4, not 5. That is
a1 + a2 +...+ a10 4  mod 9

so, this is not a correct US Money Order number.

Airline Tickets The first 8 digits of the number are 12345678. This means
123456782  mod 7

and does not satisfy the condition to be congruent to 0 mod 7. This is not a correct airline ticket number.

Universal Product Code In this case, I wrote the 12 numbers 654321123456, and verified if they match the condition.
3(6+4+2+1+3+5)+(5+3+1+2+4+6)=844  mod 10 .

So, the code is incorrect.

Credit Card From the number 1723-1001-2065-1098 I calculated α, β and γ.
α =2(1+2+1+0+2+6+1+9)=44 β =2(5and9) γ =7+3+0+1+0+5+0+8=24 α+β+γ =700mod10.

Therefore 1723 1001 2065 1098 is a valid Credit Card number.

ISBN For 0 5215 3612 4 the result of the summation is 148 and it isn't divisible by 11.
10×0+9×5+8×2+7×1+6×5+5×3+4×6+3×6+2×1+1×2=148

Therefore 0 5215 3612 4 is not a valid ISBN.

US Banks The number 07100013 is not a valid US Bank number because it does not have 9 digits. If it had the digit 6 at the end then it would be valid because
7×0+3×7+9×1+7×0+3×0+9×0+7×1+3×3=466  mod 10 .