{"id":455,"date":"2019-04-29T13:20:53","date_gmt":"2019-04-29T17:20:53","guid":{"rendered":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/?post_type=chapter&#038;p=455"},"modified":"2020-01-04T15:04:27","modified_gmt":"2020-01-04T20:04:27","slug":"3-2-midpoint-and-distance-between-points","status":"publish","type":"chapter","link":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/chapter\/3-2-midpoint-and-distance-between-points\/","title":{"raw":"3.2 Midpoint and Distance Between Points","rendered":"3.2 Midpoint and Distance Between Points"},"content":{"raw":"[latexpage]\r\n<h1>Finding the Distance Between Two Points<\/h1>\r\nThe logic used to find the distance between two data points on a graph involves the construction of a right triangle using the two data points and the Pythagorean theorem \\((a^2 + b^2 = c^2)\\) to find the distance.\r\n\r\nTo do this for the two data points \\((x_1, y_1)\\) and \\((x_2, y_2)\\), the distance between these two points \\((d)\\) will be found using \\(\\Delta x = x_2 - x_1\\) and \\(\\Delta y = y_2 - y_1.\\)\r\n\r\nUsing the Pythagorean theorem, this will end up looking like:\r\n<p style=\"text-align: center\">\\(d^2 = \\Delta x^2 + \\Delta y^2\\)<\/p>\r\n<img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-1-296x300.jpg\" alt=\"The distance between (x1, y1) and (x2, y2) is the length of the hypotenuse.\" class=\"alignnone wp-image-2306 size-medium\" width=\"296\" height=\"300\" \/>\r\n\r\nor, in expanded form:\r\n<p style=\"text-align: center\">\\(d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2\\)<\/p>\r\n&nbsp;\r\n\r\n<img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2-300x220.jpg\" alt=\"Delta x = x2 minus x1 (bottom leg). Delta y = y2 minus y1 (right leg).\" class=\"alignnone wp-image-2307 size-medium\" width=\"300\" height=\"220\" \/>\r\n\r\nOn graph paper, this looks like the following. For this illustration, both \\(\\Delta x\\) and \\(\\Delta y\\) are 7 units long, making the distance \\(d^2 = 7^2 + 7^2\\) or \\(d^2 = 98\\).\r\n\r\n<img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1-300x272.jpg\" alt=\"Triangle d sup 2, delta y sup 2, delta x sup 2\" class=\"aligncenter wp-image-2308 size-medium\" width=\"300\" height=\"272\" \/>\r\n\r\nThe square root of 98 is approximately 9.899 units long.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 3.2.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the distance between the points \\((-6,-4)\\) and \\((6, 5)\\).\r\n\r\nStart by identifying which are the two data points \\((x_1, y_1)\\) and \\((x_2, y_2)\\). Let \\((x_1, y_1)\\) be \\((-6,-4)\\) and \\((x_2, y_2)\\) be \\((6, 5)\\).\r\n\r\nNow:\r\n<p style=\"text-align: center\">\\(\\Delta x^2 = (x_2 - x_1)^2\\) or \\([6 - (-6)]^2\\) and \\(\\Delta y^2 = (y_2 - y_1)^2\\) or \\([5 - (-4)]^2\\).<\/p>\r\nThis means that\r\n<p style=\"text-align: center\">\\(d^2 = [6 - (-6)]^2 + [5 - (-4)]^2\\)<\/p>\r\n<p style=\"text-align: center\">or<\/p>\r\n<p style=\"text-align: center\">\\(d^2 = [12]^2 + [9]^2\\)<\/p>\r\nwhich reduces to\r\n<p style=\"text-align: center\">\\(d^2 = 144 + 81\\)<\/p>\r\n<p style=\"text-align: center\">or<\/p>\r\n<p style=\"text-align: center\">\\(d^2 = 225\\)<\/p>\r\nTaking the square root, the result is \\(d = 15\\).\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Finding the Midway Between Two Points (Midpoint)<\/h1>\r\nThe logic used to find the midpoint between two data points \\((x_1, y_1)\\) and \\((x_2, y_2)\\) on a graph involves finding the average values of the \\(x\\) data points \\((x_1, x_2)\\) and the of the \\(y\\) data points \\((y_1, y_2)\\). The averages are found by adding both data points together and dividing them by \\(2\\).\r\n\r\nIn an equation, this looks like:\r\n<p style=\"text-align: center\">\\(x_{\\text{mid}}=\\dfrac{x_2+x_1}{2}\\) and \\(y_{\\text{mid}}=\\dfrac{y_2+y_1}{2}\\)<\/p>\r\n\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 3.2.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the midpoint between the\u00a0points \\((-2, 3)\\) and \\((6, 9)\\).\r\n\r\n<img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2.2-263x300.jpg\" alt=\"Triangle with midpoint formual x sup 2 + x sup1\/2 plus y sup 2 + y sup 1 over 2\" width=\"263\" height=\"300\" class=\"alignnone wp-image-3688 size-medium\" \/>\r\n\r\nWe start by adding the two \\(x\\) data points \\((x_1 + x_2)\\) and then dividing this result by 2.\r\n<p style=\"text-align: center\">\\(x_{\\text{mid}} = \\dfrac{(-2 + 6)}{2}\\)<\/p>\r\n<p style=\"text-align: center\">or<\/p>\r\n<p style=\"text-align: center\">\\(\\dfrac{4}{2} = 2\\)<\/p>\r\nThe midpoint's \\(y\\)-coordinate is found by adding the two \\(y\\) data points \\((y_1 + y_2)\\) and then dividing this result by 2.\r\n<p style=\"text-align: center\">\\(y_{\\text{mid}} = \\dfrac{(9 + 3)}{2}\\)<\/p>\r\n<p style=\"text-align: center\">or<\/p>\r\n<p style=\"text-align: center\">\\(\\dfrac{12}{2} = 6\\)<\/p>\r\nThe midpoint between the points \\((-2, 3)\\) and \\((6, 9)\\) is at the data point \\((2, 6)\\).\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\nFor questions 1 to 8, find the distance between the points.\r\n<ol>\r\n \t<li>\u00a0(\u22126, \u22121) and (6, 4)<\/li>\r\n \t<li>(1, \u22124) and (5, \u22121)<\/li>\r\n \t<li>(\u22125, \u22121) and (3, 5)<\/li>\r\n \t<li>(6, \u22124) and (12, 4)<\/li>\r\n \t<li>(\u22128, \u22122) and (4, 3)<\/li>\r\n \t<li>(3, \u22122) and (7, 1)<\/li>\r\n \t<li>(\u221210, \u22126) and (\u22122, 0)<\/li>\r\n \t<li class=\"p6\">(8, \u22122) and (14, 6)<\/li>\r\n<\/ol>\r\nFor questions 9 to 16, find the midpoint between the points.\r\n<ol start=\"9\">\r\n \t<li>(\u22126, \u22121) and (6, 5)<\/li>\r\n \t<li>(1, \u22124) and (5, \u22122)<\/li>\r\n \t<li>(\u22125, \u22121) and (3, 5)<\/li>\r\n \t<li>(6, \u22124) and (12, 4)<\/li>\r\n \t<li>(\u22128, \u22121) and (6, 7)<\/li>\r\n \t<li>(1, \u22126) and (3, \u22122)<\/li>\r\n \t<li>(\u22127, \u22121) and (3, 9)<\/li>\r\n \t<li>(2, \u22122) and (12, 4)<\/li>\r\n<\/ol>\r\n<a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-3-2\/\">Answer Key 3.2<\/a>","rendered":"<h1>Finding the Distance Between Two Points<\/h1>\n<p>The logic used to find the distance between two data points on a graph involves the construction of a right triangle using the two data points and the Pythagorean theorem <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-60652e6db9f3b343827f811b3c66bab7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#97;&#94;&#50;&#32;&#43;&#32;&#98;&#94;&#50;&#32;&#61;&#32;&#99;&#94;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"105\" style=\"vertical-align: -4px;\" \/> to find the distance.<\/p>\n<p>To do this for the two data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cc94967630829d70093b47c07dd43eca_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#49;&#44;&#32;&#121;&#95;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b2920a79ce569c1ad12d41afc776f539_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#50;&#44;&#32;&#121;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/>, the distance between these two points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0dab56ae7a1616acc760694b6b84412b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#100;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"21\" style=\"vertical-align: -4px;\" \/> will be found using <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-48072c6fb5d4dbca36268461bbc2dcd8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#120;&#32;&#61;&#32;&#120;&#95;&#50;&#32;&#45;&#32;&#120;&#95;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"104\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a9b10114ccb1a00346a3fac443c43b46_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#121;&#32;&#61;&#32;&#121;&#95;&#50;&#32;&#45;&#32;&#121;&#95;&#49;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"106\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Using the Pythagorean theorem, this will end up looking like:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-041ff611085b84e87befc7ea99bd7df2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#120;&#94;&#50;&#32;&#43;&#32;&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"126\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-1-296x300.jpg\" alt=\"The distance between (x1, y1) and (x2, y2) is the length of the hypotenuse.\" class=\"alignnone wp-image-2306 size-medium\" width=\"296\" height=\"300\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-1-296x300.jpg 296w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-1-65x66.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-1-225x228.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-1.jpg 330w\" sizes=\"auto, (max-width: 296px) 100vw, 296px\" \/><\/p>\n<p>or, in expanded form:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c0df102fd5238b7a0018472c14ab65fb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#40;&#120;&#95;&#50;&#32;&#45;&#32;&#120;&#95;&#49;&#41;&#94;&#50;&#32;&#43;&#32;&#40;&#121;&#95;&#50;&#32;&#45;&#32;&#121;&#95;&#49;&#41;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"216\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2-300x220.jpg\" alt=\"Delta x = x2 minus x1 (bottom leg). Delta y = y2 minus y1 (right leg).\" class=\"alignnone wp-image-2307 size-medium\" width=\"300\" height=\"220\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2-300x220.jpg 300w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2-65x48.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2-225x165.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2-350x257.jpg 350w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_pythagorean-2.jpg 446w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>On graph paper, this looks like the following. For this illustration, both <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-93100b896332ecc94df030658f1679c7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"25\" style=\"vertical-align: 0px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-513958b344d279dde6d61b123e9f25d6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"24\" style=\"vertical-align: -4px;\" \/> are 7 units long, making the distance <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f23f3f3e51aae3529c076a227563f380_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#55;&#94;&#50;&#32;&#43;&#32;&#55;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"95\" style=\"vertical-align: -2px;\" \/> or <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-602c212b0c38941727db44d07826cd24_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#57;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"59\" style=\"vertical-align: 0px;\" \/>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1-300x272.jpg\" alt=\"Triangle d sup 2, delta y sup 2, delta x sup 2\" class=\"aligncenter wp-image-2308 size-medium\" width=\"300\" height=\"272\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1-300x272.jpg 300w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1-65x59.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1-225x204.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1-350x318.jpg 350w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2_graph1.jpg 478w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>The square root of 98 is approximately 9.899 units long.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 3.2.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the distance between the points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-67a6736b40ee12f6dbe4587189ae00e3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#45;&#54;&#44;&#45;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"65\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0e8888babcb610701a897748bc01de82_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#54;&#44;&#32;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"38\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>Start by identifying which are the two data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cc94967630829d70093b47c07dd43eca_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#49;&#44;&#32;&#121;&#95;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b2920a79ce569c1ad12d41afc776f539_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#50;&#44;&#32;&#121;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/>. Let <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cc94967630829d70093b47c07dd43eca_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#49;&#44;&#32;&#121;&#95;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/> be <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-67a6736b40ee12f6dbe4587189ae00e3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#45;&#54;&#44;&#45;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"65\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b2920a79ce569c1ad12d41afc776f539_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#50;&#44;&#32;&#121;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/> be <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0e8888babcb610701a897748bc01de82_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#54;&#44;&#32;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"38\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>Now:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3c4b9432c77f610f12b3ec69fad6229b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#120;&#94;&#50;&#32;&#61;&#32;&#40;&#120;&#95;&#50;&#32;&#45;&#32;&#120;&#95;&#49;&#41;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"134\" style=\"vertical-align: -4px;\" \/> or <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-950fb198d38d036eb24a19ed4e2ce0fd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#54;&#32;&#45;&#32;&#40;&#45;&#54;&#41;&#93;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"82\" style=\"vertical-align: -5px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-be293d9a05a208b2aee290cbdd7b5553_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#121;&#94;&#50;&#32;&#61;&#32;&#40;&#121;&#95;&#50;&#32;&#45;&#32;&#121;&#95;&#49;&#41;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"131\" style=\"vertical-align: -4px;\" \/> or <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ba2d3149ff871ce8624cb326e50c98b7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#53;&#32;&#45;&#32;&#40;&#45;&#52;&#41;&#93;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"82\" style=\"vertical-align: -5px;\" \/>.<\/p>\n<p>This means that<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7a80a7ba643899a3db566112e4817f74_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#91;&#54;&#32;&#45;&#32;&#40;&#45;&#54;&#41;&#93;&#94;&#50;&#32;&#43;&#32;&#91;&#53;&#32;&#45;&#32;&#40;&#45;&#52;&#41;&#93;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"231\" style=\"vertical-align: -5px;\" \/><\/p>\n<p style=\"text-align: center\">or<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-48bc922e2b5d5790951b2081a61e0d42_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#91;&#49;&#50;&#93;&#94;&#50;&#32;&#43;&#32;&#91;&#57;&#93;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"123\" style=\"vertical-align: -5px;\" \/><\/p>\n<p>which reduces to<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-881fcccbf4a1f133a3637a47b1e414ad_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#49;&#52;&#52;&#32;&#43;&#32;&#56;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"106\" style=\"vertical-align: -2px;\" \/><\/p>\n<p style=\"text-align: center\">or<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-653b9ed2a0cece0a8884948311bdf168_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#94;&#50;&#32;&#61;&#32;&#50;&#50;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"67\" style=\"vertical-align: 0px;\" \/><\/p>\n<p>Taking the square root, the result is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-38e516dc086d6aa97724de39415e7aed_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#32;&#61;&#32;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"50\" style=\"vertical-align: -1px;\" \/>.<\/p>\n<\/div>\n<\/div>\n<h1>Finding the Midway Between Two Points (Midpoint)<\/h1>\n<p>The logic used to find the midpoint between two data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cc94967630829d70093b47c07dd43eca_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#49;&#44;&#32;&#121;&#95;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b2920a79ce569c1ad12d41afc776f539_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#50;&#44;&#32;&#121;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"54\" style=\"vertical-align: -4px;\" \/> on a graph involves finding the average values of the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bbb56fa46cbaa34ce47c19be21e368b8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#49;&#44;&#32;&#120;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"55\" style=\"vertical-align: -4px;\" \/> and the of the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c7fb85118f77dc4d6e08b6817762ced0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"9\" style=\"vertical-align: -4px;\" \/> data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-968597d86fd144cdf9f4bedd43b8627c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#121;&#95;&#49;&#44;&#32;&#121;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"53\" style=\"vertical-align: -4px;\" \/>. The averages are found by adding both data points together and dividing them by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c55f7723f09c5da37294621b2402df60_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"8\" style=\"vertical-align: 0px;\" \/>.<\/p>\n<p>In an equation, this looks like:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d425a6b2017a137217abae7021a94095_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#95;&#123;&#92;&#116;&#101;&#120;&#116;&#123;&#109;&#105;&#100;&#125;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#120;&#95;&#50;&#43;&#120;&#95;&#49;&#125;&#123;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"35\" width=\"117\" style=\"vertical-align: -12px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-eabdd0bd0d9b2e476553d0f5a4d71250_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#95;&#123;&#92;&#116;&#101;&#120;&#116;&#123;&#109;&#105;&#100;&#125;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#121;&#95;&#50;&#43;&#121;&#95;&#49;&#125;&#123;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"35\" width=\"113\" style=\"vertical-align: -12px;\" \/><\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 3.2.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the midpoint between the\u00a0points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4a779dd8809d6928303d1ff95f657d99_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#45;&#50;&#44;&#32;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"51\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dcddcf9ee64ea2d9ae0e67cc2abd9ed2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#54;&#44;&#32;&#57;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"38\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2.2-263x300.jpg\" alt=\"Triangle with midpoint formual x sup 2 + x sup1\/2 plus y sup 2 + y sup 1 over 2\" width=\"263\" height=\"300\" class=\"alignnone wp-image-3688 size-medium\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2.2-263x300.jpg 263w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2.2-65x74.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2.2-225x257.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/chapter-3.2.2.jpg 324w\" sizes=\"auto, (max-width: 263px) 100vw, 263px\" \/><\/p>\n<p>We start by adding the two <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c7c587971d1d917e6de0197acc6d50ba_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#95;&#49;&#32;&#43;&#32;&#120;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"69\" style=\"vertical-align: -4px;\" \/> and then dividing this result by 2.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-756cbf46eb3471ca52da776d02456a92_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#95;&#123;&#92;&#116;&#101;&#120;&#116;&#123;&#109;&#105;&#100;&#125;&#125;&#32;&#61;&#32;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#40;&#45;&#50;&#32;&#43;&#32;&#54;&#41;&#125;&#123;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"38\" width=\"126\" style=\"vertical-align: -12px;\" \/><\/p>\n<p style=\"text-align: center\">or<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7f9686cb133502590d5daadbb076ee7e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#52;&#125;&#123;&#50;&#125;&#32;&#61;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"42\" style=\"vertical-align: -12px;\" \/><\/p>\n<p>The midpoint&#8217;s <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c7fb85118f77dc4d6e08b6817762ced0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"9\" style=\"vertical-align: -4px;\" \/>-coordinate is found by adding the two <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c7fb85118f77dc4d6e08b6817762ced0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"9\" style=\"vertical-align: -4px;\" \/> data points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4287a70b537fb51cbf8708b0ec24e5df_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#121;&#95;&#49;&#32;&#43;&#32;&#121;&#95;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"66\" style=\"vertical-align: -4px;\" \/> and then dividing this result by 2.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6ea279629275e8f4773b53f120242094_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#95;&#123;&#92;&#116;&#101;&#120;&#116;&#123;&#109;&#105;&#100;&#125;&#125;&#32;&#61;&#32;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#40;&#57;&#32;&#43;&#32;&#51;&#41;&#125;&#123;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"38\" width=\"112\" style=\"vertical-align: -12px;\" \/><\/p>\n<p style=\"text-align: center\">or<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c83472191ca0513ac7a3fa630ae27eed_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#49;&#50;&#125;&#123;&#50;&#125;&#32;&#61;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"52\" style=\"vertical-align: -12px;\" \/><\/p>\n<p>The midpoint between the points <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4a779dd8809d6928303d1ff95f657d99_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#45;&#50;&#44;&#32;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"51\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dcddcf9ee64ea2d9ae0e67cc2abd9ed2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#54;&#44;&#32;&#57;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"38\" style=\"vertical-align: -4px;\" \/> is at the data point <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cee128330af653a0dbc5a7c06f019125_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#50;&#44;&#32;&#54;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"38\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p>For questions 1 to 8, find the distance between the points.<\/p>\n<ol>\n<li>\u00a0(\u22126, \u22121) and (6, 4)<\/li>\n<li>(1, \u22124) and (5, \u22121)<\/li>\n<li>(\u22125, \u22121) and (3, 5)<\/li>\n<li>(6, \u22124) and (12, 4)<\/li>\n<li>(\u22128, \u22122) and (4, 3)<\/li>\n<li>(3, \u22122) and (7, 1)<\/li>\n<li>(\u221210, \u22126) and (\u22122, 0)<\/li>\n<li class=\"p6\">(8, \u22122) and (14, 6)<\/li>\n<\/ol>\n<p>For questions 9 to 16, find the midpoint between the points.<\/p>\n<ol start=\"9\">\n<li>(\u22126, \u22121) and (6, 5)<\/li>\n<li>(1, \u22124) and (5, \u22122)<\/li>\n<li>(\u22125, \u22121) and (3, 5)<\/li>\n<li>(6, \u22124) and (12, 4)<\/li>\n<li>(\u22128, \u22121) and (6, 7)<\/li>\n<li>(1, \u22126) and (3, \u22122)<\/li>\n<li>(\u22127, \u22121) and (3, 9)<\/li>\n<li>(2, \u22122) and (12, 4)<\/li>\n<\/ol>\n<p><a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-3-2\/\">Answer Key 3.2<\/a><\/p>\n","protected":false},"author":540,"menu_order":11,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-455","chapter","type-chapter","status-publish","hentry"],"part":360,"_links":{"self":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/users\/540"}],"version-history":[{"count":16,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/455\/revisions"}],"predecessor-version":[{"id":3766,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/455\/revisions\/3766"}],"part":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/parts\/360"}],"metadata":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/455\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/media?parent=455"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapter-type?post=455"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/contributor?post=455"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/license?post=455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}