Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Unit fraction
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|One over a whole number}} {{Good article}} {{Use mdy dates|cs1-dates=ly|date=March 2023}} {{Use list-defined references|date=March 2023}} {{for|fractions of a measurement unit|Unit prefix}} [[File:Pizza-3007395.jpg|thumb|Slices of approximately 1/8 of a pizza]] A '''unit fraction''' is a positive [[fraction]] with one as its [[numerator]], 1/{{mvar|n}}. It is the [[multiplicative inverse]] (reciprocal) of the [[denominator]] of the fraction, which must be a positive [[natural number]]. Examples are 1/1, 1/2, 1/3, 1/4, 1/5, etc. When an object is divided into equal parts, each part is a unit fraction of the whole. Multiplying two unit fractions produces another unit fraction, but other arithmetic operations do not preserve unit fractions. In modular arithmetic, unit fractions can be converted into equivalent whole numbers, allowing modular division to be transformed into multiplication. Every [[rational number]] can be represented as a sum of distinct unit fractions; these representations are called [[Egyptian fraction]]s based on their use in [[ancient Egyptian mathematics]]. Many infinite sums of unit fractions are meaningful mathematically. In geometry, unit fractions can be used to characterize the curvature of [[triangle group]]s and the tangencies of [[Ford circle]]s. Unit fractions are commonly used in [[fair division]], and this familiar application is used in [[mathematics education]] as an early step toward the understanding of other fractions. Unit fractions are common in [[probability theory]] due to the [[principle of indifference]]. They also have applications in [[combinatorial optimization]] and in analyzing the pattern of frequencies in the [[hydrogen spectral series]]. ==Arithmetic== The unit fractions are the [[rational number]]s that can be written in the form <math display=block>\frac1n,</math> where <math>n</math> can be any positive [[natural number]]. They are thus the [[multiplicative inverse]]s of the positive integers. When something is divided into <math>n</math> equal parts, each part is a <math>1/n</math> fraction of the whole.{{r|cavkin}} ===Elementary arithmetic=== [[Multiplication|Multiplying]] any two unit fractions results in a product that is another unit fraction:{{r|solomon}} <math display=block>\frac1x \times \frac1y = \frac1{xy}.</math> However, [[Addition|adding]],{{r|betz}} [[Subtraction|subtracting]],{{r|betz}} or [[Division (mathematics)|dividing]] two unit fractions produces a result that is generally not a unit fraction: <math display=block>\frac1x + \frac1y = \frac{x+y}{xy}</math> <math display=block>\frac1x - \frac1y = \frac{y-x}{xy}</math> <math display=block>\frac1x \div \frac1y = \frac{y}{x}.</math> As the last of these formulas shows, every fraction can be expressed as a quotient of two unit fractions.{{r|humenberger}} ===Modular arithmetic=== In [[modular arithmetic]], any unit fraction can be converted into an equivalent whole number using the [[extended Euclidean algorithm]].{{r|modlin|modinv}} This conversion can be used to perform modular division: dividing by a number <math>x</math>, modulo <math>y</math>, can be performed by converting the unit fraction <math>1/x</math> into an equivalent whole number modulo <math>y</math>, and then multiplying by that number.{{r|brent}} In more detail, suppose that <math>x</math> is [[relatively prime]] to <math>y</math> (otherwise, division by <math>x</math> is not defined modulo <math>y</math>). The extended Euclidean algorithm for the [[greatest common divisor]] can be used to find integers <math>a</math> and <math>b</math> such that [[Bézout's identity]] is satisfied: <math display=block>\displaystyle ax + by = \gcd(x,y)=1.</math> In modulo-<math>y</math> arithmetic, the term <math>by</math> can be eliminated as it is zero modulo <math>y</math>. This leaves <math display=block>\displaystyle ax \equiv 1 \pmod y.</math> That is, <math>a</math> is the modular inverse of <math>x</math>, the number that when multiplied by <math>x</math> produces one. Equivalently,{{r|modlin|modinv}} <math display=block>a \equiv \frac1x \pmod y.</math> Thus division by <math>x</math> (modulo <math>y</math>) can instead be performed by multiplying by the integer <math>a</math>.{{r|brent}} ==Combinations== Several constructions in mathematics involve combining multiple unit fractions together, often by adding them. ===Finite sums=== {{See also|List of sums of reciprocals#Finitely many terms}} Any positive rational number can be written as the sum of distinct unit fractions, in multiple ways. For example, :<math>\frac45=\frac12+\frac14+\frac1{20}=\frac13+\frac15+\frac16+\frac1{10}.</math> These sums are called [[Egyptian fraction]]s, because the ancient Egyptian civilisations used them as notation for more general [[rational number]]s. There is still interest today in analyzing the methods used by the ancients to choose among the possible representations for a fractional number, and to calculate with such representations.{{r|guy}} The topic of Egyptian fractions has also seen interest in modern [[number theory]]; for instance, the [[Erdős–Graham problem]]{{r|croot}} and the [[Erdős–Straus conjecture]]{{r|eltao}} concern sums of unit fractions, as does the definition of [[Ore's harmonic number]]s.{{r|ore}} [[File:Icosahedral reflection domains.png|thumb|A pattern of spherical triangles with reflection symmetry across each triangle edge. Spherical reflection patterns like this with <math>2x</math>, <math>2y</math>, and <math>2z</math> triangles at each vertex (here, <math>x,y,z=2,3,5</math>) only exist when <math>\tfrac1x+\tfrac1y+\tfrac1z>1</math>.]] In [[geometric group theory]], [[triangle group]]s are classified into Euclidean, spherical, and hyperbolic cases according to whether an associated sum of unit fractions is equal to one, greater than one, or less than one respectively.{{r|magnus}} ===Infinite series=== {{See also|List of sums of reciprocals#Infinitely many terms}} Many well-known [[Series (mathematics)|infinite series]] have terms that are unit fractions. These include: * The [[harmonic series (mathematics)|harmonic series]], the sum of all positive unit fractions. This sum diverges, and its partial sums <math display=block>\frac11 + \frac12 + \frac13 + \cdots + \frac1n</math> closely approximate the [[natural logarithm]] of <math>n</math> plus the [[Euler–Mascheroni constant]].{{r|boawre}} Changing every other addition to a subtraction produces the alternating harmonic series, which sums to the [[natural logarithm of 2]]:{{r|freniche}} <math display=block>\sum_{n = 1}^\infty \frac{(-1)^{n + 1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \frac{1}{5} - \cdots = \ln 2.</math> * The [[Leibniz formula for π]] is{{r|roy}} <math display=block>1 - \frac{1}{3} + \frac{1}{5} - \frac{1}{7} + \frac{1}{9} - \cdots = \frac{\pi}{4}.</math> * The [[Basel problem]] concerns the sum of the square unit fractions:{{r|ayoub}} <math display=block>1 + \frac14 + \frac19 + \frac1{16} + \cdots = \frac{\pi^2}{6}.</math> Similarly, [[Apéry's constant]] is an [[irrational number]], the sum of the cubed unit fractions.{{r|vdp}} * The binary [[geometric series]] is{{r|euler}} <math display=block>1 + \frac12 + \frac14 + \frac18 + \frac1{16} + \cdots = 2.</math> ===Matrices=== A [[Hilbert matrix]] is a [[square matrix]] in which the elements on the {{nowrap|<math>i</math>th}} [[antidiagonal]] all equal the unit fraction <math>1/i</math>. That is, it has elements <math display=block>B_{i,j} = \frac1{i+j-1}.</math> For example, the matrix <math display=block>\begin{bmatrix} 1 & \frac{1}{2} & \frac{1}{3} \\ \frac{1}{2} & \frac{1}{3} & \frac{1}{4} \\ \frac{1}{3} & \frac{1}{4} & \frac{1}{5} \end{bmatrix}</math> is a Hilbert matrix. It has the unusual property that all elements in its [[matrix inverse|inverse matrix]] are integers.{{r|choi}} Similarly, {{harvtxt|Richardson|2001}} defined a matrix whose elements are unit fractions whose denominators are [[Fibonacci number]]s: <math display=block>C_{i,j} = \frac1{F_{i+j-1}},</math> where <math>F_i</math> denotes the {{nowrap|<math>i</math>th}} Fibonacci number. He calls this matrix the Filbert matrix and it has the same property of having an integer inverse.{{r|richardson}} ===Adjacency and Ford circles=== [[File:Ford circles colour.svg|thumb|Fractions with tangent [[Ford circle]]s differ by a unit fraction]] Two fractions <math>a/b</math> and <math>c/d</math> (in lowest terms) are called '''adjacent''' if <math display=block>ad-bc=\pm1,</math> which implies that they differ from each other by a unit fraction: <math display=block>\left|\frac{1}{a}-\frac{1}{b}\right|=\frac{|ad-bc|}{bd}=\frac{1}{bd}.</math> For instance, <math>\tfrac12</math> and <math>\tfrac35</math> are adjacent: <math>1\cdot 5-2\cdot 3=-1</math> and <math>\tfrac35-\tfrac12=\tfrac1{10}</math>. However, some pairs of fractions whose difference is a unit fraction are not adjacent in this sense: for instance, <math>\tfrac13</math> and <math>\tfrac23</math> differ by a unit fraction, but are not adjacent, because for them <math>ad-bc=3</math>.{{r|ford}} This terminology comes from the study of [[Ford circle]]s. These are a system of circles that are tangent to the [[number line]] at a given fraction and have the squared denominator of the fraction as their diameter. Fractions <math>a/b</math> and <math>c/d</math> are adjacent if and only if their Ford circles are [[tangent circles]].{{r|ford}} ==Applications== ===Fair division and mathematics education=== In [[mathematics education]], unit fractions are often introduced earlier than other kinds of fractions, because of the ease of explaining them visually as equal parts of a whole.{{r|polkinghorne|superheroes}} A common practical use of unit fractions is to divide food equally among a number of people, and exercises in performing this sort of [[fair division]] are a standard classroom example in teaching students to work with unit fractions.{{r|fair}} ===Probability and statistics=== [[File:Dice 2005.jpg|thumb|upright|A six-sided die has probability 1/6 of landing on each side]] In a [[Uniform distribution (discrete)|uniform distribution on a discrete space]], all probabilities are equal unit fractions. Due to the [[principle of indifference]], probabilities of this form arise frequently in statistical calculations.{{r|welsh}} Unequal probabilities related to unit fractions arise in [[Zipf's law]]. This states that, for many observed phenomena involving the selection of items from an ordered sequence, the probability that the {{nowrap|<math>n</math>th}} item is selected is proportional to the unit fraction <math>1/n</math>.{{r|zipf}} ===Combinatorial optimization=== In the study of [[combinatorial optimization]] problems, [[bin packing]] problems involve an input sequence of items with fractional sizes, which must be placed into bins whose capacity (the total size of items placed into each bin) is one. Research into these problems has included the study of restricted bin packing problems where the item sizes are unit fractions.{{r|blt|harmony}} One motivation for this is as a test case for more general bin packing methods. Another involves a form of [[pinwheel scheduling]], in which a collection of messages of equal length must each be repeatedly broadcast on a limited number of communication channels, with each message having a maximum delay between the start times of its repeated broadcasts. An item whose delay is <math>k</math> times the length of a message must occupy a fraction of at least <math>1/k</math> of the time slots on the channel it is assigned to, so a solution to the scheduling problem can only come from a solution to the unit fraction bin packing problem with the channels as bins and the fractions <math>1/k</math> as item sizes.{{r|blt}} Even for bin packing problems with arbitrary item sizes, it can be helpful to round each item size up to the next larger unit fraction, and then apply a bin packing algorithm specialized for unit fraction sizes. In particular, the [[harmonic bin packing]] method does exactly this, and then packs each bin using items of only a single rounded unit fraction size.{{r|harmony}} ===Physics=== [[File:Hydrogen spectrum.svg|thumb|upright=1.2|The [[hydrogen spectral series]], on a logarithmic scale. The frequencies of the emission lines are proportional to differences of pairs of unit fractions.]] The energy levels of [[photon]]s that can be absorbed or emitted by a hydrogen atom are, according to the [[Rydberg formula]], proportional to the differences of two unit fractions. An explanation for this phenomenon is provided by the [[Bohr model]], according to which the energy levels of [[Atomic orbital|electron orbitals]] in a [[hydrogen atom]] are inversely proportional to square unit fractions, and the energy of a photon is [[Quantization (physics)|quantized]] to the difference between two levels.{{r|yang}} [[Arthur Eddington]] argued that the [[fine-structure constant]] was a unit fraction. He initially thought it to be 1/136 and later changed his theory to 1/137. This contention has been falsified, given that current estimates of the fine structure constant are (to 6 significant digits) 1/137.036.{{r|eddington}} {{-}} == See also == * [[17-animal inheritance puzzle]], a puzzle involving fair division into unit fractions * [[Submultiple]], a number that produces a unit fraction when used as the numerator with a given denominator * [[Superparticular ratio]], one plus a unit fraction, important in musical harmony == References == {{reflist|refs= <ref name=ayoub>{{citation | last = Ayoub | first = Raymond | doi = 10.2307/2319041 | issue = 10 | journal = [[The American Mathematical Monthly]] | jstor = 2319041 | pages = 1067–86 | title = Euler and the zeta function | url = https://www.maa.org/programs/maa-awards/writing-awards/euler-and-the-zeta-function | volume = 81 | year = 1974 | access-date = 2023-03-22 | archive-date = 2019-08-14 | archive-url = https://web.archive.org/web/20190814233022/https://www.maa.org/programs/maa-awards/writing-awards/euler-and-the-zeta-function | url-status = dead }}</ref> <ref name=betz>{{citation|title=Algebra for Today, First Year|first=William|last=Betz|publisher=Ginn|year=1957|page=370}}</ref> <ref name=blt>{{citation | last1 = Bar-Noy | first1 = Amotz | last2 = Ladner | first2 = Richard E. | author2-link = Richard E. Ladner | last3 = Tamir | first3 = Tami | author3-link = Tami Tamir | doi = 10.1145/1273340.1273344 | issue = 3 | journal = ACM Transactions on Algorithms | mr = 2344019 | page = A28:1–A28:22 | title = Windows scheduling as a restricted version of bin packing | volume = 3 | year = 2007| s2cid = 2461059 }}</ref> <ref name=boawre>{{citation | last1 = Boas | first1 = R. P. Jr. | author1-link = Ralph P. Boas Jr. | last2 = Wrench | first2 = J. W. Jr. | author2-link = John Wrench | doi = 10.1080/00029890.1971.11992881 | journal = [[The American Mathematical Monthly]] | jstor = 2316476 | mr = 289994 | pages = 864–870 | title = Partial sums of the harmonic series | volume = 78 | year = 1971| issue = 8 }}</ref> <ref name=brent>{{citation|title=Modern Computer Arithmetic|volume=18|series=Cambridge Monographs on Applied and Computational Mathematics|first1=Richard P.|last1=Brent|author1-link=Richard P. Brent|first2=Paul|last2=Zimmermann|author2-link=Paul Zimmermann (mathematician)|publisher=Cambridge University Press|year=2010|isbn=978-1-139-49228-7|url=https://maths-people.anu.edu.au/~brent/pd/mca-cup-0.5.9.pdf|arxiv=1004.4710|contribution=2.5 Modular division and inversion|pages=65–68|doi=10.1017/cbo9780511921698.001 |s2cid=441260 }}</ref> <ref name=cavkin>{{citation | last1 = Cavey | first1 = Laurie O. | last2 = Kinzel | first2 = Margaret T. | date = February 2014 | doi = 10.5951/teacchilmath.20.6.0374 | issue = 6 | journal = Teaching Children Mathematics | jstor = 10.5951/teacchilmath.20.6.0374 | pages = 374–383 | title = From whole numbers to invert and multiply | volume = 20}}</ref> <ref name=choi>{{citation | last = Choi | first = Man Duen | doi = 10.2307/2975779 | mr = 701570 | issue = 5 | journal = [[The American Mathematical Monthly]] | jstor = 2975779 | pages = 301–312 | title = Tricks or treats with the Hilbert matrix | volume = 90 | year = 1983}}</ref> <ref name=croot>{{citation | last = Croot | first = Ernest S. III | author-link = Ernest S. Croot III | arxiv = math.NT/0311421 | doi = 10.4007/annals.2003.157.545 | issue = 2 | journal = [[Annals of Mathematics]] | mr = 1973054 | pages = 545–556 | s2cid = 13514070 | title = On a coloring conjecture about unit fractions | volume = 157 | year = 2003}}</ref> <ref name=eddington>{{citation|title=Eddington's Search for a Fundamental Theory: A Key to the Universe|first=Clive William|last=Kilmister|author-link=Clive W. Kilmister|publisher=Cambridge University Press|year=1994|isbn=978-0-521-37165-0}}</ref> <ref name=eltao>{{citation | last1 = Elsholtz | first1 = Christian | last2 = Tao | first2 = Terence | author2-link = Terence Tao | arxiv = 1107.1010 | doi = 10.1017/S1446788712000468 | issue = 1 | journal = Journal of the Australian Mathematical Society | mr = 3101397 | pages = 50–105 | s2cid = 17233943 | title = Counting the number of solutions to the Erdős–Straus equation on unit fractions | url = https://terrytao.files.wordpress.com/2011/07/egyptian-count13.pdf | volume = 94 | year = 2013}}</ref> <ref name=euler>{{citation | last = Euler | first = Leonhard | author-link = Leonhard Euler | date = September 1983 | department = Old Intelligencer | doi = 10.1007/bf03026580 | issue = 3 | journal = [[The Mathematical Intelligencer]] | pages = 75–76 | title = From ''Elements of Algebra'' | volume = 5| s2cid = 122191726 }}</ref> <ref name=fair>{{citation | last1 = Wilson | first1 = P. Holt | last2 = Edgington | first2 = Cynthia P. | last3 = Nguyen | first3 = Kenny H. | last4 = Pescosolido | first4 = Ryan C. | last5 = Confrey | first5 = Jere | date = November 2011 | doi = 10.5951/mathteacmiddscho.17.4.0230 | issue = 4 | journal = Mathematics Teaching in the Middle School | jstor = 10.5951/mathteacmiddscho.17.4.0230 | pages = 230–236 | title = Fractions: how to fair share | volume = 17}}</ref> <ref name=ford>{{citation | last = Ford | first = L. R. | author-link = Lester R. Ford | doi = 10.1080/00029890.1938.11990863 | issue = 9 | journal = [[The American Mathematical Monthly]] | jstor = 2302799 | mr = 1524411 | pages = 586–601 | title = Fractions | volume = 45 | year = 1938}}</ref> <ref name=freniche>{{citation | last = Freniche | first = Francisco J. | doi = 10.4169/000298910X485969 | issue = 5 | journal = [[The American Mathematical Monthly]] | jstor = 10.4169/000298910x485969 | mr = 2663251 | pages = 442–448 | s2cid = 20575373 | title = On Riemann's rearrangement theorem for the alternating harmonic series | url = http://eprints.gla.ac.uk/25361/1/id25361.pdf | volume = 117 | year = 2010}}</ref> <ref name=guy>{{citation | last = Guy | first = Richard K. | author-link = Richard K. Guy | contribution = D11. Egyptian Fractions | edition = 3rd | isbn = 978-0-387-20860-2 | pages = 252–262 | publisher = Springer-Verlag | title = Unsolved problems in number theory | year = 2004}}</ref> <ref name=harmony>{{citation | last = van Stee | first = Rob | date = June 2012 | doi = 10.1145/2261417.2261440 | issue = 2 | journal = ACM SIGACT News | pages = 127–136 | title = SIGACT news online algorithms column 20: The power of harmony | url = https://www.uni-siegen.de/fb6/aan/optimierung/mitarbeiter/vanstee/26.pdf | volume = 43| s2cid = 14805804 }}</ref> <ref name=humenberger>{{citation|title=Egyptian fractions – representations as sums of unit fractions|first=Hans|last=Humenberger|journal=[[Mathematics and Computer Education]]|volume=48|issue=3|date=Fall 2014|pages=268–283|id={{ProQuest|1622317875}}}}</ref> <ref name=magnus>{{citation | last = Magnus | first = Wilhelm | author-link = Wilhelm Magnus | mr = 0352287 | page = 65 | publisher = Academic Press | series = Pure and Applied Mathematics | title = Noneuclidean Tesselations and their Groups | url = https://books.google.com/books?id=iLkzandfCc8C&pg=PA65 | volume = 61 | year = 1974| isbn = 978-0-08-087377-0 }}</ref> <ref name=modlin>{{Introduction to Algorithms|edition=2|chapter=31.4 Solving modular linear equations|pages=869–872|mode=cs2}}</ref> <ref name=modinv>{{citation |last1=Goodrich |first1=Michael T. |author1-link=Michael T. Goodrich |last2=Tamassia |first2=Roberto |author2-link=Roberto Tamassia |year=2015 |title=Algorithm Design and Applications |contribution=Section 24.2.2: Modular multiplicative inverses |publisher=Wiley |isbn=978-1-118-33591-8 |pages=697–698}}</ref> <ref name=ore>{{citation | last = Ore | first = Øystein | author-link = Øystein Ore | doi = 10.2307/2305616 | issue = 10 | journal = [[The American Mathematical Monthly]] | jstor = 2305616 | pages = 615–619 | title = On the averages of the divisors of a number | volume = 55 | year = 1948}}</ref> <ref name=polkinghorne>{{citation | last = Polkinghorne | first = Ada R. | date = May 1935 | doi = 10.1080/00094056.1935.10725374 | issue = 8 | journal = Childhood Education | pages = 354–358 | title = Young-children and fractions | volume = 11}}</ref> <ref name=richardson>{{citation | last = Richardson | first = Thomas M. | title = The Filbert matrix | journal = [[Fibonacci Quarterly]] | volume = 39 | issue = 3 | year = 2001 | pages = 268–275 | doi = 10.1080/00150517.2001.12428733 | arxiv = math.RA/9905079 | bibcode = 1999math......5079R | url = http://www.fq.math.ca/Scanned/39-3/richardson.pdf}}</ref> <ref name=roy>{{citation | last = Roy | first = Ranjan | doi = 10.1080/0025570X.1990.11977541 | issue = 5 | journal = [[Mathematics Magazine]] | pages = 291–306 | title = The discovery of the series formula for {{mvar|π}} by Leibniz, Gregory and Nilakantha | url = https://www.maa.org/sites/default/files/images/upload_library/22/Allendoerfer/1991/0025570x.di021167.02p0073q.pdf | volume = 63 | year = 1990 | access-date = 2023-03-22 | archive-date = 2023-03-14 | archive-url = https://web.archive.org/web/20230314224252/https://www.maa.org/sites/default/files/images/upload_library/22/Allendoerfer/1991/0025570x.di021167.02p0073q.pdf | url-status = dead }}</ref> <ref name=solomon>{{citation|title=The Math We Need to Know and Do in Grades 6 9: Concepts, Skills, Standards, and Assessments|first=Pearl Gold|last=Solomon|publisher=Corwin Press|year=2007|isbn=978-1-4129-1726-1|page=157|url=https://books.google.com/books?id=QMWZptwg_d0C&pg=PA157}}</ref> <ref name=superheroes>{{citation | last1 = Empson | first1 = Susan Baker | author1-link = Susan Empson | last2 = Jacobs | first2 = Victoria R. | last3 = Jessup | first3 = Naomi A. | last4 = Hewitt | first4 = Amy | last5 = Pynes | first5 = D'Anna | last6 = Krause | first6 = Gladys | date = April 2020 | doi = 10.5951/mtlt.2018.0024 | issue = 4 | journal = The Mathematics Teacher | jstor = 10.5951/mtlt.2018.0024 | pages = 278–286 | title = Unit fractions as superheroes for instruction | volume = 113| s2cid = 216283105 }}</ref> <ref name=vdp>{{Citation |first=Alfred |last=van der Poorten |author-link=Alfred van der Poorten |title=A proof that Euler missed ... Apéry's proof of the irrationality of <math>\zeta(3)</math> |journal=[[The Mathematical Intelligencer]] |volume=1 |issue=4 |year=1979 |pages=195–203 |doi=10.1007/BF03028234 |s2cid=121589323 |url=http://www.maths.mq.edu.au/~alf/45.pdf |archive-url=https://web.archive.org/web/20110706114957/http://www.maths.mq.edu.au/~alf/45.pdf |archive-date=2011-07-06 }}</ref> <ref name=welsh>{{citation|page=66|title=Aspects of Statistical Inference|volume=246|series=Wiley Series in Probability and Statistics|first=Alan H.|last=Welsh|publisher=John Wiley and Sons|year=1996|isbn=978-0-471-11591-5}}</ref> <ref name=yang>{{citation|pages=81–86|title=Modern Atomic and Nuclear Physics|first1=Fujia|last1=Yang|author1-link=Yang Fujia|first2=Joseph H.|last2=Hamilton|author2-link=Joseph H. Hamilton|publisher=World Scientific|year=2009|isbn=978-981-283-678-6}}</ref> <ref name=zipf>{{citation|title=Theory of Zipf's Law and Beyond|volume=632|series=Lecture Notes in Economics and Mathematical Systems|first1=Alexander|last1=Saichev|first2=Yannick|last2=Malevergne|first3=Didier|last3=Sornette|publisher=Springer-Verlag|year=2009|isbn=978-3-642-02945-5}}</ref> }} {{Fractions and ratios}} [[Category:Fractions (mathematics)]] [[Category:1 (number)]] [[Category:Elementary arithmetic]] [[Category:Integers]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:-
(
edit
)
Template:Clear
(
edit
)
Template:For
(
edit
)
Template:Fractions and ratios
(
edit
)
Template:Good article
(
edit
)
Template:Harvtxt
(
edit
)
Template:Mvar
(
edit
)
Template:Nowrap
(
edit
)
Template:R
(
edit
)
Template:Reflist
(
edit
)
Template:See also
(
edit
)
Template:Short description
(
edit
)
Template:Use list-defined references
(
edit
)
Template:Use mdy dates
(
edit
)