Can Solving n = x (mod 10x+1) Simplify Factoring Numbers?

  • Context: Undergrad 
  • Thread starter Thread starter sparsh12
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
sparsh12
Messages
12
Reaction score
0
--> if n = x(mod 10x+1) n,x>0 (where = is symbol used in "congruence" not equality)

then, is there a way to find some direct relation between n and x, in terms of some parameter?

--> I have 9 more such equations and if i am able to solve either one i would be able to solve all of them.

--> And this woud help me factorise any number without searching. But only if above congruence could be solved.

what am I supposed to do to solve the congruence? Some modern mathematics?
 
Physics news on Phys.org


sparsh12 said:
--> if n = x(mod 10x+1) n,x>0 (where = is symbol used in "congruence" not equality)

then, is there a way to find some direct relation between n and x, in terms of some parameter?

--> I have 9 more such equations and if i am able to solve either one i would be able to solve all of them.

--> And this woud help me factorise any number without searching. But only if above congruence could be solved.

what am I supposed to do to solve the congruence? Some modern mathematics?


[itex]n=x\pmod{10x+1}\Longrightarrow n=x+k(10x+1)\,,\,\,k\in Z\Longrightarrow n=x(10k+1)+ k[/itex]...can you see any "direct" relation between n and x? Because beyond what the last equation shows, I can't.

DonAntonio