Subject: math/unit's digit
Name: Lana
Who are you: Parent

Compute the unit's digit of :
1 to the power of 5 + 2 to the power of 5 + 3 to the power of 5 + 4 to the power of 5 + 5 to the power of 5 + 6 to the power of 5 + ... + 2006 to the power of 5 .

 


Hi Lana.

There might be a "trick" to this which makes the computation even quicker than what I will show you, but I don't see it right away.

First two facts:

  1. If you are looking for the units digit of a sum of whole numbers, you only need to look at the units digits of each of the addends. So we can ignore the real "bigness" of the numbers and just watch what is happening to the units digits of the addends. Thus for example the units digit of 2346 + 2377 + 2378 + 2379 is the units digit of 6 + 7 + 8 + 9.

  2. If a and n are whole numbers then the units digit of an is (the units digit of a)n. Thus for example the units digit of 23465 is the units digit of 65.

You need to convince yourself that these facts are true.

Now look at the first few quintic numbers (numbers raised to the fifth power) maybe we'll see a pattern:
15 = 1
25 = 32
35 = 343
45 = 1024
55 = 3125
(notice that the units digits are 1, 2, 3, 4, 5 !! let's see if it continues)
65 = 7776
75 = 16807
85 = 32768
95 = 59049
105 = 100000

It does. We could perhaps find a reason for this pattern, but it is sufficient for us to have shown it exists. Further, using the second fact above the pattern repeats. This means that your sum of the first 2006 quintic numbers has the same units digit as the sum of the first 2006 numbers.

Thus you can use the technique of Gauss to find the sum of 1 + 2 + 3 + ... + 2006 and then read off its unit digit.

Stephen and Penny