krispiekr3am
- 23
- 0
compute 6^100 (mod 13).
Compute 5^100 (mod 13).
Compute 5^100 (mod 13).
The discussion revolves around computing \(6^{100} \mod 13\) and \(5^{100} \mod 13\). Participants explore methods for simplifying these calculations using modular arithmetic, particularly referencing Fermat's little theorem and properties of exponents.
Participants express differing views on the methods for calculating the modular exponentiation, with some advocating for theoretical approaches while others rely on computational methods. There is no consensus on the correctness of the results presented, and the discussion remains unresolved regarding the best approach.
Participants highlight the importance of understanding modular arithmetic properties, particularly that calculations can often be simplified by recognizing periodicity in powers, especially when the modulus is prime.
krispiekr3am said:x^a*x^b
=x^(a+b)
?
can you guys give me the answer and i can work backward? because i can try many ways and will not know its the correct answer or not.
thanks