Puzzle Answer #19
![]()
| The answer is 10. Take the first 2 digits of the first number and add them together. You have 10. Take the next 2 digits and find their sum, and you will have 9. Continue along the sequence, adding the digits in pairs even if it means taking the last digit of one number and the first digit of the next number. Let's look at those numbers: 733626, 61240, 5312, 102, 10 7 + 3 = 10 3 + 6 = 9 2 + 6 = 8 6 + 1 = 7 2 + 4 = 6 0 + 5 = 5 3 + 1 = 4 2 + 1 = 3 0 + 2 = 2 1 + 0 = 1 Note that your answer cannot be "01" because no one writes "1" as "01" normally. Of course, there might be some exception. However, if you say so, then, please add couple zeros before the number "733626" to make it "0000733626" too!!!!
|