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