Taking things series-ly

Consider a recurrence relation with a i + 1 = a i 5 + 1 a_{i+1} = a_i ^5 + 1 and initial term a 1 = 0 a_1 = 0 . What is the last digit of a 12 a_{12} ?


The answer is 1.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Denton Young
Jul 15, 2015

For positive integers, the last digit of n 5 n^{5} is the same as the last digit of n n .

Since the problem only concerns last digits, we can substitute a i a_{i} for ( a i ) 5 (a_{i})^{5} in the iteration.

With the substitution, a 12 a_{12} = 11, which has a last digit of 1.

Moderator note:

Can you prove the very first line?

Sure. 0 5 0^5 = 0, 1 5 1^5 = 1, 2 5 2^5 = 32, 3 5 3^5 = 243, 4 5 4^5 = 1024, 5 5 5^5 = 3125, any power of 6 ends in 6 since 6 * 6 is 36, 7 5 7^5 = 16807, 8 5 8^5 = 32768, 9 5 9^5 ends in 9 because 9 4 9^4 = 6561, and for any number that's 2 or more digits, we can write it as (10a + b) where b is the units digit, and ( 10 a + b ) 5 (10a + b)^5 has the same units digit as b 5 b^5 because everything else when you expand it out has at least 1 factor of 10a, rendering its units digit 0.

Denton Young - 5 years, 11 months ago

Log in to reply

why last digit of n 5 n^5 always same with n? Is that just a coincidence or it have a theory behind it?

last sword - 5 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...