From 3abf1f69b78d83bcc8b7e35c526d2afd83e77098 Mon Sep 17 00:00:00 2001 From: Logan <44328625+iceicelogan@users.noreply.github.com> Date: Thu, 8 Nov 2018 08:36:03 -0600 Subject: [PATCH]
formatting for examples (#24806) Addedformatting around examples for ease of legibility --- .../mathematics/area-of-a-square/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guide/english/mathematics/area-of-a-square/index.md b/guide/english/mathematics/area-of-a-square/index.md index c046895d7d..f7fae77e03 100644 --- a/guide/english/mathematics/area-of-a-square/index.md +++ b/guide/english/mathematics/area-of-a-square/index.md @@ -32,19 +32,19 @@ Perimeter - the sum of the length of four sides in a square. The four sides are 1. Given length of one side of square is 8 units: - Area = 8 x 8 = 64 units2 - +Area = 8 x 8 = 64 units2+ 2. Given area of a square is 100 units2: - Length = √100 = 10 units +Length = √100 = 10 units
3. Given diagonal of square is 25 units: - Area = 102 / 2 = 50 units2 +Area = 102 / 2 = 50 units24. Given perimeter of a square is 20 units: - Area = (20 / 4)2 = 25 units2 +Area = (20 / 4)2 = 25 units2@@ -54,9 +54,9 @@ To find the area of a square given the perimeter, simply start by dividing the g Ex: Perimeter: 20 -20 / 4 = 5 -5 x 5 = 25 -25 = 25² +20 / 4 = 5+5 x 5 = 25+25 = 25²#### More Information: