Uniqueness of integers question

AI Thread Summary
The discussion centers on finding integers s and t such that 1 = 7*s + 11*t and demonstrating the non-uniqueness of these integers. Examples provided include t=2, s=-3 and t=-5, s=8, both of which satisfy the equation. The theorem referenced states that for any two relatively prime integers, there exist integers x and y such that 1=ax+by, confirming the existence of solutions. The participants agree that the provided solutions effectively demonstrate the non-uniqueness of s and t. Ultimately, the discussion confirms that multiple distinct pairs of integers can satisfy the equation.
BustedBreaks
Messages
62
Reaction score
0
Find integers s and t such that 1 = 7*s + 11*t. Show that s and t are not unique.

I can find numbers that satisfy this question, t=2, s=-3 and t=-5, s=8, that show s and t are not unique, but this doesn't seem to be rigorous and I'm not sure where to start with proving this.
 
Physics news on Phys.org
In general there is a theorem which states that for any two relatively prime positive integers a and b there exist integers x and y such that: 1=ax+by. Or, a and b are relatively prime iff there exist integers x and y such that 1=ax+by.
 
sutupidmath said:
In general there is a theorem which states that for any two relatively prime positive integers a and b there exist integers x and y such that: 1=ax+by. Or, a and b are relatively prime iff there exist integers x and y such that 1=ax+by.

yea.. or there exist integers x and y such that (a,b)=ax+by.
 
icystrike said:
yea.. or there exist integers x and y such that (a,b)=ax+by.

THis is an even more general result. Namely if L={n|n=ax+by, x,y in Z}, then the smallest element of L is gcd(a,b).
 
BustedBreaks said:
Find integers s and t such that 1 = 7*s + 11*t. Show that s and t are not unique.

I can find numbers that satisfy this question, t=2, s=-3 and t=-5, s=8, that show s and t are not unique, but this doesn't seem to be rigorous and I'm not sure where to start with proving this.
But this is completely correct and a perfectly good solution to this problem. 7(-3)+ 11(2)= -21+ 22= 1, 7(8)+ 11(-5)= 56- 55= 1, and these are two distinct solutions. That is all that is necessary to show that the solution to this particular problem is not unique.
 
Back
Top