freeCodeCamp/guide/english/mathematics/division/index.md

16 lines
848 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Division
---
## Division
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/division/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<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 -->
Division is represented by the symbol '%'. To devide one number by antother is to find out how many times the second goes into the first. Therefore 7/2 = 3.5 because 2 goes into 7 3 and 1 half times.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->