<p>The integer n is formed by writing the positive integers
in a row, starting with 1 and ending with 80, as shown
above. Counting from the left, what is the 90th digit
of n ?
(A) 1
(B) 2
(C) 3
(D) 4
(E) 5</p>
<p>The only difficult in this problem is finding the fastest way to do it. 1-9 is nine numbers and only one digit so you have 9. Keep that number aside.</p>
<p>10-19 - each number in this set has two digit’s and there are 10 numbers in the set so you have 20 digits. Still no where near close to n.</p>
<p>10-19 - 20
20-29 - 20 in a similar fashion as above
30-39 - 20
40-49 - 20
+____
80</p>
<p>here add those first nine for a grand total of 89. So 9 in the 49 is the 89th digit. That means 5 in 50 is the 90th digit.</p>