From aa32f83ec300594045392e2d4a208d287a42fc95 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Tue, 2 Jan 2024 10:19:25 -0700 Subject: [PATCH] vault backup: 2024-01-02 10:19:25 --- education/math/Quadratics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/math/Quadratics.md b/education/math/Quadratics.md index d3507c3..d9f2c0a 100644 --- a/education/math/Quadratics.md +++ b/education/math/Quadratics.md @@ -1,6 +1,6 @@ # Notes -To convert an equation in the form of $$ +To convert an equation in the form of $(x^2-3x)$ into a square equivalent, you half the second value, then square that value (in this case 3) $(x-\frac{3}{2})^2$, resulting in an equation like this. # Forms **Standard form (vertex form)** $$ a(x - h)^2 + k $$