How Do I Obtain Specific Solutions for Linear Diophantine Equations?

  • Thread starter Thread starter totoro
  • Start date Start date
  • Tags Tags
    Homework Mean
AI Thread Summary
To solve the linear Diophantine equation 893x = 266 (mod 2432), the GCD of 893 and 2432 is found to be 19. The user calculates coefficients u and v, arriving at -49 and -18, but seeks to understand how to derive the positive solutions of 79 and 29 presented in a textbook. The calculations show that both sets of coefficients satisfy the equation, leading to confusion about the validity of the textbook answers. The discussion emphasizes the need for clarity on how to convert negative coefficients into positive ones while maintaining the integrity of the equation. The thread highlights the complexities of finding specific solutions in modular arithmetic.
totoro
Messages
42
Reaction score
0
i need help with this question

893x=266(mod 2432) ,= mean congruence

fisrt i find gcd(893,2432)=19
then i need to find u,v for 893u-2432v=19
the u and v i found is -49 and -18
but the answer here in my book is 79 and 29
after calculating, i found that both the answer are correct. my question is how to get 79 and 29?


thanks.
 
Physics news on Phys.org
If the problem is "893x=266(mod 2432)"

how could the answer be "u= 79 and v= 29" OR "u= -49 and v= -18"?

Where did u and v come from? What happened to x?
 
first i use this method to find the gcd of (893,2432).that is
2432=893(2)+646
893=646(1)+247
646=247(2)+152
247=152(1)+95
152=95(1)+57
95=57(1)+38
57=38(1)+19
38=19(2)+0
from here i found the gcd is 19
then 19 can divide 266, therefor it has a solution

if i reverse all the step above, i will get
2432(18)-893(49)=19
from this 893x=266(mod2432)i can change to 893x-2432y=266
therefor this formula 893(-49)-2432(-18)=19 should multiply by 14 to get the formula same as above. with this i can get x later, but the problem is that i get -49 and -18 and not 79 and 29.
 
totoro,
I think the answer in the book is wrong. Because
<br /> 893\cdot79=19(\mod{2432})<br />
<br /> 893\cdot29=1577(\mod{2432})<br />
They do not work. Why do you think they are correct?

(Why does it make these spaces before mod? How can I TeX it better?)
 
Last edited:
the formula i get is 893u - 2432v = 19. with euclidean algorithm i get 893(-49) - 2432(-18) = 19. i get negative numbers (u,v) = (-49,-18). how can i change it to a positive numbers like (u,v) = (79,29)?
 
Sorry, I can only help you if you answer my question.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top