Deriving Largest Unattainable Score with GCD(m,n)=1

  • Thread starter imagination10
  • Start date
In summary, we need to find the largest integer N that cannot be expressed as am+bn, where a and b are non-negative integers and m and n are relatively prime. This can be done by finding all possible solutions for am+bn=N and then finding the smallest positive value for N that cannot be expressed in this form.
  • #1
imagination10
4
0
Suppose you have a game in which there are two kinds of scoring events. One event gives a score of m points, and the other gives a score of n points. Assume gcd(m,n)=1. Derive a formula for the largest unattainable score. Prove your answer is correct.

Well, I only can figure of these:

since (m, n)= 1, then we have

{0, m, 2m,..., (n-1)m} as a complete residue system mod n

and

{0, n, 2n,..., (m-1)n} as a complete residue system mod m.

What should I do then?
 
Physics news on Phys.org
  • #2
Start with am+bn=N, which has integer solutions a,b for all N since (m,n)=1. Now, these solutions aren't necessarily positive, but if a,b are one set of solutions, then a+kn, b-km are also solutions, where k ranges over the integers.

Now assume a<0, in which case b>N/n. Now try new solutions a1=a+n, b1=b-m. If a1<0 still, then b1>N/n, and we can continue this process until ai>=0. But at this point, bi will only remain positive if N is greater than... See if you can complete this argument.
 
Last edited:

Related to Deriving Largest Unattainable Score with GCD(m,n)=1

1. What is the concept of "Deriving Largest Unattainable Score with GCD(m,n)=1" in mathematics?

The concept of "Deriving Largest Unattainable Score with GCD(m,n)=1" is a mathematical problem that involves finding the largest possible number that cannot be obtained by combining two given numbers, m and n, using the greatest common divisor (GCD) method. In this method, the GCD of two numbers is the largest positive integer that divides both numbers without leaving a remainder.

2. How is the largest unattainable score calculated using GCD(m,n)=1?

The largest unattainable score can be calculated by first finding the GCD of the two given numbers, m and n. Then, this GCD should be subtracted from the product of m and n. The resulting number is the largest unattainable score.

3. Why is GCD(m,n)=1 a necessary condition for finding the largest unattainable score?

GCD(m,n)=1 is a necessary condition because it ensures that there is no other common factor between m and n, other than 1. This means that the GCD method cannot be used to obtain any other number smaller than the largest unattainable score. If there were common factors between m and n, the GCD method could be used to obtain smaller numbers.

4. Can the largest unattainable score be obtained by combining more than two numbers?

No, the largest unattainable score can only be obtained by combining two numbers, m and n, using the GCD method. Introducing more numbers into the equation would create additional common factors, making it possible to obtain smaller numbers using the GCD method.

5. Is there any real-life application of "Deriving Largest Unattainable Score with GCD(m,n)=1"?

Yes, this concept has applications in cryptography, where it is used to generate encryption keys and ensure that certain numbers are not easily obtainable through mathematical manipulation. It is also used in game theory to determine the optimal strategy for winning certain games.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Replies
4
Views
705
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
901
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top