Added content to stub (#34354)

Added definition, examples and a likely origin to the term
This commit is contained in:
Alexander Molnar
2019-03-21 05:56:46 -04:00
committed by The Coding Aviator
parent ad5e844cb5
commit 847db427e1

View File

@ -3,13 +3,10 @@ title: Improper Fractions
---
## Improper Fractions
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/improper-fractions/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
Fractions of integers can be classified as either proper or improper, though this distinction has no effect mathematically on how to [add/multiply/use](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/guide/english/mathematics/fractions/index.md) them.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
If we have a fraction a/b, where a and b are integers and b is not 0, then when a < b or |a| < |b| we say the fraction is *proper*. All other fractions are called *improper*.
For example, 1/2, 2/3, 3/5 and -6/17 are all proper fractions, while 1/1, 3/2, -4/3 and 99/3 are all improper fractions.
The term likely originates from the original use of fractions to be [part of a whole](http://mathforum.org/library/drmath/view/70437.html) and improper fractions are the generalization to this notion.