From 35067f40951000293b17ce56313e3a28ac375420 Mon Sep 17 00:00:00 2001 From: Logan <44328625+iceicelogan@users.noreply.github.com> Date: Thu, 8 Nov 2018 07:39:53 -0600 Subject: [PATCH]
Formatting and formula correction (#24811) Corrected "Square" formulas and added formatting for examples --- .../2d-shapes-polygons-and-more/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/guide/english/mathematics/2d-shapes-polygons-and-more/index.md b/guide/english/mathematics/2d-shapes-polygons-and-more/index.md index 49bb57caa2..96e7a85a58 100644 --- a/guide/english/mathematics/2d-shapes-polygons-and-more/index.md +++ b/guide/english/mathematics/2d-shapes-polygons-and-more/index.md @@ -15,8 +15,8 @@ All internal angles are 90 degrees Sum of all internal angles in 360 degrees Diagonals are mutually perpendicular and bisect one another -Area - a * b -Perimeter - 2(a+b) +Area - a * b+Perimeter - 2(a+b)### Square @@ -27,8 +27,8 @@ All internal angles are 90 degrees Sum of all internal angles in 360 degrees Diagonals are mutually perpendicular and bisect one another -Area - 1/2(base -Perimeter - 4a +Area - a*a+Perimeter - 4*a### Triangle @@ -37,7 +37,7 @@ Special Info- Has a height which is the perpendicular distance from a vertex to the opposite side(base), can lie inside or outside the triangle Sum of all angles is 180 degrees -Area - 1/2(base * height) +Area - 1/2(base * height)### Circle @@ -49,8 +49,8 @@ Perpendicular distance from the center to a point on periphery is called the rad Any line passing through the circle and touching the periphery at both ends is called a chord Chord passing through the center of the circle is diameter -Area - {pi} * r * r -Perimeter - 2 * {pi} * r +Area - {pi} * r * r+Perimeter - 2 * {pi} * r