Find the least positive integer x such that x=5 (mod 7), x=7 (mod 11) and x=3(mod 13).

In summary, the least positive integer x that satisfies the given condition is 887. This problem is historically significant as it demonstrates the method used by Chinese generals in the Middle Ages to determine the number of soldiers in a battalion. The general solution of this problem can be found on the Math Help Boards forum.
  • #1
Suvadip
74
0
Find the least positive integer x such that x=5 (mod 7), x=7 (mod 11) and x=3(mod 13).

How to proceed?
 
Mathematics news on Phys.org
  • #2
suvadip said:
Find the least positive integer x such that x=5 (mod 7), x=7 (mod 11) and x=3(mod 13).

How to proceed?

$ x = 5 (mod 7) $
$ x = 7k +5 $ for some k
Sub in the second
$7k+5 = 7 (mod 11) $
$7k = 2 (mod 11) $ the multiplication inverse of 7 in $\mathbb{Z}_{11}$
$7(3) = -1 (mod 11) \Rightarrow 7(7)(9) = 1 (mod 11) \Rightarrow 7(8) = 1 (mod 11)$ so

$8(7k) = 16 (mod 11) \Rightarrow k = 5 (mod 11)$
$ k = 11t + 5 $
So $ x = 7(11t+5) + 5 = 77t + 40...(*) $
Now the last equation
$ 77t + 40 = 3 (mod 13)$ , solve it for t it will be something like t = 13m + c sub it in (*)
Chinese remainder theorem - Wikipedia, the free encyclopedia
 
  • #3
suvadip said:
Find the least positive integer x such that x=5 (mod 7), x=7 (mod 11) and x=3(mod 13).

How to proceed?

If $x \equiv a ~ (n)$ and $x\equiv b ~ (m)$ where $n,m$ are relatively prime positive integers then $x\equiv ab ~ (nm)$.

Since $x\equiv 5 ~ (7)$ it means $x\equiv 5 + 7k ~ (7)$.
Since $x\equiv 7 ~ (11)$ it means $x\equiv 7 + 11j ~ (11)$.

Now find integers $k,j$ so that $5 + 7k = 7 + 11j$. We require $11j - 7k = -2$. For example, choose $j=-4$ and $k=-6$. This tells us that $x\equiv -37 ~ (7)$ and $x\equiv -37 ~ (11)$, now since $7,11$ are relatively prime we get $x\equiv -37~ (77)$.

Continue from here.
 
  • #4
Equivalently: if x=5 (mod 7), x=7 (mod 11) and x=3(mod 13),
then from x= 3 (mod 13) (it is not necessary to start with the largest "modulus" but it makes the calculations easier) x= 3+ 13i for some integer I.

Then x= 3+ 13i= 7 (mod 11) so 3+ 2i= 7 (mod 11), 2i= 4 (mod 11), i= 2 (mod 11).
That means that i= 2+ 11j for some integer j so x= 3+ 13i= 3+ 13(2+ 11j)= 29+ 143j.

Then x= 29+ 143j= 5 (mod 7) so 1+ 3j= 5 (mod 7), 3j= 4 (mod 7). 3(6)= 18= 14+ 4. That means that j= 6+ 7k for some integer k and x= 29+ 143j= 29+ 143(6+ 7k)= 887+ 1001k.

Check: 887/7= 126 with remainder 5. 887/11= 80 with remainder 7. 887/13= 68 with remainder 3.
 
  • #5
suvadip said:
Find the least positive integer x such that x=5 (mod 7), x=7 (mod 11) and x=3(mod 13).

How to proceed?

This problem is of historical importance because it illustrates the method used by the chinese generals in the Middle Age to know the number of soldiers in a battalion. The general solution of this problem is illustrated in... http://mathhelpboards.com/number-theory-27/applications-diophantine-equations-6029.html#post28283

Kind regards

$\chi$ $\sigma$
 

Related to Find the least positive integer x such that x=5 (mod 7), x=7 (mod 11) and x=3(mod 13).

What is number theory?

Number theory is a branch of mathematics that studies the properties and relationships of integers and other numbers. It is a fundamental area of mathematics that has applications in various fields such as cryptography, computer science, and physics.

What are prime numbers?

Prime numbers are positive integers that are divisible only by 1 and themselves. They play a crucial role in number theory as they are the building blocks of all other integers. The first few prime numbers are 2, 3, 5, 7, 11, and so on.

What is the Goldbach conjecture?

The Goldbach conjecture is an unsolved problem in number theory, which states that every even integer greater than 2 can be expressed as the sum of two prime numbers. This conjecture has been tested for millions of even numbers, but it has not been proven or disproven yet.

What is the Riemann hypothesis?

The Riemann hypothesis is one of the most famous unsolved problems in mathematics. It states that all non-trivial zeros of the Riemann zeta function lie on the critical line with real part 1/2. This hypothesis has far-reaching implications in number theory, but it remains unproven.

How is number theory used in cryptography?

Number theory plays a crucial role in modern cryptography by providing the mathematical foundation for secure communication. Prime numbers, modular arithmetic, and other concepts from number theory are used to create secure encryption algorithms and digital signatures.

Similar threads

Replies
4
Views
407
  • General Math
Replies
3
Views
1K
Replies
5
Views
2K
  • General Math
Replies
1
Views
1K
Replies
3
Views
586
Replies
2
Views
895
Replies
1
Views
1K
  • General Math
Replies
24
Views
2K
Replies
3
Views
800
Back
Top