Number Theory: Division with remainder of factorials

In summary, the problem involves finding the remainder of the division of 75!*130! by 211, which is a prime number. Using Wilson's Theorem, it can be simplified to finding the remainder when 210! is divided by 211. By using the Euclidean algorithm, we can solve for the remainder to be 141.
  • #1
miren324
14
0
I'm struggling with how to even begin with this problem.

Find the remainder of the division of 75!*130! by 211.

211 is prime, so I know the remainder is not 0. I'm not sure where to start though.

Thanks!
 
Physics news on Phys.org
  • #2
Note that you can interpret 75! as (-1)^75*(-1)*(-2)*...*(-75). Working mod 211, you thus see that -75!*130! is the product of all but 5 nonzero elements of [tex]\mathbb{Z}/211\mathbb{Z}[/tex]. Now, find the product of all nonzero elements, and divide by the 5 that are missing.
 
  • #3
Just to make sure I'm clear, since 75!=((-1)^75)(-1)(-2)...(-75), then 75!130!=(-1)(-1)(-2)...(-75)(1)(2)...(130). Now, 75!130! is the product of all (but 5) nonzero elements of Z/211Z because in mod 211 -1 is 210, -2 is 209, and -75 is 136, so all we are missing in our product are 131, 132, 133, 134, and 135.

Now, please explain your last sentence, because it seems like you're saying find 211! and divide by 131*132*133*134*135, which is a very large number and too difficult to calculate by hand, unless I'm missing some trick for factorials.
 
  • #4
miren324 said:
Just to make sure I'm clear, since 75!=((-1)^75)(-1)(-2)...(-75), then 75!130!=(-1)(-1)(-2)...(-75)(1)(2)...(130). Now, 75!130! is the product of all (but 5) nonzero elements of Z/211Z because in mod 211 -1 is 210, -2 is 209, and -75 is 136, so all we are missing in our product are 131, 132, 133, 134, and 135.

Now, please explain your last sentence, because it seems like you're saying find 211! and divide by 131*132*133*134*135, which is a very large number and too difficult to calculate by hand, unless I'm missing some trick for factorials.

What's 210! mod 211? You don't have to calculate it. There is a theorem. Remember?
 
Last edited:
  • #5
So, by Wilson's Theorem I have 210! [tex]\equiv[/tex] -1 (mod 211). Now I divide by 131*132*133*134*135[tex]\equiv[/tex] 208 (mod 211). Now divide 210 by 208 (mod 211).

210/208 = x (mod 211)
210 = 208x (mod 211)
210 = 208x + 211y

211 = 210(1)+3 so 3=211-208(1)
208 = 3(69) + 1 so 1 = 208-3(69)
3 = 1(3) so gcd(208, 211)=1 [which we knew already because 211 is prime].

Now using Euclidean algorithm backwards:
1 = 208 - 3(69) = 208 - 69(211 - 208) = 70(208) - 69(211)

Need to solve 210=208x+211y so multiply by 210 and I have
210 = 208(14700) + 211(-14490)

Thus x = 14700 so 210/208 [tex]\equiv[/tex] 14700 (mod 211) [tex]\equiv[/tex] 141 (mod 211).

Is this right? I did a lot of steps in there that I haven't used since the beginning of this semester, or possibly since last semester, so I'm not sure I remembered everything correctly.
 
  • #6
miren324 said:
So, by Wilson's Theorem I have 210! [tex]\equiv[/tex] -1 (mod 211). Now I divide by 131*132*133*134*135[tex]\equiv[/tex] 208 (mod 211). Now divide 210 by 208 (mod 211).

210/208 = x (mod 211)
210 = 208x (mod 211)
210 = 208x + 211y

211 = 210(1)+3 so 3=211-208(1)
208 = 3(69) + 1 so 1 = 208-3(69)
3 = 1(3) so gcd(208, 211)=1 [which we knew already because 211 is prime].

Now using Euclidean algorithm backwards:
1 = 208 - 3(69) = 208 - 69(211 - 208) = 70(208) - 69(211)

Need to solve 210=208x+211y so multiply by 210 and I have
210 = 208(14700) + 211(-14490)

Thus x = 14700 so 210/208 [tex]\equiv[/tex] 14700 (mod 211) [tex]\equiv[/tex] 141 (mod 211).

Is this right? I did a lot of steps in there that I haven't used since the beginning of this semester, or possibly since last semester, so I'm not sure I remembered everything correctly.

That's really good. Except you got the negative of the correct answer. When you said 75!130!=(-1)(-1)(-2)...(-75)(1)(2)...(130) that was great. But you are forgetting that first (-1).
 

1. What is number theory?

Number theory is a branch of mathematics that deals with the study of integers and their properties, including patterns, relationships, and structures.

2. What is division with remainder?

Division with remainder, also known as modulo division, is a mathematical operation that calculates the remainder after dividing one number by another.

3. How does division with remainder relate to factorials?

Division with remainder can be used to find the remainder when dividing factorials by a number. This can be helpful in solving problems related to permutations and combinations.

4. Can division with remainder of factorials be applied to real-life situations?

Yes, division with remainder of factorials can be applied to real-life situations, such as in probability and statistics, as well as in computer programming and cryptography.

5. What is the significance of studying division with remainder of factorials in number theory?

Studying division with remainder of factorials can help in understanding the properties of integers and their relationships. It also has practical applications in various fields, making it an important topic in number theory.

Similar threads

  • Calculus and Beyond Homework Help
Replies
30
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
5K
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
13
Views
716
  • Precalculus Mathematics Homework Help
Replies
3
Views
640
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
Back
Top