Quandaries
and Queries |
|||
Jack's social security number contains each of the nonzero digits exactly once. By examining the digits from left to right, he also found that 1 divides the first digit evenly, 2 divides the sum of the first two digirs evenly, 3 divides the sum of the first three digits evenly, and so on, until 9 divides the sum of all the digits evenly. What is Jack's social security number? |
|||
Hi, Jack's social security number looks like
where each letter is a digit between 1 and 9, and no digit is repeated. The sum of the digits is
which is divisible by 9. You aso know that
is divisible by 8. i = 5 is the only digit that satisifies this condition, so i = 5. Now consider
This must be divisible by 7. Certainly h = 5 gives 40 - h = 35 which is divisible by 5 and no other chioce of h makes 40 - h divisible by 7. Hence h = 5. But your requirements are that a, b, c, d, e, f, g, h and i are distinct so there is no nine digit social security number that satisfies your requirement. Penny |
|||
|