Raza
- 203
- 0
Homework Statement
95937 mod 2537
Homework Equations
None
The Attempt at a Solution
Here's what my friend did:
How do I do this? and how did he do this?
Last edited:
The problem involves calculating 95937 mod 2537, with participants discussing various approaches and breakdowns of the computation.
The discussion is ongoing, with various interpretations and methods being explored. Some participants have shared results obtained through software, while others are focused on manual calculations and theoretical approaches.
Participants note potential confusion regarding the setup of the problem and the assumptions made about the calculations. There is also mention of discrepancies in results obtained through different methods.
This can't be right, because the product above ends with a 0. Powers of any number that ends with a 5 will also end with a 5 (except if the exponent is 0). In fact, for n >=5,Raza said:[tex]95 \times 1786 \times 341 \times 2188 \times 403[/tex]
How do I do this? and how did he do this?
This isn't right either. According to Calculator,Raza said:Here's what my friend did:
[tex]95^{937}[/tex]
[tex]95 \times 240^{234}[/tex]
n := 2537;
R := ResidueClassRing(n);
number := R ! 95;
number ^ 937;