Modular Algorithm for Solving Equations with Unknowns Modulo 100

  • Context: Undergrad 
  • Thread starter Thread starter booney1983
  • Start date Start date
  • Tags Tags
    Algorithm
Click For Summary

Discussion Overview

The discussion revolves around solving a set of modular equations involving unknowns modulo 100 and their relationships with other modular conditions. Participants explore the application of the Chinese remainder theorem and clarify the definitions of variables involved in the equations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a problem involving equations for x1, x2, and x3 with modular constraints and asks for help in finding values for b and c.
  • Another participant suggests that the problem relates to the Chinese remainder theorem and moves the discussion to a more appropriate forum.
  • Clarification is sought regarding the variables y and k in the equations, with one participant questioning their necessity and meaning.
  • Another participant interprets the problem and outlines the equations that need to be satisfied, suggesting that the values of b and c can be determined using the relationships provided.
  • A different perspective is offered, proposing a simple solution where all variables equal 18 modulo 100, which simplifies the equations significantly.

Areas of Agreement / Disagreement

Participants express differing views on the definitions and roles of variables y and k, and there is no consensus on the necessity of these variables. Additionally, while some participants propose solutions, others question the clarity and completeness of the problem statement.

Contextual Notes

There are unresolved questions regarding the definitions of y and k, as well as the implications of the proposed solutions. The discussion also highlights the potential for multiple interpretations of the equations involved.

booney1983
Messages
4
Reaction score
0
how can i solve this problem?

[ x1= a (mod 100) , a= 20 (mod 37) ]


[ x2= b (mod 100) , b= 15 (mod 37) ]


[ x3= c (mod 100) , c= 18 (mod 37) ]

must be ; x2= a.k + y (mod100)

and

x3= b.k + y (mod100)

i need find b and c.. thank you best regards..
 
Physics news on Phys.org
Looks to me like "Chinese remainder theorem". In any case, it is certainly not "Calculus and Analysis. I am moving this to the number theory forum.
 
booney1983 said:
must be ; x2= a.k + y (mod100)

and

x3= b.k + y (mod100)

Are these the same y and k, the same y, but some arbitrary k, or what?
 
yes same y and k
 
booney1983: yes same y and k

That's not especially helpful since no effort to define them was given. As for y I see that you use it in the two final equations. So I am wondering if it could not simply be dropped and is meaningless?

What is b.k? I have guessed it means b times k. The symbol "*" is sometimes used for multiplication. Maybe some countries think differently.
 
Last edited:
Here's how I'm interpreting the question:

Find b and c such that the following equations are satisfied in terms of the other variables.
1. [tex]x_1\equiv a\pmod{100}[/tex]
2. [tex]a\equiv20\pmod{37}[/tex]
3. [tex]x_2\equiv b\pmod{100}[/tex]
4. [tex]b\equiv15\pmod{37}[/tex]
5. [tex]x_3\equiv c\pmod{100}[/tex]
6. [tex]c\equiv18\pmod{37}[/tex]
7. [tex]x_2\equiv a\cdot k+y\pmod{100}[/tex]
8. [tex]x_3\equiv b\cdot k+y\pmod{100}[/tex]It's trivial to determine the values of b and c mod 100: [itex]b\equiv ak+y[/itex], [itex]c\equiv bk+y[/itex]. The CRT could then be used to determine b and c mod 3700.
 
Last edited:
One simple solution is X1=X2=X3=18 Mod 100. a=2018, b=718, c=18. k=1, y=0. which renders the last two equations redundant, while 5 and 6 are taken care of since X3=c.
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K