diff --git a/guide/english/mathematics/finding-slope-from-graph/index.md b/guide/english/mathematics/finding-slope-from-graph/index.md
index e260fde42e..d90c534dde 100644
--- a/guide/english/mathematics/finding-slope-from-graph/index.md
+++ b/guide/english/mathematics/finding-slope-from-graph/index.md
@@ -3,13 +3,19 @@ title: Finding Slope from Graph
---
## Finding Slope from Graph
-This is a stub. Help our community expand it.
-
-This quick style guide will help ensure your pull request gets accepted.
-
-
-
-#### More Information:
-
+
+
+Let us consider the graph for `2x+3`
+
+
+
+To find the slope we need to take two points on the `x` axis and their perpendicular points on `y` axis then subtract two points of `x` axis to find change in `x` and two points on `y` to find change in `y`
+
+To find the slope use the formula slope =
+
+where
= change in `x`
+and
= change in `y`
+
+If we take `x1=2`, `x2=0` and `y1=7` and `y2=3` slope =
= `2`