From 1cf3db3cf2874507f82e00729dea7e87e58fd1fc Mon Sep 17 00:00:00 2001 From: zleyyij Date: Tue, 2 Jan 2024 10:09:25 -0700 Subject: [PATCH] vault backup: 2024-01-02 10:09:25 --- education/math/Quadratics.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 education/math/Quadratics.md diff --git a/education/math/Quadratics.md b/education/math/Quadratics.md new file mode 100644 index 0000000..4cfdee7 --- /dev/null +++ b/education/math/Quadratics.md @@ -0,0 +1,4 @@ +# Forms +Standard form +$$ a(x - h)^2 + k $$ +To convert to standard form given a vertex of a quadratic equation and a point that falls along that line, plug values in for everything and solve for $a$. \ No newline at end of file