Find x Given Remainders: Number Theory Problem and Solution

AI Thread Summary
To find the number x that satisfies the given remainders when divided by 31, 73, and 111, the Chinese remainder theorem is applicable. The equations can be expressed as x = 31k_1 + 10, x = 73k_2 + 35, and x = 111k_3 + 29. The challenge lies in the number of unknowns exceeding the equations, complicating the solution process. A systematic approach involves rewriting the equations and utilizing modular arithmetic to find a common solution. Ultimately, applying the Chinese remainder theorem will yield the value of x.
ismaili
Messages
150
Reaction score
0

Homework Statement


A given number x, if divided by 31, the remainder is 10, if divided by 73, the remainder is 35, if divided by 111, the remainder is 29. Then, what's the number x?


Homework Equations


<br /> x = 31k_1 + 10 = 73k_2 + 35 = 111k_3+29, \tex{ then?}<br />


The Attempt at a Solution



I roughly remember this is a famous problem in high school mathematics, but I can't remember the way to solve this type of problems. The number of unknowns seem to be larger than the number of equations. I tried to write these equations in a way like,
<br /> x = 111\times73\times31\times u_1<br /> +73\times31\times u_2<br /> + 31\times k_3 + 10<br />
But it seems to be not so helpful.
Any ideas? thanks in advance.
 
Physics news on Phys.org
This uses the "Chinese remainder theorem".
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top