how can i solve this problem by step to step? i will make computer program, due to this reason i ve got to learn it's solving method...
ax = c ( mod m )
( example: 5x = 7 ( mod 37) )
could someone explain it with ax = c (mod m).. thank you and best regards...
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..