SOLUTION: Ten consectutive integers greater than 5 billion are each raised to the fifth power, the new numbers are then added together. what is the ones digit of the sum?

Algebra.Com
Question 665192: Ten consectutive integers greater than 5 billion are each raised to the fifth power, the new numbers are then added together. what is the ones digit of the sum?

Answer by kevwill(135)   (Show Source): You can put this solution on YOUR website!
Don't be fooled by the "greater than 5 billion" in the problem statement. The only thing that matters is the ones digit.

Think of it this way: Every integer can be expressed as the sum of a multiple of 10 and a single digit (e.g. for any integer x, x = 10k + i where 0 <= i <= 9). So,


Note that every term is multiple of 10 except , so the ones digit of is the same as the ones digit of . That is
mod 10 = mod 10}}}

So any 10 consecutive integers will have ones digits of 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 (not necessarily in that order). Raising each of those integers to the 5th power will result in numbers with ones digits equal to the ones digits of , again, not necessarily in that order.

So all we need to know is:
mod 10 = 0 mod 10 = 0
mod 10 = 1 mod 10 = 1
mod 10 = 32 mod 10 = 2
mod 10 = 243 mod 10 = 3
mod 10 = 1024 mod 10 = 4
mod 10 = 3125 mod 10 = 5
mod 10 = 7776 mod 10 = 6
mod 10 = 16807 mod 10 = 7
mod 10 = 32768 mod 10 = 8
mod 10 = 59049 mod 10 = 9

So the ones digit we are looking for is
(0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9) mod 10 = 45 mod 10 = 5

The ones digit of the sum is 5.


RELATED QUESTIONS

SAT Practice Test question: "When 5 consecutive odd integers that are each greater than... (answered by ikleyn)
Five times the smallest of three consectutive odd integers is ten more than twice the... (answered by checkley77)
tripling the greater of 2 consectutive even integers gives the same result as subtracting (answered by ankor@dixie-net.com)
Express 98 as a sum or difference of two numbers whose powers are easier to calculate... (answered by richard1234,chessace)
thw sum of four consectutive integers in 62. what are the four integers? (answered by jorel1380,algebrahouse.com)
The sum of 4 consectutive odd integers is ten less than the square of the first odd... (answered by CubeyThePenguin)
When 1 is added to the difference between six times a number and 7, the result is greater (answered by MathLover1)
The mean of a set of numbers is 500. a. If 10 is added to each of the numbers in the... (answered by math_tutor2020)
The mean of a set of numbers is 500. a. If 10 is added to each of the numbers in the... (answered by math_helper)