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:
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:95 \times 1786 \times 341 \times 2188 \times 403
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:
95^{937}
95 \times 240^{234}
n := 2537;
R := ResidueClassRing(n);
number := R ! 95;
number ^ 937;