From 401cbe6204e0df57ed330c01deb92d492b4fecc2 Mon Sep 17 00:00:00 2001 From: "Anton G. Neuhold Jr" Date: Thu, 7 Mar 2019 18:47:48 -0800 Subject: [PATCH] Updated completing-the-square with fixes. (#28363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo "quadratic eduation" to "quadratic equation". Some grammar seemed off so that was changed as well. 😁 --- guide/english/mathematics/completing-the-square/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/mathematics/completing-the-square/index.md b/guide/english/mathematics/completing-the-square/index.md index 88e54dbe1d..c36e032ace 100644 --- a/guide/english/mathematics/completing-the-square/index.md +++ b/guide/english/mathematics/completing-the-square/index.md @@ -5,9 +5,9 @@ title: Completing the Square -The completing the square method is one of the many methods for solving a quadratic eduation. It involves changing the form of the equation so that the left side becomes a perfect square. +The completing the square method is one of the many methods for solving a quadratic equation. It involves changing the form of the equation so that the left side becomes a perfect square. -A quadratic equation generally takes the form: ax2 + bx + c = 0. In solving the above, follow the following steps: +A quadratic equation generally takes the form: ax2 + bx + c = 0. To solve the above, follow these steps: 1. Move the constant value to the Right Hand Side of the equation so it becomes:
ax2 + bx = -c