From 3e9797aaa1bbf2ce26a95bdc680bc7d55463aa7c Mon Sep 17 00:00:00 2001 From: James Su Date: Sun, 29 Dec 2019 17:18:34 +0000 Subject: [PATCH] Add new file --- .../Analytical Geometry.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Grade 10/Math/MPM2DZ/Math Oral Presentation Questions/Analytical Geometry.md diff --git a/Grade 10/Math/MPM2DZ/Math Oral Presentation Questions/Analytical Geometry.md b/Grade 10/Math/MPM2DZ/Math Oral Presentation Questions/Analytical Geometry.md new file mode 100644 index 0000000..6aecda9 --- /dev/null +++ b/Grade 10/Math/MPM2DZ/Math Oral Presentation Questions/Analytical Geometry.md @@ -0,0 +1,13 @@ +## Analytical Geometry + +### Question 1 a) + +Lets first find each of the side lengths to determine if the triangle is **obtuse**, **acute** or scalene. + +$`AB = \sqrt{(-1-7)^2 + (5-2)^2} = \sqrt{64 + 9} = \sqrt{73}`$ + +$`BC = \sqrt{(7-(-1))^2 + (2-(-4))^2} = \sqrt{64 + 36} = \sqrt{100} = 10`$ + +$`AC = \sqrt{(-1-(-1))^2 + (5-(-4))^2} = \sqrt{0^2 + 9^2} = \sqrt{81} = 9`$ + +$`\since \ No newline at end of file