From c136cb96068339394f347cbc214f78d479988eca Mon Sep 17 00:00:00 2001
From: absentMindedDeveloper
<35352701+absentMindedDeveloper@users.noreply.github.com>
Date: Sun, 4 Nov 2018 19:59:06 -0800
Subject: [PATCH] Distance Formula added (#21067)
Added the actual formula and a brief explanation on how to use it.
---
.../english/mathematics/the-distance-formula/index.md | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/guide/english/mathematics/the-distance-formula/index.md b/guide/english/mathematics/the-distance-formula/index.md
index cda328c86a..7b7529de5d 100644
--- a/guide/english/mathematics/the-distance-formula/index.md
+++ b/guide/english/mathematics/the-distance-formula/index.md
@@ -2,14 +2,7 @@
title: The Distance Formula
---
## The Distance Formula
+
-This is a stub. Help our community expand it.
-
-This quick style guide will help ensure your pull request gets accepted.
-
-
-
-#### More Information:
-
-
+This formula can be used to calculate the distance between two points in a coordinate system, with (x1, y1) being the coordinates of one point and (x2, y2) being the coordinates of the other.