<p>If j, k, n are consecutive integers such that 0<j<k<n and the units ( ones) digit of the product jn is 9, what is the digit of k ?</p>
<p>So we know these numbers j,k,n are consecutive, so k = j+1 and n = j+2. When we're talking about the units digit of a product, we only have to look at the units digit of the numbers being multiplied. All the possibilities (a,b) where a and b are units digits and b = a + 2 (on a units digit ring) are the following:</p>
<p>(0,2), (1,3), (2,4), (3,5), (4,6), (5,7), (6,8), (7,9), (8, 0),(<--not 10 because we're only concerned with units digits), (9,1). </p>
<p>Out of these ordered pairs (a,b), the only product ab which equals 9 is the pair (9,1). </p>
<p>We know then that:
j = 10x + 9 for some x
k = 10x + 10 (11x)
n = 10x + 11 (11x + 1) </p>
<p>Therefore k has units digits 0. Of course, this problem can be solved intuitively in a matter of seconds by using actual numbers, like 9,10, and 11.</p>