enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Hermite's problem - Wikipedia

    en.wikipedia.org/wiki/Hermite's_problem

    Hermite's problem is an open problem in mathematics posed by Charles Hermite in 1848. He asked for a way of expressing real numbers as sequences of natural numbers , such that the sequence is eventually periodic precisely when the original number is a cubic irrational .

  3. Mountain climbing problem - Wikipedia

    en.wikipedia.org/wiki/Mountain_climbing_problem

    A trivial example. In mathematics, the mountain climbing problem is a mathematical problem that considers a two-dimensional mountain range (represented as a continuous function), and asks whether it is possible for two mountain climbers starting at sea level on the left and right sides of the mountain to meet at the summit, while maintaining equal altitudes at all times.

  4. Goat grazing problem - Wikipedia

    en.wikipedia.org/wiki/Goat_grazing_problem

    The goat problems do not yield any new mathematical insights; rather they are primarily exercises in how to artfully deconstruct problems in order to facilitate solution. Three-dimensional analogues and planar boundary/area problems on other shapes, including the obvious rectangular barn and/or field, have been proposed and solved. [ 1 ]

  5. Coupon collector's problem - Wikipedia

    en.wikipedia.org/wiki/Coupon_collector's_problem

    In probability theory, the coupon collector's problem refers to mathematical analysis of "collect all coupons and win" contests. It asks the following question: if each box of a given product (e.g., breakfast cereals) contains a coupon, and there are n different types of coupons, what is the probability that more than t boxes need to be bought ...

  6. 100 prisoners problem - Wikipedia

    en.wikipedia.org/wiki/100_prisoners_problem

    Prisoners 5 to 7 will also each find their numbers in a similar fashion. In this case, all prisoners find their numbers. This is, however, not always the case. For example, the small change to the numbers of swapping drawers 5 and 8 would cause prisoner 1 to fail after opening 1, 7, 5, and 2 (and not finding their own number):

  7. Block-stacking problem - Wikipedia

    en.wikipedia.org/wiki/Block-stacking_problem

    The first nine blocks in the solution to the single-wide block-stacking problem with the overhangs indicated. In statics, the block-stacking problem (sometimes known as The Leaning Tower of Lire (Johnson 1955), also the book-stacking problem, or a number of other similar terms) is a puzzle concerning the stacking of blocks at the edge of a table.

  8. Archimedes's cattle problem - Wikipedia

    en.wikipedia.org/wiki/Archimedes's_cattle_problem

    Archimedes's cattle problem (or the problema bovinum or problema Archimedis) is a problem in Diophantine analysis, the study of polynomial equations with integer solutions. Attributed to Archimedes , the problem involves computing the number of cattle in a herd of the sun god from a given set of restrictions.

  9. Change-making problem - Wikipedia

    en.wikipedia.org/wiki/Change-making_problem

    The following is a dynamic programming implementation (with Python 3) which uses a matrix to keep track of the optimal solutions to sub-problems, and returns the minimum number of coins, or "Infinity" if there is no way to make change with the coins given. A second matrix may be used to obtain the set of coins for the optimal solution.