What is the Solution to the Extended Euclidean Algorithm Homework?

Click For Summary
SUMMARY

The discussion centers on solving equations using the Extended Euclidean Algorithm, specifically for the equations 520x - 1001y = 13, -26, and 1. The first two equations can be solved by recognizing that both 1001 and 520 are multiples of 13, allowing for simplification to 40x + 77y = 1 and 40x + 77y = -2. However, the third equation, 520x - 1001y = 1, has no integer solutions because 1 is not a multiple of 13, confirming that it cannot be solved using integer values for x and y.

PREREQUISITES
  • Understanding of the Extended Euclidean Algorithm
  • Familiarity with integer linear equations
  • Knowledge of modular arithmetic
  • Ability to perform back-substitution in equations
NEXT STEPS
  • Study the Extended Euclidean Algorithm in detail
  • Learn about integer solutions in linear Diophantine equations
  • Explore modular arithmetic and its applications
  • Practice solving similar linear equations with different coefficients
USEFUL FOR

Students studying number theory, mathematicians interested in algebraic equations, and anyone looking to understand the Extended Euclidean Algorithm and its applications in solving linear equations.

Dalmighty
Messages
3
Reaction score
0

Homework Statement



There's a couple of questions that require the use of this, I'm having trouble with one of them, could anyone help?

Homework Equations



a) 520x - 1001y = 13
b) 520x - 1001y = -26
c) 520x - 1001y = 1

The Attempt at a Solution



The first two are easy to do,

where you set 1001 and 520 as a and b respectively.

so:

1001 = 1*520 + 481
520 = 1*481 + 39
481 = 12*39 + 13
39 = 3*13 + 0 for a)
39 = 26 + 13 for b)And you use back-substitution for the first two and change the signs accordingly, that's fine,
so you start with:
a) 13 = 481 - (12*39)
b) 26 = 39 - 13
c) 1 = ?

for c), I'm stumped. Do you use a fraction or something? or is there no solution? thanks for any help you can give me.
 
Last edited:
Physics news on Phys.org
The problem is that both 1001 and 520 are multiples of 13 (1001= 13(77), 520= 13(40) so that for any integer x and y, 520x+ 1001y= 13(77)x+ 13(40)y= 13(77x+ 40y) is a multiple of 13. 520x+ 1001y= A has a solution only if A is also a multiple of 13.

In the first two problems, that is, of course, true and the first thing you would do is divide through by 13: 520x+ 1001y= 13==> 40x+ 77y= 1 and 520x+ 1001y= -26==> 40x+ 77y= -2.

The third equation, 520x+ 1001y= 1 is not of that form. There are no solutions with integer x and y.
 
Oh good, thanks for clarifying that, I had this suspicion that c) wasn't meant to have an answer.
 

Similar threads

Replies
16
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K