Modular Arithmetic and Exponential Towers: Solving the Power Tower Puzzle

In summary, the conversation discusses the problem of finding the remainder when an exponential tower of 3000 7's is divided by 11. One method suggested is to use a brute force method, while another suggests using Euler's theorem and reducing the last exponent modulo 10. The participants also mention the use of Fermat's Little Theorem and the efficiency of modular exponentiation. They plan to discuss and work on the problem further in a group meeting, despite not having prior experience with this type of problem and modular arithmetic.
  • #1
phantasmagoriun
6
0
Consider an exponential tower of three thousand 7's.
What is the remainder when you divide the tower by 11?
Note that this notation means 7^(7^7) not (7^7)^7. So it's kinda like the Ackermann Function maybe?
The final answer must be given as a single integer in the range 0-10.


Anyone got any ideas?
 
Mathematics news on Phys.org
  • #2
You can just do a (sort of) brute force method:
Find 7 mod 11 = a1
Find 7 ^ a1 mod 11 = a2
Find 7 ^ a2 mod 11 = a3
...
Find 7 ^ a(n-1) mod 11 = an where an = a1
Then the top of the exponent tower will cycle through the sequence a1...an-1 as you evaluate it and all you have to do is count correctly so you land on the right element of the sequence.

This method is easy by calculator but harder by hand. There is probably a better way to do this.
 
  • #4
[tex]\phi(11)=10[/tex]
So, from Fermat's Little Theorem, we could reduce the last exponent modulo 10 without altering the result.

So, if we knew the remainder of a tower of 2999 7's when divided by 10 then we'd only have one exponentiation left, right?
 
  • #5
Thanks for the help. I'm going to bring this stuff into my group meeting and see what we can do with it. (None of us have seen this type of problem before, nor worked with mod, so hopefully we can figure it out)
 

What is a Power Tower Puzzle Problem?

A Power Tower Puzzle Problem is a mathematical puzzle where a series of numbers are stacked on top of each other, and the resulting tower is raised to the power of itself multiple times. The objective is to figure out the final value of the tower.

How do you solve a Power Tower Puzzle Problem?

The most common way to solve a Power Tower Puzzle Problem is by using a calculator or a computer program to raise the numbers to the appropriate power. Alternatively, you can also use logarithms or other mathematical techniques to simplify the problem.

What is the significance of Power Tower Puzzle Problems?

Power Tower Puzzle Problems are a fun and challenging way to practice mathematical skills and critical thinking. They also have real-world applications in fields such as cryptography and computer science.

Are there any strategies for solving Power Tower Puzzle Problems?

Yes, there are various strategies that can be used to solve Power Tower Puzzle Problems. Some common strategies include simplifying the problem using logarithms, finding patterns in the numbers, and breaking the tower into smaller parts.

Are there any variations of the Power Tower Puzzle Problem?

Yes, there are many variations of the Power Tower Puzzle Problem, including different starting numbers, different numbers of iterations, and different operations besides exponentiation. Some variations also involve finding the smallest or largest possible value of the tower.

Similar threads

Replies
5
Views
2K
  • General Math
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
3K
Replies
1
Views
2K
  • Calculus
Replies
6
Views
3K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
304
Replies
66
Views
4K
  • Electromagnetism
Replies
18
Views
1K
Back
Top