Add slope-intercept article (#30720)

pull/32164/head^2
Mark Gross 2019-04-01 10:57:12 -07:00 committed by The Coding Aviator
parent e794968c52
commit a14339abb9
1 changed files with 3 additions and 8 deletions

View File

@ -3,13 +3,8 @@ title: Intro to Slope Intercept Form
---
## Intro to Slope Intercept Form
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/intro-to-slope-intercept-form/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 -->
### Slope Intercept Form: y = mx + b
The graph of a linear equation can be described by its slope and the point at which it crosses the y-axis, known as the y-intercept. A common form of representing a linear equation that follows this description is slope intercept form. *m* represents the slope of the line, and is often represented as a fraction. One way to remember how to interpret this fraction as a slope is "rise over run." For a fraction n/d, for every d units moved right, the plotted point moves n units up. *b* represents the y value at which the line crosses the y-axis.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
* [Intro to slope-intercept form - Khan Academy](https://www.khanacademy.org/math/algebra/two-var-linear-equations/slope-intercept-form/v/slope-intercept-form)