All books are identified by an International Standard Book Number (ISBN), a 10–digit code $x_1,x_2,\cdots,x_{10}$, assigned by the publisher. (This system was changed in 2007 when a new 13–digit code was introduced.) These 10 digits consists of blocks identifying the language, the publisher, the number assigned to the book by its publishing company, and finally, a 1–digit check digit that is either a digit or the letter $X$ (used to represent 10).The check digit is selected so that the sum of $\sum_{i=1}^{10} (i\cdot x_i) \equiv 0 \pmod{11}$ and is used to detect errors in individual digits and transposition of digits.
The ISBN of the fifth edition of Elementary Number Theory and Its Applications is 0-32-123Q072, where $Q$ is a digit. How do I find out the value of $Q$?