Coin problem

The coin problem (also referred to as the Frobenius coin problem or Frobenius problem, after the mathematician Ferdinand Frobenius) is a mathematical problem that asks for the largest monetary amount that cannot be obtained using only coins of specified denominations.[1] For example, the largest amount that cannot be obtained using only coins of 3 and 5 units is 7 units. The solution to this problem for a given set of coin denominations is called the Frobenius number of the set. The Frobenius number exists as long as the set of coin denominations has no common divisor greater than 1.

There is an explicit formula for the Frobenius number when there are only two different coin denominations, x and y: xy x y. If the number of coin denominations is three or more, no explicit formula is known; but, for any fixed number of coin denominations, there is an algorithm computing the Frobenius number in polynomial time (in the logarithms of the coin denominations forming an input).[2] No known algorithm is polynomial time in the number of coin denominations, and the general problem, where the number of coin denominations may be as large as desired, is NP-hard.[3][4]

Statement

In mathematical terms the problem can be stated:

Given positive integers a1, a2, …, an such that gcd(a1, a2, …, an) = 1, find the largest integer that cannot be expressed as an integer conical combination of these numbers, i.e., as a sum
k1a1 + k2a2 + ··· + knan,
where k1, k2, …, kn are non-negative integers.

This largest integer is called the Frobenius number of the set { a1, a2, …, an }, and is usually denoted by g(a1, a2, …, an).

The requirement that the greatest common divisor (GCD) equal 1 is necessary in order for the Frobenius number to exist. If the GCD were not 1, then starting at some number m the only sums possible are multiples of the GCD; every number past m that is not divisible by the GCD cannot be represented by any linear combination of numbers from the set.[5] For example, if you had two types of coins valued at 6 cents and 14 cents, the GCD would equal 2, and there would be no way to combine any number of such coins to produce a sum which was an odd number; additionally, even numbers 2, 4, 8, 10, 16 and 22 (less than m=24) could not be formed, either. On the other hand, whenever the GCD equals 1, the set of integers that cannot be expressed as a conical combination of { a1, a2, …, an } is bounded according to Schur's theorem, and therefore the Frobenius number exists.

Frobenius numbers for small n

A closed-form solution exists for the coin problem only where n = 1 or 2. No closed-form solution is known for n > 2.[4]

n = 1

If n = 1, then a1 = 1 so that all natural numbers can be formed. Hence no Frobenius number in one variable exists.

n = 2

If n = 2, the Frobenius number can be found from the formula . This formula was discovered by James Joseph Sylvester in 1882,[6] although the original source is sometimes incorrectly cited as,[7] in which the author put his theorem as a recreational problem[8] (and did not explicitly state the formula for the Frobenius number). Sylvester also demonstrated for this case that there are a total of non-representable (positive) integers.

Another form of the equation for is given by Skupień[9] in this proposition: If and then, for each , there is exactly one pair of nonnegative integers and such that and .

The formula is proved as follows. Suppose we wish to construct the number . Note that, since , all of the integers for are mutually distinct modulo . Hence there is a unique value of , say , and a nonnegative integer , such that : Indeed, because .

n = 3

Formulae[10] and fast algorithms[11] are known for three numbers though the calculations can be very tedious if done by hand.

Simpler lower and upper bounds for Frobenius numbers for n = 3 have been also determined. The asymptotic lower bound due to Davison

is relatively sharp.[12]. ( here is the modified Frobenius number which is the greatest integer not representable by positive integer linear combinations of .) Comparison with the actual limit (defined by the parametric relationship, where ) shows that the approximation is only 1 less than the true value as . It is conjectured that a similar parametric upper bound (for values of that are pairwise-coprime and no element is representable by the others) is where .

The asymptotic average behaviour of for three variables is also known:[13]

Frobenius numbers for special sets

Arithmetic sequences

A simple formula exists for the Frobenius number of a set of integers in an arithmetic sequence.[14] Given integers a, d, w with gcd(a, d) = 1:

The case above may be expressed as a special case of this formula.

In the event that , we can omit any subset of the elements from our arithmetic sequence and the formula for the Frobenius number remains the same.[15]

Geometric sequences

There also exists a closed form solution for the Frobenius number of a set in a geometric sequence.[16] Given integers m, n, k with gcd(m, n) = 1:

A simpler formula that also displays symmetry between the variables is as follows. Given positive integers , with let . Then [17]
where denotes the sum of all integers in

Examples

McNugget numbers

A box of 20 McDonald's Chicken McNuggets.

One special case of the coin problem is sometimes also referred to as the McNugget numbers. The McNuggets version of the coin problem was introduced by Henri Picciotto, who included it in his algebra textbook co-authored with Anita Wah.[18] Picciotto thought of the application in the 1980s while dining with his son at McDonald's, working the problem out on a napkin. A McNugget number is the total number of McDonald's Chicken McNuggets in any number of boxes. In the United Kingdom, the original boxes (prior to the introduction of the Happy Meal-sized nugget boxes) were of 6, 9, and 20 nuggets.

According to Schur's theorem, since 6, 9, and 20 are relatively prime, any sufficiently large integer can be expressed as a (non-negative, integer) linear combination of these three. Therefore, there exists a largest non-McNugget number, and all integers larger than it are McNugget numbers. Namely, every positive integer is a McNugget number, with the finite number of exceptions:

1, 2, 3, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 19, 22, 23, 25, 28, 31, 34, 37, and 43 (sequence A065003 in the OEIS).
Total012345
+0 0:0,0,01: 2: 3: 4: 5:
+6 6:1,0,07: 8: 9:0,1,010: 11:
+12 12:2,0,013: 14: 15:1,1,016: 17:
+18 18:3,0,019: 20:0,0,1 21:2,1,022: 23:
+24 24:4,0,025: 26:1,0,1 27:3,1,028: 29:0,1,1
+30 30:5,0,031: 32:2,0,1 33:4,1,034: 35:1,1,1
+36 36:6,0,037: 38:3,0,1 39:5,1,040:0,0,241:2,1,1
+42 42:7,0,043: 44:4,0,1 45:6,1,046:1,0,247:3,1,1
+48 48:8,0,049:0,1,250:5,0,1 51:7,1,052:2,0,253:4,1,1
+54 54:9,0,055:1,1,256:6,0,1 57:8,1,058:3,0,259:5,1,1
A possible set of combinations of boxes for a total of 0 to 59 nuggets.
Each triplet denotes the number of boxes of 6, 9 and 20, respectively.

Thus the largest non-McNugget number is 43.[19] The fact that any integer larger than 43 is a McNugget number can be seen by considering the following integer partitions

Any larger integer can be obtained by adding some number of 6s to the appropriate partition above.

Alternatively, since and , the solution can also be obtained by applying a formula presented for earlier:

Furthermore, a straightforward check demonstrates that 43 McNuggets can indeed not be purchased, as:

  1. boxes of 6 and 9 alone cannot form 43 as these can only create multiples of 3 (with the exception of 3 itself);
  2. including a single box of 20 does not help, as the required remainder (23) is also not a multiple of 3; and
  3. more than one box of 20, complemented with boxes of size 6 or larger, obviously cannot lead to a total of 43 McNuggets.

Since the introduction of the 4-piece Happy Meal-sized nugget boxes, the largest non-McNugget number is 11. In countries where the 9-piece size is replaced with the 10-piece size, there is no largest non-McNugget number, as any odd number cannot be made.

Other examples

In rugby union, there are four types of scores: penalty goal (3 points), drop goal (3 points), try (5 points) and converted try (7 points). By combining these any points total is possible except 1, 2, or 4. In rugby sevens, although all four types of scores are permitted, attempts at penalty goals are rare and drop goals almost unknown. This means that team scores almost always consist of multiples of try (5 points) and converted try (7 points). The following scores (in addition to 1, 2, and 4) cannot be made from multiples of 5 and 7 and so are almost never seen in sevens: 3, 6, 8, 9, 11, 13, 16, 18 and 23. By way of example, none of these scores was recorded in any game in the 2014-15 Sevens World Series.

Similarly, in National Football League, the only way for a team to score exactly one point is if a safety is awarded against the opposing team when they attempt to convert after a touchdown. As 2 points are awarded for safeties from regular play, and 3 points are awarded for field goals, all scores other than 1–0, 1–1, 2–1, 3–1, 4–1, 5–1 and 7–1 are possible.

Applications [20]

Shellsort Time Complexity

The Shellsort algorithm is an sorting algorithm whose time complexity is currently an open problem. The worst case complexity has an upper bound which can be given in terms of the Frobenius number of a given sequence of positive integers.

Least Live Weight Problem

Petri nets are useful for modeling problems in distributed computing. For specific kinds of Petri nets, namely conservative weighted circuits, one would like to know what possible "states" or "markings" with a given weight are "live." The problem of determining the least live weight is equivalent to the Frobenius problem.

Terms in Expanded Power of a Polynomial

When a univariate polynomial is raised to some power, one may treat the exponents of the polynomial as a set of integers. The expanded polynomial will contain powers of greater than the Frobenius number for some exponent (when GCD=1), e.g. for the set is {6, 7} which has a Frobenius number of 29, so a term with will never appear for any value of but some value of will give terms having any power of greater than 29. When the GCD of the exponents is not 1 then powers larger than some value will only appear if they are a multiple of the GCD, e.g. for , powers of 24, 27, ... will appear for some value(s) of but never values larger than 24 that are not multiples of 3 (nor the smaller values, 1-8, 10-14, 16, 17, 19-23).

See also

References

  1. J. Ramírez Alfonsín (2005). The Diophantine Frobenius problem. Oxford Univ. Press.
  2. Ravi Kannan (1992). "Lattice translates of a polytope and the Frobenius problem". Combinatorica. 12 (2): 161–177. doi:10.1007/BF01204720.
  3. D. Beihoffer; J. Hendry; A. Nijenhuis; S. Wagon (2005). "Faster algorithms for Frobenius numbers". Electronic Journal of Combinatorics. 12: R27.
  4. Weisstein, Eric W. "Coin Problem". MathWorld.
  5. antiFrobenius number
  6. Sylvester, James Joseph (1882). "On subinvariants, i.e. Semi-Invariants to Binary Quantics of an Unlimited Order". American Journal of Mathematics. 5 (1): 134. doi:10.2307/2369536. JSTOR 2369536.
  7. Sylvester, James Joseph (1884). "Question 7382". Mathematical Questions from the Educational Times. 41: 21.
  8. J. Ramírez Alfonsín (2005). The Diophantine Frobenius problem. Oxford Univ. Press. p. xiii.
  9. Skupień, Zdzisław (1993). "A generalization of Sylvester's and Frobenius' problems" (PDF). Acta Arithmetica. LXV.4 (4): 353–366. doi:10.4064/aa-65-4-353-366.
  10. Tripathi, A. (2017). "Formulae for the Frobenius number in three variables". Journal of Number Theory. 170: 368–389. doi:10.1016/j.jnt.2016.05.027.
  11. See numerical semigroup for details of one such algorithm.
  12. M. Beck; S. Zacks (2004). "Refined upper bounds for the linear Diophantine problem of Frobenius". Adv. Appl. Math. 32 (3): 454–467. arXiv:math/0305420. doi:10.1016/S0196-8858(03)00055-1.
  13. Ustinov, A. (2009). "The solution of Arnold's problem on the weak asymptotics of Frobenius numbers with three arguments". Sbornik: Mathematics. 200 (4): 131–160. doi:10.1070/SM2009v200n04ABEH004011.
  14. Ramirez Alfonsin, Jorge (2005). The Diophantine Frobenius Problem. Oxford University Press. pp. 59–60.
  15. Lee, S.H.; O'neill, C.; Van Over, B. (2019). "On arithmetical numerical monoids with some generators omitted". Semigroup Forum. 98 (2): 315–326. arXiv:1712.06741. doi:10.1007/s00233-018-9952-3.
  16. Ong, Darren C.; Ponomarenko, Vadim (2008). "The Frobenius Number of Geometric Sequences". INTEGERS: The Electronic Journal of Combinatorial Number Theory. 8 (1): A33. Archived from the original on 2016-12-29. Retrieved 2010-01-04.
  17. Tripathi, Amitabha (2008). "On the Frobenius Problem for Geometric Sequences, Article A43". INTEGERS: The Electronic Journal of Combinatorial Number Theory. 8 (1).
  18. Wah, Anita; Picciotto, Henri (1994). "Lesson 5.8 Building-block Numbers" (PDF). Algebra: Themes, Tools, Concepts. p. 186.
  19. Weisstein, Eric W. "McNugget Number". MathWorld.
  20. J. Ramírez Alfonsín (2005). The Diophantine Frobenius problem. Oxford Univ. Press. pp. 132–135.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.