Exponential Digits

What is the tens digit in 3 385 3^{385} ?

3 1 8 4

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.

3 solutions

Chris Lewis
Feb 27, 2019

We can solve this (and other questions like it) using a combination of the Chinese Remainder Theorem and Euler's Theorem.

First of all, Euler: if a a and n n are coprime, then a φ ( n ) 1 ( m o d n ) a^{\varphi (n)} \equiv 1 \pmod{n} , where φ ( n ) \varphi (n) is the Euler Totient function.

In this case, we have φ ( 100 ) = 40 \varphi (100) = 40 ; so by the theorem, we have

3 385 ( 3 40 ) 9 3 25 3 25 ( m o d 100 ) 3^{385} \equiv (3^{40})^9 \cdot 3^{25} \equiv 3^{25} \pmod{100}

It's absolutely possible to finish here and just work out the powers needed, but sometimes it's useful to use the Chinese Remainder Theorem as well.

We have 100 = 4 25 100=4 \cdot 25 .

3 25 ( 1 ) 25 3 ( m o d 4 ) 3^{25} \equiv (-1)^{25} \equiv 3 \pmod{4}

and, using Euler again (and that φ ( 25 ) = 20 \varphi (25) = 20 ),

3 25 3 5 = 243 18 ( m o d 25 ) 3^{25} \equiv 3^5 = 243 \equiv 18 \pmod{25}

The Chinese Remainder Theorem tells us that there is a unique solution to both of these congruences modulo 100 100 . The quickest way to solve these is to combine them; the second one tells us that 3 385 = 18 + 25 k 3^{385} = 18+25k for some k k ; looking at this modulo 4 4 we have 3 385 2 + k 3 3^{385} \equiv 2+k \equiv 3 so that k 1 ( m o d 4 ) k \equiv 1 \pmod4 ; this gives the answer 18 + 25 = 43 18+25=43 with tens digit 4 \boxed4 .

Yes! I was trying out new things and figured out this solution too!

Vicky Ye - 2 years, 3 months ago
Kyle T
Feb 25, 2019

3^385 mod 100 = 43 therefore we have a 4 in the tens digit

Vicky Ye
Feb 24, 2019

In order to approach this problem, you will need to find a pattern. Since the base of the exponent is 3, an easy counting number, you can just write all the possibilities down. *

There is a repeated cycle for the power of threes. The pattern starts with 03, and progresses with:
09, 27, 81, 43, 29, 87, 61, 83, 49, 47, 41, 23, 69, 07, 21, 63, 89, 67, 01, 03 ,
containing the tens and ones digits. Note: The italicized number is the beginning of the same sequence.

As you can see, the repeated length of the numbers are 20.

Since the problem states that you need to solve 3 385 3^{385} , you can just divide 385 by 20 because the sequence repeats. The sequence repeats 19 times which results in a remainder of 5 .

The remainder means how many numbers you will be counting on from the beginning of the list:
03, 09, 27, 81, 43 , 29, 87, 61, 83, 49, 47, 41, 23, 69, 07, 21, 63, 89, 67, 01

In this case, 43 is the 5 t h 5^{th} number in the list.

The tens digit of 43 is 4 \boxed{4} .

* I will have another solution posted soon.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...